Re: [virtio-dev] [PATCH] virtio_net: don't require ANY_LAYOUT with VERSION_1

From
Stefan Hajnoczi <>
Date
2015-07-16T10:29:32+00:00
ID
Thread
Re: [virtio-dev] [PATCH] virtio_net: don't require ANY_LAYOUT with VERSION_1
On Wed, Jul 15, 2015 at 03:26:19PM +0300, Michael S. Tsirkin wrote:
> ANY_LAYOUT is a compatibility feature. It's implied
> for VERSION_1 devices, and non-transitional devices
> might not offer it. Change code to behave accordingly.
> 
> Signed-off-by: Michael S. Tsirkin <>
> ---
>  drivers/net/virtio_net.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Reviewed-by: Stefan Hajnoczi <>