Re: [dpdk-dev] [PATCH] net/sfc: merge Rx and Tx doorbell counters into one

2021-11-04 Thread Ferruh Yigit
On 11/2/2021 1:13 PM, Andrew Rybchenko wrote: Datapath queue is either Rx or Tx, so just one counter is sufficient for doorbells. It can count Tx doorbells in the case of Tx queue and Rx doorbells in the case of Rx queue. Signed-off-by: Andrew Rybchenko Applied to dpdk-next-net/main, thanks.

[dpdk-dev] [PATCH] net/sfc: merge Rx and Tx doorbell counters into one

2021-11-02 Thread Andrew Rybchenko
Datapath queue is either Rx or Tx, so just one counter is sufficient for doorbells. It can count Tx doorbells in the case of Tx queue and Rx doorbells in the case of Rx queue. Signed-off-by: Andrew Rybchenko --- drivers/net/sfc/sfc_dp.h | 3 +-- drivers/net/sfc/sfc_ef100_rx.c | 2 +