Re: [PATCH net] bnx2x: Fix vxlan removal

2015-11-20 Thread David Miller
From: Yuval Mintz Date: Thu, 19 Nov 2015 11:56:51 +0200 > 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 > Sig

[PATCH net] bnx2x: Fix vxlan removal

2015-11-19 Thread Yuval Mintz
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 Signed-off-by: Yuval Mintz --- Hi Dave, Please consider applying this t