netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] qlcnic: DCB support
@ 2013-08-23 17:38 Sucheta Chakraborty
  2013-08-23 17:38 ` [PATCH net-next 1/5] qlcnic: dcb: Query adapter DCB capabilities Sucheta Chakraborty
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sucheta Chakraborty @ 2013-08-23 17:38 UTC (permalink / raw)
  To: davem; +Cc: netdev, Dept-HSGLinuxNICDev

This patch series will enable Data Center Bridging (DCB) feature in
qlcnic driver. Currently the support is limited to CEE version of DCBX.
Only GET operations are supported through CEE rtnetlink interface.

Please apply to net-next.

Thanks,
Sucheta.

Sucheta Chakraborty (5):
  qlcnic: dcb: Query adapter DCB capabilities.
  qlcnic: dcb: Get DCB parameters from the adapter.
  qlcnic: dcb: Register DCB AEN handler.
  qlcnic: dcb: Add support for CEE Netlink interface.
  qlcnic: Update version to 5.3.49.

 drivers/net/ethernet/qlogic/Kconfig                |   11 +
 drivers/net/ethernet/qlogic/qlcnic/Makefile        |    2 +
 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h        |  103 +-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c    |    5 +
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c  |    5 +
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c    |    2 +
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c    | 1179 ++++++++++++++++++++
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h    |   41 +
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.h     |    3 +
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c     |    3 +
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c   |   24 +
 .../ethernet/qlogic/qlcnic/qlcnic_sriov_common.c   |    6 +
 .../net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c   |    4 +
 13 files changed, 1386 insertions(+), 2 deletions(-)
 create mode 100644 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c
 create mode 100644 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h

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

end of thread, other threads:[~2013-08-27 19:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-23 17:38 [PATCH net-next 0/5] qlcnic: DCB support Sucheta Chakraborty
2013-08-23 17:38 ` [PATCH net-next 1/5] qlcnic: dcb: Query adapter DCB capabilities Sucheta Chakraborty
2013-08-23 17:38 ` [PATCH net-next 2/5] qlcnic: dcb: Get DCB parameters from the adapter Sucheta Chakraborty
2013-08-23 17:38 ` [PATCH net-next 3/5] qlcnic: dcb: Register DCB AEN handler Sucheta Chakraborty
2013-08-23 17:38 ` [PATCH net-next 4/5] qlcnic: dcb: Add support for CEE Netlink interface Sucheta Chakraborty
2013-08-23 17:38 ` [PATCH net-next 5/5] qlcnic: Update version to 5.3.49 Sucheta Chakraborty
2013-08-27 19:47 ` [PATCH net-next 0/5] qlcnic: DCB support David Miller

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