From: "Michael S. Tsirkin" <[email protected]>
Date: Fri, 2 Jun 2017 17:54:33 +0300
> commit d85b758f72b0 ("virtio_net: fix support for small rings")
> was supposed to increase the buffer size for small rings but had an
> unintentional side effect of decreasing it for large rings. This seems
> to break some setups - it's not yet clear why, but increasing buffer
> size back to what it was before helps.
>
> Fixes: d85b758f72b0 ("virtio_net: fix support for small rings")
> Reported-by: Mikulas Patocka <[email protected]>
> Reported-by: "J. Bruce Fields" <[email protected]>
> Tested-by: Mikulas Patocka <[email protected]>
> Tested-by: "J. Bruce Fields" <[email protected]>
> Signed-off-by: Michael S. Tsirkin <[email protected]>
> ---
>
> Patch tested, pls merge.
>
> changes from v2:
> commit log tweaks to address comments by Sergei Shtylyov
Applied, thanks Michael.