netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] qed*: Light L2 updates
@ 2017-06-08 16:13 Yuval Mintz
  2017-06-08 16:13 ` [PATCH net-next 1/8] qed: LL2 to use packed information for tx Yuval Mintz
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Yuval Mintz @ 2017-06-08 16:13 UTC (permalink / raw)
  To: netdev, davem; +Cc: linux-rdma, Michal.Kalderon, Yuval Mintz

This series does a major overhaul of the LL2 logic in qed.
The single biggest change done here is in #5 where we're changing
the API qed provides for LL2 [both internally in case of storage and
externally in case of RoCE] to become callback-based to allow cleaner
scalability in preperation to the future iWARP submission which would
aadd additional flavors of LL2. It's also the only patch in series
to modify !qed logic [qedr].

Patches prior to that mostly deal with refactoring LL2 code,
encapsulating varaious parameters into structure and re-ordering
of LL2 code. The latter patches add some small missing bits of LL2
ffunctionality.

Dave,

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

Thanks,
Yuval

Michal Kalderon (1):
  qed*: LL2 callback operations

Yuval Mintz (7):
  qed: LL2 to use packed information for tx
  qed: Revise ll2 Rx completion
  qed: Cleaner seperation of LL2 inputs
  qed: LL2 code relocations
  qed: No need for LL2 frags indication
  qed: Call rx_release_cb() when flushing LL2
  qed: collect GSI port statistics

 drivers/infiniband/hw/qedr/main.c          |   6 +-
 drivers/infiniband/hw/qedr/qedr.h          |   2 +
 drivers/infiniband/hw/qedr/qedr_cm.c       | 238 ++++++--
 drivers/net/ethernet/qlogic/qed/qed.h      |   1 -
 drivers/net/ethernet/qlogic/qed/qed_ll2.c  | 882 +++++++++++++++--------------
 drivers/net/ethernet/qlogic/qed/qed_ll2.h  | 113 +---
 drivers/net/ethernet/qlogic/qed/qed_roce.c | 295 +---------
 drivers/net/ethernet/qlogic/qed/qed_roce.h |  43 --
 include/linux/qed/qed_ll2_if.h             | 126 +++++
 include/linux/qed/qed_roce_if.h            |  80 +--
 10 files changed, 842 insertions(+), 944 deletions(-)

-- 
2.9.4

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

end of thread, other threads:[~2017-06-09 13:59 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-08 16:13 [PATCH net-next 0/8] qed*: Light L2 updates Yuval Mintz
2017-06-08 16:13 ` [PATCH net-next 1/8] qed: LL2 to use packed information for tx Yuval Mintz
     [not found]   ` <20170608161323.7597-2-Yuval.Mintz-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org>
2017-06-08 23:23     ` David Miller
2017-06-09  7:08       ` Mintz, Yuval
     [not found]         ` <BLUPR0701MB200415C3D80FB06774CF2C7B8DCE0-v5ruerSQ/oj1oiTf6dR/AE5OhdzP3rhOnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2017-06-09 13:59           ` David Miller
2017-06-09  7:28       ` David Laight
2017-06-09  7:51         ` Mintz, Yuval
     [not found]           ` <BLUPR0701MB2004CA6F1F262EC4E815E6B58DCE0-v5ruerSQ/oj1oiTf6dR/AE5OhdzP3rhOnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2017-06-09  8:23             ` David Laight
2017-06-08 16:13 ` [PATCH net-next 2/8] qed: Revise ll2 Rx completion Yuval Mintz
     [not found]   ` <20170608161323.7597-3-Yuval.Mintz-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org>
2017-06-08 23:24     ` David Miller
2017-06-08 16:13 ` [PATCH net-next 4/8] qed: LL2 code relocations Yuval Mintz
2017-06-08 16:13 ` [PATCH net-next 5/8] qed*: LL2 callback operations Yuval Mintz
2017-06-08 16:13 ` [PATCH net-next 6/8] qed: No need for LL2 frags indication Yuval Mintz
     [not found] ` <20170608161323.7597-1-Yuval.Mintz-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org>
2017-06-08 16:13   ` [PATCH net-next 3/8] qed: Cleaner seperation of LL2 inputs Yuval Mintz
2017-06-08 16:13   ` [PATCH net-next 7/8] qed: Call rx_release_cb() when flushing LL2 Yuval Mintz
2017-06-08 16:13   ` [PATCH net-next 8/8] qed: collect GSI port statistics Yuval Mintz

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