netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sudarsana Reddy Kalluru <sudarsana.kalluru@qlogic.com>
To: <davem@davemloft.net>
Cc: <netdev@vger.kernel.org>, <Yuval.Mintz@qlogic.com>,
	<sudarsana.kalluru@qlogic.com>
Subject: [PATCH net-next 0/4] qed/qede support for dcbnl.
Date: Mon, 23 May 2016 05:17:39 -0400	[thread overview]
Message-ID: <1463995063-25560-1-git-send-email-sudarsana.kalluru@qlogic.com> (raw)

Hi David,

This series adds the dcbnl functionality to the driver. Patch (1) fixes a
coding issue in earlier submission. Patch (2) adds the qed infrastucture
for querying/configuring the dcbx parameters. Patch (3) adds the qed
infrastructure for dcbnl APIs. And patch (4) adds the qede support for
dcbnl.

Please consider applying this series to "net-next".

Thanks,
Sudarsana

Sudarsana Reddy Kalluru (4):
  qed: Reset the enable flag for eth protocol.
  qed: Add support for query/config dcbx.
  qed: Add dcbnl support.
  qede: Add dcbnl support.

 drivers/net/ethernet/qlogic/qed/qed_dcbx.c    | 1626 ++++++++++++++++++++++++-
 drivers/net/ethernet/qlogic/qed/qed_dcbx.h    |   21 +
 drivers/net/ethernet/qlogic/qed/qed_l2.c      |    7 +
 drivers/net/ethernet/qlogic/qede/Makefile     |    1 +
 drivers/net/ethernet/qlogic/qede/qede.h       |    3 +
 drivers/net/ethernet/qlogic/qede/qede_dcbnl.c |  348 ++++++
 drivers/net/ethernet/qlogic/qede/qede_main.c  |    4 +
 include/linux/qed/qed_eth_if.h                |   62 +
 include/linux/qed/qed_if.h                    |   90 ++
 9 files changed, 2160 insertions(+), 2 deletions(-)
 create mode 100644 drivers/net/ethernet/qlogic/qede/qede_dcbnl.c

-- 
1.8.3.1

             reply	other threads:[~2016-05-23 10:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-23  9:17 Sudarsana Reddy Kalluru [this message]
2016-05-23  9:17 ` [PATCH net-next 1/4] qed: Reset the enable flag for eth protocol Sudarsana Reddy Kalluru
2016-05-23  9:17 ` [PATCH net-next 2/4] qed: Add support for query/config dcbx Sudarsana Reddy Kalluru
2016-05-23  9:17 ` [PATCH net-next 3/4] qed: Add dcbnl support Sudarsana Reddy Kalluru
2016-05-23  9:17 ` [PATCH net-next 4/4] qede: " Sudarsana Reddy Kalluru
2016-05-23 22:10 ` [PATCH net-next 0/4] qed/qede support for dcbnl 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=1463995063-25560-1-git-send-email-sudarsana.kalluru@qlogic.com \
    --to=sudarsana.kalluru@qlogic.com \
    --cc=Yuval.Mintz@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).