]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
geneve: Set GSO type on transmit.
authorJesse Gross <jesse@nicira.com>
Tue, 4 Nov 2014 03:38:37 +0000 (19:38 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Nov 2014 20:00:51 +0000 (15:00 -0500)
commit45cac46e51da75628ac2a593c70f5144abb9b31d
tree665855cea0a34fb66bbc8f6359d73ef9e001fc72
parent15e4123ba837180df706577bfe3acf648524e06b
geneve: Set GSO type on transmit.

Geneve does not currently set the inner protocol type when
transmitting packets. This causes GSO segmentation to fail on NICs
that do not support Geneve offloading.

CC: Andy Zhou <azhou@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/geneve.c