]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: Always tag VLAN tagged packets
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 20 Jul 2011 00:09:10 +0000 (00:09 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 14:00:54 +0000 (22:00 +0800)
commita834b4fe73132251859a09ecb564645d3dfb006e
tree5e29e47ae562f2eb1f352d18b9831821c53f8957
parent84adc20cab179b36d25b60c1017935bf58e349ea
ixgbe: Always tag VLAN tagged packets

This change is meant to fix the patch:
ixgbe: Cleanup FCOE and VLAN handling in xmit_frame_ring
And can be rolled into it if needed.

What this fixes is that VLAN tagged packets were not being tagged if they
were prio 7 which matches up with TC_PRIO_CONTROL.  In order to fix it I am
just setting things up so that we always tag VLAN tagged packets.

(cherry picked from commit 09dca476e3201baac2dcbddc857b83aa25cbdf2e)
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_main.c