mbox series

[v2,net,0/2] net/smc: ib_query_gid() patches

Message ID 20171011114723.30733-1-ubraun@linux.vnet.ibm.com
Headers show
Series net/smc: ib_query_gid() patches | expand

Message

Ursula Braun Oct. 11, 2017, 11:47 a.m. UTC
Dave,

triggered by Parav Pandit here are 2 cleanup patches for usage of
ib_query_gid() in the smc-code.

Thanks, Ursula

v2 changes advised by Parav Pandit:
   extra check is_vlan_dev() in patch 2/2
   "RoCE" spelling
   added "Reported-by"
   added "Reviewed-by"
   added "Fixes"

Ursula Braun (2):
  net/smc: replace function pointer get_netdev()
  net/smc: dev_put for netdev after usage of ib_query_gid()

 net/smc/smc_core.c | 12 ++++++++----
 net/smc/smc_ib.c   | 26 +++++++++-----------------
 2 files changed, 17 insertions(+), 21 deletions(-)

Comments

David Miller Oct. 12, 2017, 7:20 p.m. UTC | #1
From: Ursula Braun <ubraun@linux.vnet.ibm.com>
Date: Wed, 11 Oct 2017 13:47:21 +0200

> triggered by Parav Pandit here are 2 cleanup patches for usage of
> ib_query_gid() in the smc-code.

Series applied to net-next, thanks.