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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/odp/api/spec/packet_types.h b/include/odp/api/spec/packet_types.h
index 5549f03aa..52b0e22b6 100644
--- a/include/odp/api/spec/packet_types.h
+++ b/include/odp/api/spec/packet_types.h
@@ -286,6 +286,14 @@ typedef enum odp_packet_reass_status_t {
} odp_packet_reass_status_t;
/**
+ * Information about a completed reassembly
+ */
+typedef struct odp_packet_reass_info_t {
+ /** Number of fragments reassembled */
+ uint16_t num_frags;
+} odp_packet_reass_info_t;
+
+/**
* Result from odp_packet_reass_partial_state()
*/
typedef struct odp_packet_reass_partial_state_t {