public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-next 0/9] i40iw updates for 4.16
@ 2017-12-22 15:46 Shiraz Saleem
       [not found] ` <20171222154702.12632-1-shiraz.saleem-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 17+ messages in thread
From: Shiraz Saleem @ 2017-12-22 15:46 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA, jgg-uk2M96/98Pc
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA,
	e1000-rdma-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Shiraz Saleem

Hi Doug/Jason,
 
This patch set includes bug fixes, code refactoring, a new netdev
event notifier and misc. improvements. Please consider it for 4.16.

Shiraz Saleem (7):
  i40iw: Set MAX_IRD_SIZE to 64
  i40iw: Use utility function roundup_pow_of_two()
  i40iw: Correct Q1/XF object count equation
  i40iw: Add notifier for network device events
  i40iw: Selectively teardown QPs on IP addr change event
  i40iw: Fix sequence number for the first partial FPDU
  i40iw: Ignore LLP_DOUBT_REACHABILITY AE

Tatyana Nikolova (2):
  i40iw: Validate correct IRD/ORD connection parameters
  i40iw: Fix the connection ORD value for loopback

 drivers/infiniband/hw/i40iw/i40iw.h       |  3 ++
 drivers/infiniband/hw/i40iw/i40iw_cm.c    | 61 +++++++++++++++++--------------
 drivers/infiniband/hw/i40iw/i40iw_cm.h    |  3 +-
 drivers/infiniband/hw/i40iw/i40iw_ctrl.c  | 20 ++++------
 drivers/infiniband/hw/i40iw/i40iw_d.h     |  1 +
 drivers/infiniband/hw/i40iw/i40iw_hw.c    |  3 +-
 drivers/infiniband/hw/i40iw/i40iw_main.c  |  8 +++-
 drivers/infiniband/hw/i40iw/i40iw_puda.c  |  2 +-
 drivers/infiniband/hw/i40iw/i40iw_uk.c    | 18 +--------
 drivers/infiniband/hw/i40iw/i40iw_user.h  |  2 +-
 drivers/infiniband/hw/i40iw/i40iw_utils.c | 50 +++++++++++++++++++++++--
 11 files changed, 107 insertions(+), 64 deletions(-)

-- 
2.8.3

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-12-27 17:21 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-22 15:46 [PATCH rdma-next 0/9] i40iw updates for 4.16 Shiraz Saleem
     [not found] ` <20171222154702.12632-1-shiraz.saleem-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-12-22 15:46   ` [PATCH rdma-next 1/9] i40iw: Set MAX_IRD_SIZE to 64 Shiraz Saleem
2017-12-22 15:46   ` [PATCH rdma-next 2/9] i40iw: Use utility function roundup_pow_of_two() Shiraz Saleem
2017-12-22 15:46   ` [PATCH rdma-next 3/9] i40iw: Correct Q1/XF object count equation Shiraz Saleem
2017-12-22 15:46   ` [PATCH rdma-next 4/9] i40iw: Add notifier for network device events Shiraz Saleem
2017-12-22 15:46   ` [PATCH rdma-next 5/9] i40iw: Selectively teardown QPs on IP addr change event Shiraz Saleem
2017-12-22 15:46   ` [PATCH rdma-next 6/9] i40iw: Fix sequence number for the first partial FPDU Shiraz Saleem
2017-12-22 15:47   ` [PATCH rdma-next 7/9] i40iw: Ignore LLP_DOUBT_REACHABILITY AE Shiraz Saleem
2017-12-22 15:47   ` [PATCH rdma-next 8/9] i40iw: Validate correct IRD/ORD connection parameters Shiraz Saleem
2017-12-22 15:47   ` [PATCH rdma-next 9/9] i40iw: Fix the connection ORD value for loopback Shiraz Saleem
     [not found]     ` <20171222154702.12632-10-shiraz.saleem-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-12-22 16:10       ` Jason Gunthorpe
     [not found]         ` <20171222161049.GB30884-uk2M96/98Pc@public.gmane.org>
2017-12-22 20:35           ` Saleem, Shiraz
2017-12-22 23:36   ` [PATCH rdma-next 0/9] i40iw updates for 4.16 Jason Gunthorpe
     [not found]     ` <20171222233650.GA17198-uk2M96/98Pc@public.gmane.org>
2017-12-23 16:27       ` Shiraz Saleem
     [not found]         ` <20171223162708.GA13848-GOXS9JX10wfOxmVO0tvppfooFf0ArEBIu+b9c/7xato@public.gmane.org>
2017-12-27 14:58           ` Jason Gunthorpe
     [not found]             ` <20171227145801.GA25436-uk2M96/98Pc@public.gmane.org>
2017-12-27 16:11               ` Tung, Chien Tin
     [not found]                 ` <748B799B6A00724488C603FD7E5E7EB977BADFAC-XfjTATA9Em864kNsxIetb7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2017-12-27 17:21                   ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox