[dpdk-dev] [PATCH 1/2] eventdev/eth_rx: add queue stats get API

2021-10-26 Thread Naga Harish K S V
This patch adds new api ``rte_event_eth_rx_adapter_queue_stats_get`` to retrieve queue stats. The queue stats are in the format ``struct rte_event_eth_rx_adapter_queue_stats``. The adapter stats_get and stats_reset apis are also updated to handle queue level event buffer use case. Signed-off-by:

[dpdk-dev] [PATCH 1/2] eventdev/eth_rx: add queue stats get API

2021-10-26 Thread Naga Harish K S V
This patch adds new api ``rte_event_eth_rx_adapter_queue_stats_get`` to retrieve queue stats. The queue stats are in the format ``struct rte_event_eth_rx_adapter_queue_stats``. The adapter stats_get and stats_reset apis are also updated to handle queue level event buffer use case. Signed-off-by: