From 6b798ec547fda27329259f8c4f4695e4606a081f Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Mon, 19 Dec 2022 15:25:39 +0200 Subject: api: pktio: remove deprecated in_unknown_protos statistics counter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove deprecated 'in_unknown_protos' field from odp_pktio_stats_t. Signed-off-by: Matias Elo Reviewed-by: Jere Leppänen Reviewed-by: Petri Savolainen --- include/odp/api/spec/packet_io_stats.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'include') diff --git a/include/odp/api/spec/packet_io_stats.h b/include/odp/api/spec/packet_io_stats.h index c6b782d5a..156a3a95e 100644 --- a/include/odp/api/spec/packet_io_stats.h +++ b/include/odp/api/spec/packet_io_stats.h @@ -19,7 +19,6 @@ extern "C" { #endif -#include #include /** @addtogroup odp_packet_io @@ -68,20 +67,6 @@ typedef struct odp_pktio_stats_t { * configuration, packets with errors may be dropped or not. */ uint64_t in_errors; - /** - * For packet-oriented interfaces, the number of packets received via - * the interface which were discarded because of an unknown or - * unsupported protocol. For character-oriented or fixed-length - * interfaces that support protocol multiplexing the number of - * transmission units received via the interface which were discarded - * because of an unknown or unsupported protocol. For any interface - * that does not support protocol multiplexing, this counter will always - * be 0. See ifInUnknownProtos in RFC 2863, RFC 3635. - * - * @deprecated This counter has been deprecated. - */ - uint64_t ODP_DEPRECATE(in_unknown_protos); - /** Number of octets in successfully transmitted packets. In case of * Ethernet, packet size includes MAC header. */ uint64_t out_octets; -- cgit v1.2.3