diff options
| author | Toshiaki Makita <[email protected]> | 2015-01-29 11:37:10 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2015-01-31 02:03:47 +0000 |
| commit | 10e4fb333c9ad72491f80bed018f8007e17060d1 (patch) | |
| tree | 90e90c74520964e5beedbb35b3cb304f3f5005eb /drivers/net/xen-netback/interface.c | |
| parent | ixgbe: Fix checksum error when using stacked vlan (diff) | |
| download | kernel-10e4fb333c9ad72491f80bed018f8007e17060d1.tar.gz kernel-10e4fb333c9ad72491f80bed018f8007e17060d1.zip | |
ixgbevf: Fix checksum error when using stacked vlan
When a skb has multiple vlans and it is CHECKSUM_PARTIAL,
ixgbevf_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 first->protocol instead of skb->protocol to get the proper network
protocol.
Signed-off-by: Toshiaki Makita <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/xen-netback/interface.c')
0 files changed, 0 insertions, 0 deletions
