Re: [PATCH net-next] bnx2x: add vlan filtering offload
From: David Miller <davem@davemloft.net>
Date: 2015-07-30 06:25:12
From: David Miller <davem@davemloft.net>
Date: 2015-07-30 06:25:12
From: Yuval Mintz <redacted> Date: Wed, 29 Jul 2015 15:52:46 +0300
Current driver always uses vlan-promisc mode, i.e., it receives both tagged and untagged traffic and lets the network stack drop packets tagged with unrequested vlan tags. This patch implements vlan-filtering offload in the driver - Unless explicitly configured to promisc mode, only untagged packets or packets tagged with requested vlans would reach the Rx flow. Signed-off-by: Yuval Mintz <redacted> Signed-off-by: Ariel Elior <redacted>
Applied, thanks.