Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183731
b: refs/heads/master
c: 9010bc3
h: refs/heads/master
i:
  183729: 11e2dca
  183727: 45b8d63
v: v3
  • Loading branch information
Jeff Kirsher authored and David S. Miller committed Jan 23, 2010
1 parent 74023c4 commit 2e47ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e9017b55189355e9e6569990a18919e83f35bccb
refs/heads/master: 9010bc3364db56dd88a1851e0797e597e322ce08
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixgbevf/ixgbevf_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2781,7 +2781,7 @@ static int ixgbevf_tso(struct ixgbevf_adapter *adapter,
IPPROTO_TCP,
0);
adapter->hw_tso_ctxt++;
} else if (skb_shinfo(skb)->gso_type == SKB_GSO_TCPV6) {
} else if (skb_is_gso_v6(skb)) {
ipv6_hdr(skb)->payload_len = 0;
tcp_hdr(skb)->check =
~csum_ipv6_magic(&ipv6_hdr(skb)->saddr,
Expand Down

0 comments on commit 2e47ff4

Please sign in to comment.