Merge branch 'bnx2x-Fix-malicious-VFs-indication'
Yuval Mintz says: ==================== bnx2x: Fix malicious VFs indication It was discovered that for a VF there's a simple [yet uncommon] scenario which would cause device firmware to declare that VF as malicious - Add a vlan interface on top of a VF and disable txvlan offloading for that VF [causing VF to transmit packets where vlan is on payload]. Patch #1 corrects driver transmission to prevent this issue. Patch #2 is a by-product correcting PF behavior once a VF is declared malicious. ==================== Signed-off-by:David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c 15 additions, 4 deletionsdrivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
- drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 12 additions, 1 deletiondrivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
- drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h 1 addition, 0 deletionsdrivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h
Loading
Please register or sign in to comment