Re: [dpdk-dev] [PATCH] net/bnxt: fix Rx queue count implementation

2021-02-28 Thread Ajit Khaparde
On Thu, Feb 18, 2021 at 10:19 AM Lance Richardson wrote: > > bnxt_rx_queue_count_op() incorrectly returns the number of > filled but unprocessed completion queue entries instead of > the number of filled but unprocessed received packet > completions. Fix by properly accounting for the number of >

[dpdk-dev] [PATCH] net/bnxt: fix Rx queue count implementation

2021-02-18 Thread Lance Richardson
bnxt_rx_queue_count_op() incorrectly returns the number of filled but unprocessed completion queue entries instead of the number of filled but unprocessed received packet completions. Fix by properly accounting for the number of completion ring entries used by the various received packet completion