From: Doug Ledford <dledford@redhat.com>
To: Don Hiatt <don.hiatt@intel.com>,
Dennis Dalessandro <dennis.dalessandro@intel.com>
Cc: Mike Marciniszyn <mike.marciniszyn@intel.com>,
Bartlomiej Dudek <bartlomiej.dudek@intel.com>,
Jakub Byczkowski <jakub.byczkowski@intel.com>,
linux-rdma@vger.kernel.org, Ira Weiny <ira.weiny@intel.com>,
Alex Estrin <alex.estrin@intel.com>,
stable@vger.kernel.org,
"Michael J. Ruhl" <michael.j.ruhl@intel.com>,
Sebastian Sanchez <sebastian.sanchez@intel.com>
Subject: Re: [PATCH for-next 00/27] IB/hfi1, rdmavt, core, etc: patches for next 08/04/2017
Date: Fri, 18 Aug 2017 15:07:09 -0400 [thread overview]
Message-ID: <1503083229.2598.45.camel@redhat.com> (raw)
In-Reply-To: <e6444306-2507-d632-3a2c-1bb736af999c@intel.com>
On Thu, 2017-08-10 at 11:17 -0700, Don Hiatt wrote:
>
> On 8/10/2017 10:05 AM, Dennis Dalessandro wrote:
> > On 8/4/2017 4:52 PM, Dennis Dalessandro wrote:
> >
> > > Dasaratharaman Chandramouli (10):
> > > IB/core: Convert ah_attr from OPA to IB when copying to
> > > user
> > > IB/srpt: Increase lid and sm_lid to 32 bits
> > > IB/IPoIB: Increase local_lid to 32 bits
> > > IB/mad: Change slid in RMPP recv from 16 to 32 bits
> > > IB/core: Change port_attr.lid size from 16 to 32 bits
> > > IB/core: Change port_attr.sm_lid from 16 to 32 bits
> > > IB/CM: Create appropriate path records when handling CM
> > > request
> > > IB/CM: Set appropriate slid and dlid when handling CM
> > > request
> > > IB/rdmavt,hfi1,qib: Enhance rdmavt and hfi1 to use 32 bit
> > > lids
> > > IB/hfi1: Enable RDMA_CAP_OPA_AH in hfi driver to support
> > > extended LIDs
>
> I submitted a v4 of just the 'extended lid' changes which is 8
> patches
> in total.
> These patches from Denny's original patch series (from Dasa) are
> still
> valid:
>
> IB/CM: Set appropriate slid and dlid when handling CM request
> IB/rdmavt,hfi1,qib: Enhance rdmavt and hfi1 to use 32 bit
> lids
> IB/hfi1: Enable RDMA_CAP_OPA_AH in hfi driver to support
> extended LIDs
OK, I *think* I've got things figured out, but I need to request that
you guys submit things differently in the future.
In general, if you submit a series of 7 patches that does some "thing",
then whether or not a resubmit adds or reduces the patch count, it
should still be just that "thing". And once you do a submission for a
"thing" as a series, that series should never get subsumed into another
"thing". In order for me to keep v1 versus v2 of any given "thing"
straight and not miss stuff, or waste a ton of time trying to apply
things that are already applied, a "thing" must remain the same "thing"
unless it is clearly withdrawn entirely and submitted as part of a new
"thing".
That said, I have the two series that updated the lid size and added
the support to the CM. I think that means that patches 7 through 16
are now all applied, but I still need to process the others (and
digging that "thing" out of the middle is even hard than if it were
just at the beginning or the end). Let me know if that is not correct.
>
> > Leon had some comments with these patches and Don is going to
> > submit
> > an updated version of these 10. These were submitted previously
> > back
> > in early June and sat on the list without comment. Hearing no
> > feedback
> > I rebased them and sent with my other patches so we could get the
> > driver patches out.
> >
> > In hindsight we probably should have just submitted another
> > revision
> > to these 10 and sent the following 11 and the other 6 as a
> > separate
> > series. If that makes things easier we can still do that. Let me
> > know
> > the easiest way for you to consume these.
> >
> > > Don Hiatt (11):
> > > IB/core: Change wc.slid from 16 to 32 bits
> > > IB/CM: Add OPA Path record support to CM
> > > IB/rdmavt,hfi1,qib: Modify check_ah() to account for
> > > extended
> > > LIDs
> > > IB/hfi1: Add support to receive 16B bypass packets
> > > IB/hfi1: Add support to send 16B bypass packets
> > > IB/hfi1: Add support to process 16B header errors
> > > IB/hfi1: Determine 9B/16B L2 header type based on Address
> > > handle
> > > IB/hfi1: Add 16B UD support
> > > IB/hfi1: Add 16B trace support
> > > IB/hfi1: Add 16B RC/UC support
> > > IB/hfi1: Enhance PIO/SDMA send for 16B
> >
> > These will still apply, as will the other 6 patches in this series.
> >
> > -Denny
>
>
--
Doug Ledford <dledford@redhat.com>
GPG KeyID: B826A3330E572FDD
Key fingerprint = AE6B 1BDA 122B 23B4 265B 1274 B826 A333 0E57 2FDD
next prev parent reply other threads:[~2017-08-18 19:07 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-04 20:52 [PATCH for-next 00/27] IB/hfi1, rdmavt, core, etc: patches for next 08/04/2017 Dennis Dalessandro
2017-08-04 20:52 ` [PATCH for-next 01/27] IB/hfi1: Revert egress pkey check enforcement Dennis Dalessandro
[not found] ` <20170804204842.17853.14858.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2017-08-04 20:52 ` [PATCH for-next 02/27] IB/hfi1: Remove pmtu from the QP structure Dennis Dalessandro
2017-08-04 20:52 ` [PATCH for-next 03/27] IB/hfi1: Remove lstate from hfi1_pportdata Dennis Dalessandro
2017-08-04 20:52 ` [PATCH for-next 04/27] IB/hfi1: Use host_link_state to read state when DC is shut down Dennis Dalessandro
2017-08-04 20:52 ` [PATCH for-next 05/27] IB/hfi1: Protect context array set/clear with spinlock Dennis Dalessandro
2017-08-04 20:52 ` [PATCH for-next 06/27] IB/hf1: User context locking is inconsistent Dennis Dalessandro
2017-08-04 20:52 ` [PATCH for-next 07/27] IB/core: Convert ah_attr from OPA to IB when copying to user Dennis Dalessandro
2017-08-04 20:52 ` [PATCH for-next 08/27] IB/srpt: Increase lid and sm_lid to 32 bits Dennis Dalessandro
2017-08-04 20:53 ` [PATCH for-next 09/27] IB/IPoIB: Increase local_lid " Dennis Dalessandro
2017-08-04 20:53 ` [PATCH for-next 10/27] IB/mad: Change slid in RMPP recv from 16 " Dennis Dalessandro
2017-08-04 20:53 ` [PATCH for-next 11/27] IB/core: Change port_attr.lid size " Dennis Dalessandro
2017-08-04 20:53 ` [PATCH for-next 12/27] IB/core: Change port_attr.sm_lid " Dennis Dalessandro
[not found] ` <20170804205320.17853.77236.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2017-08-06 8:18 ` Leon Romanovsky
[not found] ` <20170806081857.GC3636-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-08-06 8:22 ` Leon Romanovsky
[not found] ` <20170806082217.GE3636-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-08-08 14:41 ` Leon Romanovsky
[not found] ` <20170808144146.GF28851-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-08-08 16:35 ` Weiny, Ira
[not found] ` <2807E5FD2F6FDA4886F6618EAC48510E67CFAF96-8k97q/ur5Z2krb+BlOpmy7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2017-08-08 16:49 ` Don Hiatt
[not found] ` <018c6e70-78d5-51ec-993f-35be575a6da1-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-08-09 6:57 ` Leon Romanovsky
[not found] ` <20170809065730.GC1423-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-08-10 18:18 ` Don Hiatt
2017-08-09 6:56 ` Leon Romanovsky
2017-08-04 20:53 ` [PATCH for-next 13/27] IB/core: Change wc.slid " Dennis Dalessandro
2017-08-04 20:53 ` [PATCH for-next 14/27] IB/CM: Add OPA Path record support to CM Dennis Dalessandro
2017-08-04 20:53 ` [PATCH for-next 15/27] IB/CM: Create appropriate path records when handling CM request Dennis Dalessandro
2017-08-04 20:53 ` [PATCH for-next 16/27] IB/CM: Set appropriate slid and dlid " Dennis Dalessandro
2017-08-04 20:53 ` [PATCH for-next 17/27] IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDs Dennis Dalessandro
2017-08-04 20:53 ` [PATCH for-next 18/27] IB/hfi1: Add support to receive 16B bypass packets Dennis Dalessandro
2017-08-04 20:54 ` [PATCH for-next 19/27] IB/hfi1: Add support to send " Dennis Dalessandro
2017-08-04 20:54 ` [PATCH for-next 20/27] IB/hfi1: Add support to process 16B header errors Dennis Dalessandro
2017-08-04 20:54 ` [PATCH for-next 21/27] IB/hfi1: Determine 9B/16B L2 header type based on Address handle Dennis Dalessandro
2017-08-04 20:54 ` [PATCH for-next 22/27] IB/hfi1: Add 16B UD support Dennis Dalessandro
2017-08-04 20:54 ` [PATCH for-next 23/27] IB/hfi1: Add 16B trace support Dennis Dalessandro
2017-08-04 20:54 ` [PATCH for-next 24/27] IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lids Dennis Dalessandro
2017-08-04 20:54 ` [PATCH for-next 25/27] IB/hfi1: Add 16B RC/UC support Dennis Dalessandro
2017-08-04 20:54 ` [PATCH for-next 26/27] IB/hfi1: Enhance PIO/SDMA send for 16B Dennis Dalessandro
2017-08-04 20:54 ` [PATCH for-next 27/27] IB/hfi1: Enable RDMA_CAP_OPA_AH in hfi driver to support extended LIDs Dennis Dalessandro
2017-08-10 17:05 ` [PATCH for-next 00/27] IB/hfi1, rdmavt, core, etc: patches for next 08/04/2017 Dennis Dalessandro
[not found] ` <f73b2f88-bc1b-92ed-1632-d2f3b1583d60-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-08-10 18:17 ` Don Hiatt
2017-08-18 19:07 ` Doug Ledford [this message]
2017-08-22 18:23 ` 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=1503083229.2598.45.camel@redhat.com \
--to=dledford@redhat.com \
--cc=alex.estrin@intel.com \
--cc=bartlomiej.dudek@intel.com \
--cc=dennis.dalessandro@intel.com \
--cc=don.hiatt@intel.com \
--cc=ira.weiny@intel.com \
--cc=jakub.byczkowski@intel.com \
--cc=linux-rdma@vger.kernel.org \
--cc=michael.j.ruhl@intel.com \
--cc=mike.marciniszyn@intel.com \
--cc=sebastian.sanchez@intel.com \
--cc=stable@vger.kernel.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 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).