From: Eric Dumazet Date: Sat, 26 Oct 2013 01:25:03 +0000 (-0700) Subject: veth: extend features to support tunneling X-Git-Tag: v3.13-rc1~105^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82d8189826d54740607e6a240e602850ef62a07d;p=pandora-kernel.git veth: extend features to support tunneling While investigating on a recent vxlan regression, I found veth was using a zero features set for vxlan tunnels. We have to segment GSO frames, copy the payload, and do the checksum. This patch brings a ~200% performance increase We probably have to add hw_enc_features support on other virtual devices. Signed-off-by: Eric Dumazet Cc: Alexei Starovoitov Signed-off-by: David S. Miller --- Reading git-diff-tree failed