netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 00/11] qed/qede: Mostly-cleanup series
@ 2017-05-23  6:41 Yuval Mintz
  2017-05-23  6:41 ` [PATCH v2 net-next 01/11] qede: Fix sparse warnings Yuval Mintz
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Yuval Mintz @ 2017-05-23  6:41 UTC (permalink / raw)
  To: davem, netdev; +Cc: Yuval Mintz

This series contains some cleanup of the qed and qede code:
 - #1 contains mostly static/endian changes in order to allow qede to
   pass sparse compilation cleanly.
 - #2, #5 and #6 are either semantic or remove dead-code from driver.
 - #9, #10 and #11 relate to printing and slightly change some APIs
   between qed and the protocol drivers for that end [sharing the
   interface names and information regarding device].

The rest of the patches are minor changes/fixes to various flows
in qed.

Dave,

Please consider applying this series to net-next.

Thanks,
Yuval

Changes from previous version
-----------------------------
 - From v1 - Add message on #1 regarding solved warning


Manish Chopra (2):
  qede: Fix sparse warnings
  qed: !main_ptt for tunnel configuration

Michal Kalderon (1):
  qed: Enable RoCE parser searching on fp init

Tomer Tayar (4):
  qed: Log incorrectly installed board
  qed: Drop the 's' from num_ports_in_engines
  qed: Flush slowpath tasklet on stop
  qed: Provide MBI information in dev_info

Yuval Mintz (4):
  qed: Align DP_ERR style with other DP macros
  qed: Remove BB_A0 references
  qede: Log probe of PCI device
  qed: Replace set_id() api with set_name()

 drivers/net/ethernet/qlogic/qed/qed.h             |  9 +---
 drivers/net/ethernet/qlogic/qed/qed_dev.c         | 57 +++++++++++++----------
 drivers/net/ethernet/qlogic/qed/qed_hsi.h         |  8 ++++
 drivers/net/ethernet/qlogic/qed/qed_l2.c          | 17 ++++++-
 drivers/net/ethernet/qlogic/qed/qed_main.c        | 26 ++++++++---
 drivers/net/ethernet/qlogic/qed/qed_mcp.c         | 30 ++++++++++++
 drivers/net/ethernet/qlogic/qed/qed_mcp.h         | 14 +++++-
 drivers/net/ethernet/qlogic/qed/qed_ptp.c         |  4 +-
 drivers/net/ethernet/qlogic/qed/qed_sp.h          |  3 ++
 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c | 14 ++++--
 drivers/net/ethernet/qlogic/qed/qed_sriov.c       |  2 +-
 drivers/net/ethernet/qlogic/qede/qede_dcbnl.c     |  1 -
 drivers/net/ethernet/qlogic/qede/qede_ethtool.c   | 10 ++--
 drivers/net/ethernet/qlogic/qede/qede_fp.c        | 25 +++++-----
 drivers/net/ethernet/qlogic/qede/qede_main.c      | 44 +++++++++++++++--
 drivers/net/ethernet/qlogic/qede/qede_roce.c      |  4 +-
 drivers/scsi/qedf/qedf_main.c                     |  2 +-
 drivers/scsi/qedi/qedi_main.c                     |  2 +-
 include/linux/qed/qed_if.h                        | 33 +++++++++----
 19 files changed, 223 insertions(+), 82 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2017-05-24 19:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-23  6:41 [PATCH v2 net-next 00/11] qed/qede: Mostly-cleanup series Yuval Mintz
2017-05-23  6:41 ` [PATCH v2 net-next 01/11] qede: Fix sparse warnings Yuval Mintz
2017-05-23  6:41 ` [PATCH v2 net-next 02/11] qed: Align DP_ERR style with other DP macros Yuval Mintz
2017-05-23  6:41 ` [PATCH v2 net-next 03/11] qed: !main_ptt for tunnel configuration Yuval Mintz
2017-05-23  6:41 ` [PATCH v2 net-next 04/11] qed: Log incorrectly installed board Yuval Mintz
2017-05-23  6:41 ` [PATCH v2 net-next 05/11] qed: Drop the 's' from num_ports_in_engines Yuval Mintz
2017-05-23  6:41 ` [PATCH v2 net-next 06/11] qed: Remove BB_A0 references Yuval Mintz
2017-05-23  6:41 ` [PATCH v2 net-next 07/11] qed: Flush slowpath tasklet on stop Yuval Mintz
2017-05-23  6:41 ` [PATCH v2 net-next 08/11] qed: Enable RoCE parser searching on fp init Yuval Mintz
2017-05-23  6:41 ` [PATCH v2 net-next 09/11] qed: Provide MBI information in dev_info Yuval Mintz
2017-05-23  6:41 ` [PATCH v2 net-next 10/11] qede: Log probe of PCI device Yuval Mintz
2017-05-23  6:41 ` [PATCH v2 net-next 11/11] qed: Replace set_id() api with set_name() Yuval Mintz
2017-05-24 19:18 ` [PATCH v2 net-next 00/11] qed/qede: Mostly-cleanup 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).