All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next 00/12] i40iw patches for 4.15
@ 2017-10-16 20:45 Shiraz Saleem
       [not found] ` <20171016204605.37512-1-shiraz.saleem-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 16+ messages in thread
From: Shiraz Saleem @ 2017-10-16 20:45 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA,
	e1000-rdma-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Shiraz Saleem

Hi Doug,

This patch series includes i40iw driver fixes, cleanup and refactoring
targeted for 4.15.

Bob Sharp (1):
  i40iw: Move cqp_cmd_head init to CQP initialization

Christopher Bednarz (1):
  i40iw: Clear CQP Head/Tail during initialization

Ivan Barrera (1):
  i40iw: Remove UDA QP from QoS list if creation fails

Mustafa Ismail (5):
  i40iw: Cleanup AE processing
  i40iw: Ignore AE source field in AEQE for some AEs
  i40iw: Remove unused static_rsrc from i40iw_create_qp_info
  i40iw: Move exception_lan_queue to VSI structure
  i40iw: Remove unused structures

Shiraz Saleem (4):
  i40iw: Account for IPv6 header when setting MSS
  i40iw: Move ceq_valid to i40iw_sc_dev structure
  i40iw: Reinitialize IEQ on MTU change
  i40iw: Refactor queue depth calculation

 drivers/infiniband/hw/i40iw/i40iw.h       |  3 --
 drivers/infiniband/hw/i40iw/i40iw_cm.c    |  3 +-
 drivers/infiniband/hw/i40iw/i40iw_ctrl.c  | 75 +++++++++++++++++++++++++------
 drivers/infiniband/hw/i40iw/i40iw_d.h     | 30 +++++++------
 drivers/infiniband/hw/i40iw/i40iw_hw.c    |  2 +-
 drivers/infiniband/hw/i40iw/i40iw_main.c  | 48 +++++++++++++-------
 drivers/infiniband/hw/i40iw/i40iw_p.h     |  3 +-
 drivers/infiniband/hw/i40iw/i40iw_puda.c  | 18 ++++----
 drivers/infiniband/hw/i40iw/i40iw_puda.h  |  2 -
 drivers/infiniband/hw/i40iw/i40iw_type.h  | 12 +++--
 drivers/infiniband/hw/i40iw/i40iw_uk.c    | 63 ++++++++++++++++++++------
 drivers/infiniband/hw/i40iw/i40iw_user.h  | 22 ++-------
 drivers/infiniband/hw/i40iw/i40iw_verbs.c | 34 ++++----------
 13 files changed, 190 insertions(+), 125 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] 16+ messages in thread

end of thread, other threads:[~2017-10-18 17:30 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-16 20:45 [PATCH for-next 00/12] i40iw patches for 4.15 Shiraz Saleem
     [not found] ` <20171016204605.37512-1-shiraz.saleem-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-10-16 20:45   ` [PATCH for-next 01/12] i40iw: Cleanup AE processing Shiraz Saleem
2017-10-16 20:45   ` [PATCH for-next 02/12] i40iw: Ignore AE source field in AEQE for some AEs Shiraz Saleem
2017-10-16 20:45   ` [PATCH for-next 03/12] i40iw: Remove unused static_rsrc from i40iw_create_qp_info Shiraz Saleem
2017-10-16 20:45   ` [PATCH for-next 04/12] i40iw: Move exception_lan_queue to VSI structure Shiraz Saleem
2017-10-16 20:45   ` [PATCH for-next 05/12] i40iw: Remove unused structures Shiraz Saleem
2017-10-16 20:45   ` [PATCH for-next 06/12] i40iw: Account for IPv6 header when setting MSS Shiraz Saleem
2017-10-16 20:46   ` [PATCH for-next 07/12] i40iw: Move ceq_valid to i40iw_sc_dev structure Shiraz Saleem
2017-10-16 20:46   ` [PATCH for-next 08/12] i40iw: Reinitialize IEQ on MTU change Shiraz Saleem
     [not found]     ` <20171016204605.37512-9-shiraz.saleem-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-10-17  9:15       ` Kalderon, Michal
     [not found]         ` <CY1PR0701MB20123ECBE7D8235BD2F9FD8D884C0-UpKza+2NMNLHMJvQ0dyT705OhdzP3rhOnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2017-10-17 15:55           ` Shiraz Saleem
2017-10-16 20:46   ` [PATCH for-next 09/12] i40iw: Refactor queue depth calculation Shiraz Saleem
2017-10-16 20:46   ` [PATCH for-next 10/12] i40iw: Clear CQP Head/Tail during initialization Shiraz Saleem
2017-10-16 20:46   ` [PATCH for-next 11/12] i40iw: Remove UDA QP from QoS list if creation fails Shiraz Saleem
2017-10-16 20:46   ` [PATCH for-next 12/12] i40iw: Move cqp_cmd_head init to CQP initialization Shiraz Saleem
2017-10-18 17:30   ` [PATCH for-next 00/12] i40iw patches for 4.15 Doug Ledford

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.