]> git.baikalelectronics.ru Git - kernel.git/commit
net/smc: fix SMCD link group creation with VLAN id
authorUrsula Braun <ubraun@linux.ibm.com>
Thu, 10 Oct 2019 08:16:09 +0000 (10:16 +0200)
committerJakub Kicinski <jakub.kicinski@netronome.com>
Fri, 11 Oct 2019 02:08:41 +0000 (19:08 -0700)
commit87633ee60542fe4839202d1e858ce553fce93188
treeb493cb1a56ab3459792bb0d51e1a080c05427730
parent908c7b2b8f51a46ee56a003d0142a03841931738
net/smc: fix SMCD link group creation with VLAN id

If creation of an SMCD link group with VLAN id fails, the initial
smc_ism_get_vlan() step has to be reverted as well.

Fixes: aada6413944e ("net/smc: add base infrastructure for SMC-D and ISM")
Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
net/smc/smc_core.c