All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] qed: Misc cleanups and fixes
@ 2017-04-06 12:58 Yuval Mintz
  2017-04-06 12:58 ` [PATCH net-next 1/8] qed: Warn PTT usage by wrong hw-function Yuval Mintz
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Yuval Mintz @ 2017-04-06 12:58 UTC (permalink / raw)
  To: davem, netdev; +Cc: Yuval Mintz

Patches #1 and #2 revolve around register access performed by driver;
The first merely adds some debug, while the second does some fixing
of incorrect PTT usage as well as preventing issues similar to those
fixed by 6f437d431930 ("qed: Don't use attention PTT for configuring BW").

Patch #3 better configures HW for architecture where cacheline isn't 64B.

Patches #4-#8 all affect iSCSI related functionaility - 
adding statistics information [both to driver & management firmware],
passing information on number of resources to qedi, and simplifying
the Out-of-order implementation in SW.

Dave,

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

Thanks,
Yuval

Michal Kalderon (1):
  qed: Make OOO archipelagos into an array

Rahul Verma (1):
  qed: Don't use main-ptt in unrelated flows

Tomer Tayar (1):
  qed: Something about cache-lines

Yuval Mintz (5):
  qed: Warn PTT usage by wrong hw-function
  qed: Don't close the OUT_EN during init
  qed: Add missing stat for new isles
  qed: Inform qedi the number of possible CQs
  qed: Provide iSCSI statistics to management

 drivers/net/ethernet/qlogic/qed/qed.h          |   3 +-
 drivers/net/ethernet/qlogic/qed/qed_cxt.c      |   8 +-
 drivers/net/ethernet/qlogic/qed/qed_cxt.h      |   9 +-
 drivers/net/ethernet/qlogic/qed/qed_dev.c      | 137 ++++++++++++++++++-------
 drivers/net/ethernet/qlogic/qed/qed_dev_api.h  |   8 +-
 drivers/net/ethernet/qlogic/qed/qed_fcoe.c     |  10 +-
 drivers/net/ethernet/qlogic/qed/qed_hw.c       |   7 ++
 drivers/net/ethernet/qlogic/qed/qed_iscsi.c    |  33 ++++++
 drivers/net/ethernet/qlogic/qed/qed_iscsi.h    |  14 ++-
 drivers/net/ethernet/qlogic/qed/qed_l2.c       |  14 ++-
 drivers/net/ethernet/qlogic/qed/qed_ll2.c      |  49 ++++++---
 drivers/net/ethernet/qlogic/qed/qed_main.c     |   5 +
 drivers/net/ethernet/qlogic/qed/qed_ooo.c      | 102 +++++-------------
 drivers/net/ethernet/qlogic/qed/qed_ooo.h      |   6 +-
 drivers/net/ethernet/qlogic/qed/qed_reg_addr.h |   1 +
 drivers/net/ethernet/qlogic/qed/qed_spq.c      |  20 +++-
 include/linux/qed/qed_iscsi_if.h               |   2 +
 17 files changed, 275 insertions(+), 153 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2017-04-06 21:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-06 12:58 [PATCH net-next 0/8] qed: Misc cleanups and fixes Yuval Mintz
2017-04-06 12:58 ` [PATCH net-next 1/8] qed: Warn PTT usage by wrong hw-function Yuval Mintz
2017-04-06 12:58 ` [PATCH net-next 2/8] qed: Don't use main-ptt in unrelated flows Yuval Mintz
2017-04-06 12:58 ` [PATCH net-next 3/8] qed: Configure cacheline size in HW Yuval Mintz
2017-04-06 12:58 ` [PATCH net-next 4/8] qed: Don't close the OUT_EN during init Yuval Mintz
2017-04-06 12:58 ` [PATCH net-next 5/8] qed: Add missing stat for new isles Yuval Mintz
2017-04-06 12:58 ` [PATCH net-next 6/8] qed: Inform qedi the number of possible CQs Yuval Mintz
2017-04-06 12:58 ` [PATCH net-next 7/8] qed: Provide iSCSI statistics to management Yuval Mintz
2017-04-06 12:58 ` [PATCH net-next 8/8] qed: Make OOO archipelagos into an array Yuval Mintz
2017-04-06 21:26 ` [PATCH net-next 0/8] qed: Misc cleanups and fixes David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.