All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shiraz Saleem <shiraz.saleem-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	e1000-rdma-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	Shiraz Saleem
	<shiraz.saleem-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Subject: [PATCH for-next 00/12] i40iw patches for 4.15
Date: Mon, 16 Oct 2017 15:45:53 -0500	[thread overview]
Message-ID: <20171016204605.37512-1-shiraz.saleem@intel.com> (raw)

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

             reply	other threads:[~2017-10-16 20:45 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-16 20:45 Shiraz Saleem [this message]
     [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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171016204605.37512-1-shiraz.saleem@intel.com \
    --to=shiraz.saleem-ral2jqcrhueavxtiumwx3w@public.gmane.org \
    --cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=e1000-rdma-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.