From: Thomas Graf Date: Fri, 13 Dec 2013 14:22:22 +0000 (+0100) Subject: openvswitch: Compute checksum in skb_gso_segment() if needed X-Git-Tag: v3.14-rc1~94^2~265^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09c5e6054e206ecf13945f50711856a5cb2d5de1;p=pandora-kernel.git openvswitch: Compute checksum in skb_gso_segment() if needed The copy & csum optimization is no longer present with zerocopy enabled. Compute the checksum in skb_gso_segment() directly by dropping the HW CSUM capability from the features passed in. Signed-off-by: Thomas Graf Signed-off-by: Jesse Gross --- Reading git-diff-tree failed