]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bnx2x: Fix vxlan removal
authorYuval Mintz <Yuval.Mintz@qlogic.com>
Thu, 19 Nov 2015 09:56:51 +0000 (11:56 +0200)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 8 Jul 2016 02:28:33 +0000 (19:28 -0700)
commiteb66d9f5639ba4e96480a7caaac0616c34449241
tree590927bd6a012a322bcb407bb134836640b3c579
parent8d68e4de3e81e4051eb406629b91982cf3126a24
bnx2x: Fix vxlan removal

Commmit ac7eccd4d48fc "bnx2x: track vxlan port count" contains a bug -
Instead of achieving the required goal, vxlan configuration would not
be removed since we're decrementing the port instead of the counter.

CC: Jiri Benc <jbenc@redhat.com>
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Orabug: 23718192
Signed-off-by: Manjunath Govindashetty <manjunath.govindashetty@oracle.com>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c