Re: [ovs-dev] [PATCH] datapath: Disable LRO from userspace instead of the kernel.

2011-08-29 Thread Justin Pettit
On Aug 29, 2011, at 7:12 PM, Jesse Gross wrote: > On Mon, Aug 29, 2011 at 5:53 AM, Justin Pettit wrote: >> Whenever a port is added to the datapath, LRO is automatically disabled. >> In the future, we may want to enable LRO in some circumstances, so have >> userspace disable LRO through the ethto

Re: [ovs-dev] [PATCH] datapath: Disable LRO from userspace instead of the kernel.

2011-08-29 Thread Jesse Gross
On Mon, Aug 29, 2011 at 5:53 AM, Justin Pettit wrote: > Whenever a port is added to the datapath, LRO is automatically disabled. > In the future, we may want to enable LRO in some circumstances, so have > userspace disable LRO through the ethtool ioctls. > > As part of this change, the MTU and LRO

[ovs-dev] [PATCH] datapath: Disable LRO from userspace instead of the kernel.

2011-08-29 Thread Justin Pettit
Whenever a port is added to the datapath, LRO is automatically disabled. In the future, we may want to enable LRO in some circumstances, so have userspace disable LRO through the ethtool ioctls. As part of this change, the MTU and LRO checks are moved to netdev-vport's send(), which is where they'