commit | 425d3d83707d378d97d1f7d460ce3083a1948c20 | [log] [tgz] |
---|---|---|
author | Yuval Mintz <Yuval.Mintz@qlogic.com> | Thu Nov 19 11:56:51 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 20 10:58:31 2015 -0500 |
tree | 322035b48448407f742cd800cb179ccb74945b87 | |
parent | 5d4c9bfbabdb1d497f21afd81501e5c54b0c85d9 [diff] |
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>