From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933754AbbGVKIM (ORCPT ); Wed, 22 Jul 2015 06:08:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52207 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933440AbbGVKIK (ORCPT ); Wed, 22 Jul 2015 06:08:10 -0400 Date: Wed, 22 Jul 2015 13:08:06 +0300 From: "Michael S. Tsirkin" To: David Miller Cc: linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org, jasowang@redhat.com, virtio-dev@lists.oasis-open.org Subject: Re: [PATCH] virtio_net: don't require ANY_LAYOUT with VERSION_1 Message-ID: <20150722130735-mutt-send-email-mst@redhat.com> References: <1436963135-16592-1-git-send-email-mst@redhat.com> <20150720.124259.1513329118631759070.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150720.124259.1513329118631759070.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 accordingly. > > > > Signed-off-by: Michael S. Tsirkin > > Applied. Thanks! Please also forward this to stable as it's a spec compliance question. -- MST