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 /
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
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
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:
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:
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