Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2]cxgb4/cxgb4vfSupport for SGE doorbell queue timer
@ 2019-02-14 12:49 Vishal Kulkarni
  2019-02-14 12:49 ` [PATCH net-next v2 1/2] cxgb4/cxgb4vf: Add support " Vishal Kulkarni
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vishal Kulkarni @ 2019-02-14 12:49 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

---
v2
- Reverse christmas tree formatting for local variables.
---

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 | 189 +++++++++++-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c    |  29 +-
 drivers/net/ethernet/chelsio/cxgb4/sge.c           | 322 +++++++++++++++++----
 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         |  27 +-
 9 files changed, 571 insertions(+), 79 deletions(-)

-- 
1.8.3.1


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

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

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox