Re: [PATCH v4 09/14] IB/cm: Expose BTH P_Key in CM and SIDR request events

2015-08-31 Thread Haggai Eran
On 30/08/2015 21:23, Sagi Grimberg wrote: > > Looks like for some reason cm_get_bth_pkey got pkey_index of 0x > instead of 0 (working on the default pkey 0x at entry 0). It looks like the mlx5 driver doesn't interpret the completion format correctly. It takes a field defined in the

Re: [PATCH v4 09/14] IB/cm: Expose BTH P_Key in CM and SIDR request events

2015-08-31 Thread Sagi Grimberg
On 8/31/2015 9:50 AM, Haggai Eran wrote: On 30/08/2015 21:23, Sagi Grimberg wrote: Looks like for some reason cm_get_bth_pkey got pkey_index of 0x instead of 0 (working on the default pkey 0x at entry 0). It looks like the mlx5 driver doesn't interpret the completion format

Re: [PATCH v4 09/14] IB/cm: Expose BTH P_Key in CM and SIDR request events

2015-08-30 Thread Sagi Grimberg
On 7/30/2015 5:50 PM, Haggai Eran wrote: The rdma_cm module will later use the P_Key from the BTH to de-mux requests. See discussion at: http://www.spinics.net/lists/netdev/msg336067.html I've been hitting errors with srp target with this series applied. Not sure if this series exposes a