netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] cxgb4/cxgb4vf:Support for SGE doorbell queue timer
@ 2019-02-13  5:14 Vishal Kulkarni
  2019-02-13  5:14 ` [PATCH net-next 1/2] cxgb4/cxgb4vf: Add support " Vishal Kulkarni
  2019-02-13  5:14 ` [PATCH net-next 2/2] cxgb4: Add capability to get/set SGE Doorbell Queue Timer Tick Vishal Kulkarni
  0 siblings, 2 replies; 4+ messages in thread
From: Vishal Kulkarni @ 2019-02-13  5:14 UTC (permalink / raw)
  To: netdev, davem; +Cc: nirranjan, indranil, dt, Vishal Kulkarni

This series of patchs add SGE doorbell queue timer for faster DMA completions.

Patch 1 Implements SGE doorbell queue timer

Patch 2 Adds ethtool capability to set/get SGE doorbell queue timer tick


Vishal Kulkarni (2):
  cxgb4/cxgb4vf: Add support for SGE doorbell queue timer
  cxgb4: Add capability to get/set SGE Doorbell Queue Timer Tick

 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h         |  11 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c | 187 ++++++++++++-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c    |  29 +-
 drivers/net/ethernet/chelsio/cxgb4/sge.c           | 308 +++++++++++++++++----
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c         |  41 +++
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.h         |   1 +
 drivers/net/ethernet/chelsio/cxgb4/t4_values.h     |   6 +
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h      |  24 +-
 drivers/net/ethernet/chelsio/cxgb4vf/sge.c         |  23 +-
 9 files changed, 560 insertions(+), 70 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-14  6:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-13  5:14 [PATCH net-next 0/2] cxgb4/cxgb4vf:Support for SGE doorbell queue timer Vishal Kulkarni
2019-02-13  5:14 ` [PATCH net-next 1/2] cxgb4/cxgb4vf: Add support " Vishal Kulkarni
2019-02-14  6:10   ` David Miller
2019-02-13  5:14 ` [PATCH net-next 2/2] cxgb4: Add capability to get/set SGE Doorbell Queue Timer Tick Vishal Kulkarni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).