On Thu, 2018-05-03 at 15:08 -0400, Doug Ledford wrote: > On 5/3/2018 8:54 AM, Marciniszyn, Mike wrote: > > > > > > > > But I see Doug pulled the fix? > > > > > > It's in my wip branch, so until I merge it into the official for-rc > > > branch, I can still fix up minor things like this. > > > > > > > The patch works without the cast. > > > > How do you want to do this: > > - A v2 -> v3 of the patch? > > - Manually delete the cast in your wip branch? > > > > Here is the diff hunk for removing the cast from return_cnp: > > diff --git a/drivers/infiniband/hw/hfi1/ud.c b/drivers/infiniband/hw/hfi1/ud.c > > index 9aa7d87..6ad203f 100644 > > --- a/drivers/infiniband/hw/hfi1/ud.c > > +++ b/drivers/infiniband/hw/hfi1/ud.c > > @@ -719,7 +719,7 @@ void return_cnp(struct hfi1_ibport *ibp, struct rvt_qp *qp, u32 remote_qpn, > > > > lrh0 |= (sc5 & 0xf) << 12 | sl << 4; > > > > - bth0 = (u32)pkey | (IB_OPCODE_CNP << 24); > > + bth0 = pkey | (IB_OPCODE_CNP << 24); > > ohdr->bth[0] = cpu_to_be32(bth0); > > > > ohdr->bth[1] = cpu_to_be32(remote_qpn | (1 << IB_BECN_SHIFT)); > > > > Mike > > > > I'll manually delete it in my WIP. Thanks for getting the test results > back :-) > Fixed in WIP, thanks. -- Doug Ledford GPG KeyID: B826A3330E572FDD Key fingerprint = AE6B 1BDA 122B 23B4 265B 1274 B826 A333 0E57 2FDD