netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] qed/qede support for dcbnl.
@ 2016-05-23  9:17 Sudarsana Reddy Kalluru
  2016-05-23  9:17 ` [PATCH net-next 1/4] qed: Reset the enable flag for eth protocol Sudarsana Reddy Kalluru
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sudarsana Reddy Kalluru @ 2016-05-23  9:17 UTC (permalink / raw)
  To: davem; +Cc: netdev, Yuval.Mintz, sudarsana.kalluru

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

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

end of thread, other threads:[~2016-05-23 22:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-23  9:17 [PATCH net-next 0/4] qed/qede support for dcbnl Sudarsana Reddy Kalluru
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

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