datapath: Assert IFF_TX_SKB_SHARING on internal devices.
authorJesse Gross <jesse@nicira.com>
Wed, 21 Sep 2011 02:09:50 +0000 (19:09 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 18 Oct 2011 16:24:37 +0000 (09:24 -0700)
Linux 3.1 adds a flag to check whether it's OK for shared skbs to
be transmitted on devices.  This generally isn't a problem for
hardware devices but software devices such as OVS that hold state
in the skb need to clear the flag, which is enabled by default.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>

No differences found