diff options
author | Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp> | 2015-01-29 12:37:09 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-01-31 03:03:47 +0100 |
commit | 0213668f060ea966ee8f4e6334f0fd27b6a1c428 (patch) | |
tree | 0aacfd4991c9232e060645397c0f90eb9f15da54 /drivers/acpi | |
parent | igbvf: Fix checksum error when using stacked vlan (diff) | |
download | linux-0213668f060ea966ee8f4e6334f0fd27b6a1c428.tar.xz linux-0213668f060ea966ee8f4e6334f0fd27b6a1c428.zip |
ixgbe: Fix checksum error when using stacked vlan
When a skb has multiple vlans and it is CHECKSUM_PARTIAL,
ixgbe_tx_csum() fails to get the network protocol and checksum related
descriptor fields are not configured correctly because skb->protocol
doesn't show the L3 protocol in this case.
Use vlan_get_protocol() to get the proper network protocol.
Signed-off-by: Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/acpi')
0 files changed, 0 insertions, 0 deletions