netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sucheta Chakraborty <sucheta.chakraborty@qlogic.com>
To: <davem@davemloft.net>
Cc: <netdev@vger.kernel.org>, <Dept-HSGLinuxNICDev@qlogic.com>
Subject: [PATCH net-next 0/5] qlcnic: DCB support
Date: Fri, 23 Aug 2013 13:38:24 -0400	[thread overview]
Message-ID: <1377279509-18869-1-git-send-email-sucheta.chakraborty@qlogic.com> (raw)

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

             reply	other threads:[~2013-08-23 18:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-23 17:38 Sucheta Chakraborty [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1377279509-18869-1-git-send-email-sucheta.chakraborty@qlogic.com \
    --to=sucheta.chakraborty@qlogic.com \
    --cc=Dept-HSGLinuxNICDev@qlogic.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).