]> git.droids-corp.org - dpdk.git/commit
net/sfc: merge Rx and Tx doorbell counters into one
authorAndrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Tue, 2 Nov 2021 13:13:40 +0000 (16:13 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 4 Nov 2021 16:42:05 +0000 (17:42 +0100)
commit50448dd3ab21c864960eeaf44a2a4ad45017551f
tree2203098816c978bcbdb61f3f242f3a6c6fab10cc
parent40d7d38a7a9994021af1f4ec8eeb00a0034fb8f3
net/sfc: merge Rx and Tx doorbell counters into one

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 <andrew.rybchenko@oktetlabs.ru>
drivers/net/sfc/sfc_dp.h
drivers/net/sfc/sfc_ef100_rx.c
drivers/net/sfc/sfc_ef100_tx.c
drivers/net/sfc/sfc_ef10_essb_rx.c
drivers/net/sfc/sfc_ef10_rx.c
drivers/net/sfc/sfc_ef10_tx.c
drivers/net/sfc/sfc_rx.c
drivers/net/sfc/sfc_sw_stats.c
drivers/net/sfc/sfc_tx.c