All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] Trivial enhancements for cxgb4
@ 2015-12-21  7:16 Hariprasad Shenai
  2015-12-21  7:16 ` [PATCH net-next 1/5] cxgb4: Warn if device doesn't have enough PCI bandwidth Hariprasad Shenai
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Hariprasad Shenai @ 2015-12-21  7:16 UTC (permalink / raw)
  To: netdev; +Cc: davem, leedom, nirranjan, Hariprasad Shenai

Hi

This series adds a debug message if adapter isn't inserted in right PCI
slot, adds a debug entry to dump dcb information. Changes naming
conventions for iSCSI rx queues, use node info while allocating rx queue
and use napi_complete_done() api in napi handler. 

This patch series has been created against net-next tree and includes
patches on cxgb4 driver.

We have included all the maintainers of respective drivers. Kindly review
the change and let us know in case of any review comments.

Thanks


Hariprasad Shenai (5):
  cxgb4: Warn if device doesn't have enough PCI bandwidth
  cxgb4: get naming correct for iscsi queues
  cxgb4: add dcb info node in debugfs
  cxgb4: Use the node info to alloc_ring() for RX queues
  cxgb4: Use napi_complete_done() api in napi handler

 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h         |  13 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c     |  11 --
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h     |  11 ++
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 199 ++++++++++++++++++++-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c    | 133 +++++++++++---
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h     |   1 +
 drivers/net/ethernet/chelsio/cxgb4/sge.c           |  10 +-
 7 files changed, 324 insertions(+), 54 deletions(-)

-- 
2.3.4

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

end of thread, other threads:[~2015-12-23  5:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-21  7:16 [PATCH net-next 0/5] Trivial enhancements for cxgb4 Hariprasad Shenai
2015-12-21  7:16 ` [PATCH net-next 1/5] cxgb4: Warn if device doesn't have enough PCI bandwidth Hariprasad Shenai
2015-12-21  7:16 ` [PATCH net-next 2/5] cxgb4: get naming correct for iscsi queues Hariprasad Shenai
2015-12-21  7:16 ` [PATCH net-next 3/5] cxgb4: add dcb info node in debugfs Hariprasad Shenai
2015-12-21  7:33   ` Or Gerlitz
2015-12-22 11:41     ` Hariprasad S
2015-12-22 20:45     ` David Miller
2015-12-23  5:07       ` Hariprasad Shenai
2015-12-21  7:16 ` [PATCH net-next 4/5] cxgb4: Use the node info to alloc_ring() for RX queues Hariprasad Shenai
2015-12-21  7:16 ` [PATCH net-next 5/5] cxgb4: Use napi_complete_done() api in napi handler Hariprasad Shenai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.