I was writing my own objection to this but Jason beat me too it.  More comments 
below.

> 
> On Wed, Oct 14, 2015 at 11:29:42AM +0300, Haggai Eran wrote:
> > respect the pkey_index in ib_send_wr.ud for GSI packets. Apparently
> > having the pkey_index in a work request isn't required by the IBA
> > specifications,
> 
> I disagree. The spec is very clear, 13.5.3.2.1 perscribes how GMP replies must
> be generated and there are only two ways to follow that
> perscription:
>  - Have some mechanism to set the pkey on outgoing QP1 GMPs
>  - Support only one pkey

Agree with Jason.

In addition Section 9.6.1.1.3 C9-42 specifically states that inbound Packets 
for QP1 are allowed on any PKey of which the port is a member.  What you are 
proposing widely deviates from the intent of QP1 processing.

> 
> What this series is doing (src QPN != 1) is absolutely not complainant with 
> the
> spec.

Agree.

> 
> If hardware doesn't have the ability to set the pkey on outbound, then it can
> only support 1 pkey. This may be why reading other parts of the spec is
> confusing. pkey_index in the verbs section is optional, but without it an
> implementation cannot support multiple pkeys. Thus when multiple pkeys are
> supported it is not optional at all.

Agree.

> 
> This proposed hack violates parts of 13.5.3.2.1 so I don't think it is 
> acceptable
> for core code to endorse ignoring the spec so badly. Especially when the
> violations are visible on the wire.
> 
> Put the hack in the driver, and obsolete it when the hardware is fixed to 
> follow
> the spec. Even better would be to fix this in firmware and leave the kernel
> alone.

Agree.

One final point, this extends the MAD layer to do things it was not intended to 
do.  The MAD layer was designed to handle the special QPs (0 and 1) we should 
keep it that way.  Even if we had a valid use case to create multiple UD QPs 
for GSI traffic it should be done via a new "QP pool" mechanism rather than 
hiding it like it was part of QP1.

Ira

> 
> FWIW, IMHO, no device that works like this should be a candidate for the IBTA
> Interop Logo.
> 
> Jason
> --
> To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the 
> body
> of a message to majord...@vger.kernel.org More majordomo info at
> http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to