datapath: Allow skbs with a frag list.
authorJesse Gross <jesse@nicira.com>
Wed, 24 Nov 2010 01:03:16 +0000 (17:03 -0800)
committerJesse Gross <jesse@nicira.com>
Fri, 3 Dec 2010 01:10:16 +0000 (17:10 -0800)
commit8e6c8ff5ae19b04f45905cc35163a855c096d0a3
tree1e0171b70e836ca614eb8ef6f73a86097f83062a
parenta5b7d883a873fce2f838d59185e70013afc6987d
datapath: Allow skbs with a frag list.

We can already receive packets with a frag list due to reassembly
in CAPWAP tunneling.  Since we can handle it, we might as well open
it up to internal devices as well to prevent linearization.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/vport-internal_dev.c