Re: [dpdk-dev] [PATCH] net/fm10k: support Rx queue count API

2019-05-05 Thread Zhang, Qi Z
> -Original Message- > From: Wang, Xiao W > Sent: Wednesday, April 24, 2019 3:52 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Yigit, Ferruh ; Wang, Xiao W > > Subject: [PATCH] net/fm10k: support Rx queue count API > > Some application, e.g. the l3fwd-power sample uses rte_eth_rx_queue_cou

[dpdk-dev] [PATCH] net/fm10k: support Rx queue count API

2019-04-24 Thread Xiao Wang
Some application, e.g. the l3fwd-power sample uses rte_eth_rx_queue_count() API to get the get the number of used descriptors of a Rx queue. This patch adds fm10k implementation for this API. Signed-off-by: Xiao Wang --- drivers/net/fm10k/fm10k.h| 3 +++ drivers/net/fm10k/fm10k_ethdev.c