commit | 09c5e6054e206ecf13945f50711856a5cb2d5de1 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Fri Dec 13 15:22:22 2013 +0100 |
committer | Jesse Gross <jesse@nicira.com> | Mon Jan 06 15:53:24 2014 -0800 |
tree | bc81d09ae6a56eade80edd5f6ab8baf873e2ab33 | |
parent | bda56f143c9dc38ae7926ba21ebeb35359a6c051 [diff] |
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>