From: Paul Durrant Date: Wed, 16 Oct 2013 16:50:29 +0000 (+0100) Subject: xen-netback: add support for IPv6 checksum offload from guest X-Git-Tag: v3.13-rc1~105^2~184^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eba61d55e5104d0bf08ba4a9cc609613f52b4c9;p=pandora-kernel.git xen-netback: add support for IPv6 checksum offload from guest For performance of VM to VM traffic on a single host it is better to avoid calculation of TCP/UDP checksum in the sending frontend. To allow this this patch adds the code necessary to set up partial checksum for IPv6 packets and xenstore flag feature-ipv6-csum-offload to advertise that fact to frontends. Signed-off-by: Paul Durrant Cc: Wei Liu Cc: David Vrabel Cc: Ian Campbell Signed-off-by: David S. Miller --- Reading git-diff-tree failed