]> git.baikalelectronics.ru Git - kernel.git/commit
cxgb4: request the TX CIDX updates to status page
authorRaju Rangoju <rajur@chelsio.com>
Wed, 23 Oct 2019 17:33:55 +0000 (23:03 +0530)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Oct 2019 03:20:50 +0000 (20:20 -0700)
commite330a37d03872b4c84cb6bababcd96166817ad44
tree7b3de050a77c069cf61559637a2da781a57b9a5f
parent515305fe8888233b0c6541ebe379701a545b26b1
cxgb4: request the TX CIDX updates to status page

For adapters which support the SGE Doorbell Queue Timer facility,
we configured the Ethernet TX Queues to send CIDX Updates to the
Associated Ethernet RX Response Queue with CPL_SGE_EGR_UPDATE
messages to allow us to respond more quickly to the CIDX Updates.
But, this was adding load to PCIe Link RX bandwidth and,
potentially, resulting in higher CPU Interrupt load.

This patch requests the HW to deliver the CIDX updates to the TX
queue status page rather than generating an ingress queue message
(as an interrupt). With this patch, the load on RX bandwidth is
reduced and a substantial improvement in BW is noticed at lower
IO sizes.

Fixes: bd0ef9097b8b ("cxgb4/cxgb4vf: Add support for SGE doorbell queue timer")
Signed-off-by: Raju Rangoju <rajur@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4/sge.c