netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] Add DCBx support to Chelsio cxgb4 driver
@ 2014-06-19 22:22 Anish Bhatt
  2014-06-19 22:22 ` [PATCH net-next 1/5] cxgb4 : Update fw interface file for DCBx support. Adds all the required fields to fw interface to communicate DCBx info Anish Bhatt
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Anish Bhatt @ 2014-06-19 22:22 UTC (permalink / raw)
  To: netdev; +Cc: davem, leedom, hariprasad, Anish Bhatt

Hi,
    This patchset add support for DCBx via dcbnl_ops to the cxgb4 driver. This should enable cxgb4 to work with open-lldp and the like. The last patch only updates copyright year.

Applies on top of commit id e0f802fbcaa3bffe4728e37a8fa1279b5d554173 of the net-next tree.

checkpatch.pl --strict currently generates two false positives for 0002-cxgb4-Add-DCBx-support-codebase-and-dcbnl_ops.patch, fix for this is already in the -mm tree. 
Thanks,
Anish

Anish Bhatt (5):
  cxgb4 : Update fw interface file for DCBx support. Adds all the
    required fields to fw interface to communicate DCBx info
  cxgb4 : Add DCBx support codebase and dcbnl_ops
  cxgb4 : Integrate DCBx support into cxgb4 module. Register dbcnl_ops
    to give access to DCBx functions
  cxgb4 : Makefile & Kconfig changes for DCBx support
  cxgb4 : Update copyright year on all cxgb4 files

 drivers/net/ethernet/chelsio/Kconfig            |  11 +
 drivers/net/ethernet/chelsio/cxgb4/Makefile     |   1 +
 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h      |  13 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c  | 980 ++++++++++++++++++++++++
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h  | 141 ++++
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 201 ++++-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h  |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/l2t.c        |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/l2t.h        |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/sge.c        |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c      |  78 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.h      |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h     |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_regs.h    |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h   |  97 ++-
 15 files changed, 1492 insertions(+), 44 deletions(-)
 create mode 100644 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c
 create mode 100644 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h

-- 
2.0.0

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

end of thread, other threads:[~2014-06-20 16:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-19 22:22 [PATCH net-next 0/5] Add DCBx support to Chelsio cxgb4 driver Anish Bhatt
2014-06-19 22:22 ` [PATCH net-next 1/5] cxgb4 : Update fw interface file for DCBx support. Adds all the required fields to fw interface to communicate DCBx info Anish Bhatt
2014-06-19 22:22 ` [PATCH net-next 2/5] cxgb4 : Add DCBx support codebase and dcbnl_ops Anish Bhatt
2014-06-20  4:15   ` David Miller
2014-06-19 22:22 ` [PATCH net-next 3/5] cxgb4 : Integrate DCBx support into cxgb4 module. Register dbcnl_ops to give access to DCBx functions Anish Bhatt
2014-06-19 22:22 ` [PATCH net-next 4/5] cxgb4 : Makefile & Kconfig changes for DCBx support Anish Bhatt
2014-06-20 16:51   ` Sergei Shtylyov
2014-06-19 22:22 ` [PATCH net-next 5/5] cxgb4 : Update copyright year on all cxgb4 files Anish Bhatt

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).