Re: [PATCH] mlx5: Fix incorrect wc pkey_index assignment for GSI messages

2015-09-01 Thread Sagi Grimberg
On 8/31/2015 11:18 PM, Or Gerlitz wrote: On Mon, Aug 31, 2015 at 6:24 PM, Sagi Grimberg wrote: Since patch series "Demux IB CM requests in the rdma_cm module" the P_Key index is taken from the work completion rather than the message itself so prior to this series nobody

Re: [PATCH] mlx5: Fix incorrect wc pkey_index assignment for GSI messages

2015-09-01 Thread Or Gerlitz
On 9/1/2015 11:08 AM, Sagi Grimberg wrote: (see http://www.spinics.net/lists/netdev/msg335599.html). better to have pointer here to upstream commit and not to an archive URL which is possibly gonna die some day This commit is not upstream yet. I know, but but under the way the

[PATCH] mlx5: Fix incorrect wc pkey_index assignment for GSI messages

2015-08-31 Thread Sagi Grimberg
Since patch series "Demux IB CM requests in the rdma_cm module" the P_Key index is taken from the work completion rather than the message itself (see http://www.spinics.net/lists/netdev/msg335599.html). The HCA provides us with the message P_Key. In order to provide the P_Key index, we need to

Re: [PATCH] mlx5: Fix incorrect wc pkey_index assignment for GSI messages

2015-08-31 Thread Or Gerlitz
On Mon, Aug 31, 2015 at 6:24 PM, Sagi Grimberg wrote: > Since patch series "Demux IB CM requests in the rdma_cm module" the > P_Key index is taken from the work completion rather than the message itself so prior to this series nobody in the IB core (and maybe across the whole