Re: [PATCH net 5/7] bnx2x: do not rollback VF MAC/VLAN filters we did not configure

2017-03-06 Thread Michal Schmidt
Dne 5.3.2017 v 11:13 Mintz, Yuval napsal(a): On failure to configure a VF MAC/VLAN filter we should not attempt to rollback filters that we failed to configure with -EEXIST. Is this theoretical or did you actually manage to hit it? If so, did it involve non-linux VFs? Asking as linux VFs don't

RE: [PATCH net 5/7] bnx2x: do not rollback VF MAC/VLAN filters we did not configure

2017-03-05 Thread Mintz, Yuval
> On failure to configure a VF MAC/VLAN filter we should not attempt to > rollback filters that we failed to configure with -EEXIST. Is this theoretical or did you actually manage to hit it? If so, did it involve non-linux VFs? Asking as linux VFs don't actually send multiple vlan/umac configurat

[PATCH net 5/7] bnx2x: do not rollback VF MAC/VLAN filters we did not configure

2017-03-03 Thread Michal Schmidt
On failure to configure a VF MAC/VLAN filter we should not attempt to rollback filters that we failed to configure with -EEXIST. Signed-off-by: Michal Schmidt --- drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c | 8 +++- drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h | 1 + 2 files chan