commit | 7365bcfa32d2c9d212c41d52ff3509d70b6a3466 | [log] [tgz] |
---|---|---|
author | Paul Durrant <Paul.Durrant@citrix.com> | Wed Oct 16 17:50:30 2013 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 17 15:35:16 2013 -0400 |
tree | 3c7b3222e074f54c093ccf7a67e2e7de624bd9de | |
parent | 2eba61d55e5104d0bf08ba4a9cc609613f52b4c9 [diff] |
xen-netback: Unconditionally set NETIF_F_RXCSUM There is no mechanism to insist that a guest always generates a packet with good checksum (at least for IPv4) so we must handle checksum offloading from the guest and hence should set NETIF_F_RXCSUM. Signed-off-by: Paul Durrant <paul.durrant@citrix.com> Cc: Wei Liu <wei.liu2@citrix.com> Cc: David Vrabel <david.vrabel@citrix.com> Cc: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: David S. Miller <davem@davemloft.net>