]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Compute checksum in skb_gso_segment() if needed
authorThomas Graf <tgraf@suug.ch>
Fri, 13 Dec 2013 14:22:22 +0000 (15:22 +0100)
committerJesse Gross <jesse@nicira.com>
Mon, 6 Jan 2014 23:53:24 +0000 (15:53 -0800)
commitbca3ec49fcd456b80c2c1d2423e06cb358f4e2bb
treebc81d09ae6a56eade80edd5f6ab8baf873e2ab33
parent7ac152e92f35b64184b46891229d64fda2d7dd25
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 <tgraf@suug.ch>
Signed-off-by: Jesse Gross <jesse@nicira.com>
net/openvswitch/datapath.c