Re: [PATCH net-next] virtio_net: add gro capability

2015-08-03 Thread David Miller
From: Eric Dumazet Date: Fri, 31 Jul 2015 18:25:17 +0200 > From: Eric Dumazet > > Straightforward patch to add GRO processing to virtio_net. > > napi_complete_done() usage allows more aggressive aggregation, > opted-in by setting /sys/class/net/xxx/gro_flush_timeout > > Tested: > > Setting /

Re: [PATCH net-next] virtio_net: add gro capability

2015-08-03 Thread Rick Jones
On 08/03/2015 06:37 AM, Michael S. Tsirkin wrote: Ideally this needs to also be tested on non-vxlan configs with gro in host, to make sure this doesn't cause regressions. Measured with the same instances on the same hardware and software, taking a path through the stack (public rather than pri

Re: [PATCH net-next] virtio_net: add gro capability

2015-08-03 Thread Michael S. Tsirkin
On Fri, Jul 31, 2015 at 06:25:17PM +0200, Eric Dumazet wrote: > From: Eric Dumazet > > Straightforward patch to add GRO processing to virtio_net. > > napi_complete_done() usage allows more aggressive aggregation, > opted-in by setting /sys/class/net/xxx/gro_flush_timeout > > Tested: > > Settin

Re: [PATCH net-next] virtio_net: add gro capability

2015-08-02 Thread Michael S. Tsirkin
On Fri, Jul 31, 2015 at 04:57:32PM -0700, David Miller wrote: > From: Eric Dumazet > Date: Fri, 31 Jul 2015 18:25:17 +0200 > > > From: Eric Dumazet > > > > Straightforward patch to add GRO processing to virtio_net. > > > ... > > Signed-off-by: Eric Dumazet > > Tested-by: Rick Jones > > Cc:

Re: [PATCH net-next] virtio_net: add gro capability

2015-07-31 Thread David Miller
From: Eric Dumazet Date: Fri, 31 Jul 2015 18:25:17 +0200 > From: Eric Dumazet > > Straightforward patch to add GRO processing to virtio_net. > ... > Signed-off-by: Eric Dumazet > Tested-by: Rick Jones > Cc: "Michael S. Tsirkin" Michael, please review :-) -- To unsubscribe from this list:

[PATCH net-next] virtio_net: add gro capability

2015-07-31 Thread Eric Dumazet
From: Eric Dumazet Straightforward patch to add GRO processing to virtio_net. napi_complete_done() usage allows more aggressive aggregation, opted-in by setting /sys/class/net/xxx/gro_flush_timeout Tested: Setting /sys/class/net/xxx/gro_flush_timeout to 1000 nsec, Rick Jones reported following