Re: [PATCH RESEND net] openvswitch: disable LRO

2015-06-03 Thread David Miller
From: Jiri Benc Date: Tue, 2 Jun 2015 14:36:34 +0200 > Currently, openvswitch tries to disable LRO from the user space. This does > not work correctly when the device added is a vlan interface, though. > Instead of dealing with possibly complex stacked cross name space relations > in the user sp

[PATCH RESEND net] openvswitch: disable LRO

2015-06-02 Thread Jiri Benc
Currently, openvswitch tries to disable LRO from the user space. This does not work correctly when the device added is a vlan interface, though. Instead of dealing with possibly complex stacked cross name space relations in the user space, do the same as bridging does and call dev_disable_lro in th