datapath: Enable all GSO features on internal port.
authorPravin B Shelar <pshelar@nicira.com>
Fri, 25 Oct 2013 20:42:12 +0000 (13:42 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Wed, 23 Oct 2013 14:39:16 +0000 (07:39 -0700)
commit1591fe8ee5b0ac14b1223c35af95c4e6efa269be
treeec0c008b2860b9a9ddde55693eb7ccd125b7b7ee
parenta72687af3a2ab1600ca9e87c00d4e7d138ecdc1a
datapath: Enable all GSO features on internal port.

OVS already can handle all types of segmentation offloads that
are supported by the kernel.
Following patch specifically enables UDP and IPV6 segmentation
offloads.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/vport-internal_dev.c