diff options
author | Lucy Liu <lucy.liu@intel.com> | 2009-08-13 16:09:38 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-14 05:13:23 +0200 |
commit | 8a62babfb87aa5911e87e0ce38381bdfdc4a2b83 (patch) | |
tree | 5cf210a10965bceb90452156b1be8c7957c8a243 /drivers/net/ifb.c | |
parent | ixgbe: Do not return 0 in ixgbe_fcoe_ddp() upon FCP_RSP in DDP completion (diff) | |
download | linux-8a62babfb87aa5911e87e0ce38381bdfdc4a2b83.tar.xz linux-8a62babfb87aa5911e87e0ce38381bdfdc4a2b83.zip |
ixgbe: Fix receive on real device when VLANs are configured
Traffic received with a priority tag (VID = 0) and non-zero priority value was
incorrectly handled by the VLAN packet code path due to a check on zero for
the whole VLAN tag instead of just the VID.
This patch masked out the priority field when checking the vlan tag for
received VLAN packets.
Signed-off-by: Lucy Liu <lucy.liu@intel.com>
Acked-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ifb.c')
0 files changed, 0 insertions, 0 deletions