From 7d184c6ef1d343e10c487d15aba88d5f82cbea3b Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Wed, 21 Jul 2021 11:46:40 +0300 Subject: api: packet: move odp_packet_proto_stats_opt_t definition Packet type definitions belong to packet_types.h header. Signed-off-by: Matias Elo Reviewed-by: Janne Peltonen --- include/odp/api/spec/packet.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'include/odp/api/spec/packet.h') diff --git a/include/odp/api/spec/packet.h b/include/odp/api/spec/packet.h index 0fa57896f..6d7711c86 100644 --- a/include/odp/api/spec/packet.h +++ b/include/odp/api/spec/packet.h @@ -2031,23 +2031,6 @@ int odp_packet_tx_compl_request(odp_packet_t pkt, const odp_packet_tx_compl_opt_ */ int odp_packet_has_tx_compl_request(odp_packet_t pkt); -/** - * Packet proto stats options. - */ -typedef struct odp_packet_proto_stats_opt_t { - /** Packet proto stats object handle - * - * Stats in the packet proto stats object will be updated. - */ - odp_proto_stats_t stat; - - /** Octet counter 0 adjust */ - int32_t oct_count0_adj; - - /** Octet counter 1 adjust */ - int32_t oct_count1_adj; -} odp_packet_proto_stats_opt_t; - /** * Request packet proto stats. * -- cgit v1.2.3