]> git.baikalelectronics.ru Git - kernel.git/commit
bnx2x: Unlock VF-PF channel on MAC/VLAN config error
authorAriel Elior <ariele@broadcom.com>
Sun, 20 Oct 2013 14:51:28 +0000 (16:51 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Oct 2013 22:31:35 +0000 (18:31 -0400)
commit6d125958564e58e381501fd12b074547451ffea3
treee7b5176d6b8151015efafd0d5bfd9a25b9ea063d
parent25207a1682d0b53c3261e14ff218167ab7b0c96a
bnx2x: Unlock VF-PF channel on MAC/VLAN config error

Current code returns upon failure, leaving the VF-PF in an unusable state;
This patch adds the missing release so further commands could pass between
PF and VF.

Signed-off-by: Ariel Elior <ariele@broadcom.com>
Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c