datapath: remove VLAN compat code from GSO
authorThadeu Lima de Souza Cascardo <cascardo@redhat.com>
Thu, 21 Jul 2016 18:14:17 +0000 (11:14 -0700)
committerPravin B Shelar <pshelar@ovn.org>
Tue, 26 Jul 2016 03:58:12 +0000 (20:58 -0700)
commitb63bf24882095cc45d3304455cc37e9df4a08c58
treee76e5da0f8c282a417cdae583ad02f0ddd058427
parent7808a994b3657803a75b5761c009c68b46176f3a
datapath: remove VLAN compat code from GSO

This compatibility code was only needed for Linux 2.6.36 and older. With the
support for versions older than 3.10 dropped, this code is not needed anymore.

The style for checking for mpls was kept in case some other protocol type is
added in the future.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
Acked-by: Pravin B Shelar <pshelar@ovn.org>
datapath/linux/compat/gso.c