diff options
author | Brett Creeley <brett.creeley@intel.com> | 2020-05-15 17:51:19 -0700 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2020-05-31 03:38:20 -0700 |
commit | 2bb19d6e077190bafbfd50f3793333af3f07a7b1 (patch) | |
tree | 512e23607c416ed1ae071c77b73957bb8305c215 /drivers/s390 | |
parent | c1636a6e8a5e10190bd31ae085f9e8f8c5bc50a0 (diff) | |
download | linux-2bb19d6e077190bafbfd50f3793333af3f07a7b1.tar.bz2 |
ice: Fix transmit for all software offloaded VLANs
Currently the driver does not recognize when there is an 802.1AD VLAN
tag right after the dmac/smac (outermost VLAN tag). If any DCB map is
applied and/or DCB is enabled this is causing the hardware to insert a
VLAN 0 tag after the 802.1AD VLAN tag that is already in the packet.
Fix this by preventing VLAN tag 0 from being added when any VLAN is
already present after dmac/smac (software offloaded) or skb (hardware
offloaded).
Signed-off-by: Brett Creeley <brett.creeley@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/s390')
0 files changed, 0 insertions, 0 deletions