netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/7] qed*: Patch series
@ 2016-10-31  5:14 Yuval Mintz
  2016-10-31  5:14 ` [PATCH net-next v2 1/7] qed*: Management firmware - notifications and defaults Yuval Mintz
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Yuval Mintz @ 2016-10-31  5:14 UTC (permalink / raw)
  To: davem, netdev; +Cc: Yuval Mintz

This series does several things. The bigger changes:

 - Add new notification APIs [& Defaults] for various fields.
The series then utilizes some of those qed <-> qede APIs to bass WoL
support upon.

 - Change the resource allocation scheme to receive the values from
management firmware, instead of equally sharing resources between
functions [that might not need those]. That would, e.g., allow us to
configure additional filters to network interfaces in presence of
storage [PCI] functions from same adapter.

Dave,

Please consider applying this series to `net-next'.

Thanks,
Yuval

Changes from previous version:
-----------------------------
 - V2: Rebase on top of latest net-next.

Sudarsana Kalluru (1):
  qed*: Management firmware - notifications and defaults

Tomer Tayar (1):
  qed: Learn resources from management firmware

Yuval Mintz (5):
  qed: Add nvram selftest
  qed*: Add support for WoL
  qede: Decouple ethtool caps from qed
  qed: Learn of RDMA capabilities per-device
  qed: Use VF-queue feature

 drivers/net/ethernet/qlogic/qed/qed.h           |  19 +-
 drivers/net/ethernet/qlogic/qed/qed_dev.c       | 382 +++++++++++++++++----
 drivers/net/ethernet/qlogic/qed/qed_hsi.h       | 120 ++++++-
 drivers/net/ethernet/qlogic/qed/qed_int.c       |  32 +-
 drivers/net/ethernet/qlogic/qed/qed_l2.c        |   2 +-
 drivers/net/ethernet/qlogic/qed/qed_main.c      | 105 ++++++
 drivers/net/ethernet/qlogic/qed/qed_mcp.c       | 433 +++++++++++++++++++++++-
 drivers/net/ethernet/qlogic/qed/qed_mcp.h       | 158 +++++++++
 drivers/net/ethernet/qlogic/qed/qed_selftest.c  | 101 ++++++
 drivers/net/ethernet/qlogic/qed/qed_selftest.h  |  10 +
 drivers/net/ethernet/qlogic/qed/qed_sriov.c     |  17 +-
 drivers/net/ethernet/qlogic/qede/qede.h         |   2 +
 drivers/net/ethernet/qlogic/qede/qede_ethtool.c |  54 ++-
 drivers/net/ethernet/qlogic/qede/qede_main.c    |  17 +
 include/linux/qed/qed_eth_if.h                  |   2 +-
 include/linux/qed/qed_if.h                      |  47 +++
 16 files changed, 1404 insertions(+), 97 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2016-10-31 19:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-31  5:14 [PATCH net-next v2 0/7] qed*: Patch series Yuval Mintz
2016-10-31  5:14 ` [PATCH net-next v2 1/7] qed*: Management firmware - notifications and defaults Yuval Mintz
2016-10-31  5:14 ` [PATCH net-next v2 2/7] qed: Add nvram selftest Yuval Mintz
2016-10-31  5:14 ` [PATCH net-next v2 3/7] qed*: Add support for WoL Yuval Mintz
2016-10-31  5:14 ` [PATCH net-next v2 4/7] qede: Decouple ethtool caps from qed Yuval Mintz
2016-10-31  5:14 ` [PATCH net-next v2 5/7] qed: Learn of RDMA capabilities per-device Yuval Mintz
2016-10-31  5:14 ` [PATCH net-next v2 6/7] qed: Use VF-queue feature Yuval Mintz
2016-10-31  5:14 ` [PATCH net-next v2 7/7] qed: Learn resources from management firmware Yuval Mintz
2016-10-31 19:52 ` [PATCH net-next v2 0/7] qed*: Patch series 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).