Re: [PATCH v2 08/12] IB/srp: Introduce two new srp_target_port member variables

2014-10-19 Thread Sagi Grimberg
On 10/7/2014 4:05 PM, Bart Van Assche wrote: Introduce the srp_target_port member variables 'sgid' and 'pkey'. Change the type of 'orig_dgid' from __be16[8] into union ib_gid. This patch does not change any functionality but makes the Separate target and channel variables patch easier to verify.

[PATCH v2 08/12] IB/srp: Introduce two new srp_target_port member variables

2014-10-07 Thread Bart Van Assche
Introduce the srp_target_port member variables 'sgid' and 'pkey'. Change the type of 'orig_dgid' from __be16[8] into union ib_gid. This patch does not change any functionality but makes the Separate target and channel variables patch easier to verify. Signed-off-by: Bart Van Assche