From 55689522a5eadb245545c5901f72eea22e9b46d6 Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Tue, 18 Jan 2022 09:20:38 +0200 Subject: api: pktio: add ODP_PKTOUT_MAX_QUEUES define MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add ODP_PKTOUT_MAX_QUEUES define for the maximum number of packet output queues. Signed-off-by: Matias Elo Reviewed-by: Jere Leppänen Reviewed-by: Jerin Jacob Reviewed-by: Petri Savolainen --- platform/linux-generic/include-abi/odp/api/abi/packet_io.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform/linux-generic/include-abi') diff --git a/platform/linux-generic/include-abi/odp/api/abi/packet_io.h b/platform/linux-generic/include-abi/odp/api/abi/packet_io.h index 6850fbab0..930411609 100644 --- a/platform/linux-generic/include-abi/odp/api/abi/packet_io.h +++ b/platform/linux-generic/include-abi/odp/api/abi/packet_io.h @@ -49,6 +49,8 @@ typedef struct odp_pktout_queue_t { #define ODP_PKTIN_NO_WAIT 0 +#define ODP_PKTOUT_MAX_QUEUES 64 + #define ODP_PKTIO_STATS_EXTRA_NAME_LEN 64 /** -- cgit v1.2.3