> -----Original Message-----
> From: Ursula Braun [mailto:[email protected]]
> Sent: Wednesday, October 11, 2017 6:47 AM
> To: [email protected]
> Cc: [email protected]; [email protected]; linux-
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; Parav Pandit <[email protected]>
> Subject: [PATCH v2 net 1/2] net/smc: replace function pointer get_netdev()
>
> SMC should not open code the function pointer get_netdev of the IB device.
> Replacing ib_query_gid(..., NULL) with ib_query_gid(..., gid_attr) allows
> access
> to the netdev.
>
> Signed-off-by: Ursula Braun <[email protected]>
> Suggested-by: Parav Pandit <[email protected]>
> Reviewed-by: Parav Pandit <[email protected]>
Looks fine.