net: stmmac: Add option for VLAN filter fail queue enable
Add option in plat_stmmacenet_data struct to enable VLAN Filter Fail Queuing. This option allows packets that fail VLAN filter to be routed to a specific Rx queue when Receive All is also set. When this option is enabled: - Enable VFFQ only when entering promiscuous mode, because Receive All will pass up all rx packets that failed address filtering (similar to promiscuous mode). - VLAN-promiscuous mode is never entered to allow rx packet to fail VLAN filters and get routed to selected VFFQ Rx queue. Reviewed-by:Voon Weifeng <weifeng.voon@intel.com> Reviewed-by:
Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by:
Chuah, Kim Tatt <kim.tatt.chuah@intel.com> Signed-off-by:
Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/net/ethernet/stmicro/stmmac/common.h 2 additions, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/common.h
- drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c 5 additions, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/dwmac-intel.c
- drivers/net/ethernet/stmicro/stmmac/dwmac4.h 1 addition, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/dwmac4.h
- drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c 13 additions, 2 deletionsdrivers/net/ethernet/stmicro/stmmac/dwmac4_core.c
- drivers/net/ethernet/stmicro/stmmac/dwmac5.h 6 additions, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/dwmac5.h
- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 3 additions, 0 deletionsdrivers/net/ethernet/stmicro/stmmac/stmmac_main.c
- include/linux/stmmac.h 2 additions, 0 deletionsinclude/linux/stmmac.h
Please register or sign in to comment