aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/packet_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/spec/packet_types.h')
-rw-r--r--include/odp/api/spec/packet_types.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/odp/api/spec/packet_types.h b/include/odp/api/spec/packet_types.h
index 52b0e22b6..113f24d94 100644
--- a/include/odp/api/spec/packet_types.h
+++ b/include/odp/api/spec/packet_types.h
@@ -324,7 +324,10 @@ typedef union odp_proto_chksums_t {
} chksum;
- /** All checksum bits. This can be used to set/clear all flags. */
+ /** All checksum bits
+ *
+ * This field can be used to set/clear all flags, or to perform bitwise
+ * operations over those. */
uint32_t all_chksum;
} odp_proto_chksums_t;