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

2015-07-22 Thread Michael S. Tsirkin
On Mon, Jul 20, 2015 at 12:42:59PM -0700, David Miller wrote: > From: "Michael S. Tsirkin" > Date: Wed, 15 Jul 2015 15:26:19 +0300 > > > 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 accord

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

2015-07-20 Thread David Miller
From: "Michael S. Tsirkin" Date: Wed, 15 Jul 2015 15:26:19 +0300 > 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 Applied. -- To unsubscribe

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

2015-07-16 Thread Stefan Hajnoczi
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/virti

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

2015-07-15 Thread Paolo Bonzini
On 15/07/2015 14:26, 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 ++- >

[PATCH] virtio_net: don't require ANY_LAYOUT with VERSION_1

2015-07-15 Thread Michael S. Tsirkin
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(-) diff --git a/driv