commit | 7596175e99b3d4bce28022193efd954c201a782a | [log] [tgz] |
---|---|---|
author | Govindarajulu Varadarajan <gvaradar@cisco.com> | Wed Jan 30 06:59:00 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 01 14:41:42 2019 -0800 |
tree | 161c3bdce3098d9fa241596cf60209a967af50c2 | |
parent | ba59fb0273076637f0add4311faa990a5eec27c0 [diff] |
enic: fix checksum validation for IPv6 In case of IPv6 pkts, ipv4_csum_ok is 0. Because of this, driver does not set skb->ip_summed. So IPv6 rx checksum is not offloaded. Signed-off-by: Govindarajulu Varadarajan <gvaradar@cisco.com> Signed-off-by: David S. Miller <davem@davemloft.net>