From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 1/2] virtio_net: Introduce VIRTIO_NET_F_MASTER feature bit Date: Wed, 03 Jan 2018 11:36:13 -0500 (EST) Message-ID: <20180103.113613.853688806332918499.davem@davemloft.net> References: <1514939738-22423-1-git-send-email-sridhar.samudrala@intel.com> <1514939738-22423-2-git-send-email-sridhar.samudrala@intel.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: mst@redhat.com, stephen@networkplumber.org, netdev@vger.kernel.org, virtualization@lists.linux-foundation.org, virtio-dev@lists.oasis-open.org, jesse.brandeburg@intel.com To: sridhar.samudrala@intel.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:33708 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751185AbeACQgP (ORCPT ); Wed, 3 Jan 2018 11:36:15 -0500 In-Reply-To: <1514939738-22423-2-git-send-email-sridhar.samudrala@intel.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Sridhar Samudrala Date: Tue, 2 Jan 2018 16:35:37 -0800 > diff --git a/include/uapi/linux/virtio_net.h b/include/uapi/linux/virtio_net.h > index fc353b518288..a9b4e0836786 100644 > --- a/include/uapi/linux/virtio_net.h > +++ b/include/uapi/linux/virtio_net.h > @@ -56,6 +56,7 @@ > #define VIRTIO_NET_F_MQ 22 /* Device supports Receive Flow > * Steering */ > #define VIRTIO_NET_F_CTRL_MAC_ADDR 23 /* Set MAC address */ > +#define VIRTIO_NET_F_MASTER 62 /* act as master for a VF device */ Please respin this series with something in this commit message which explains why we are using "62" rather than something like "24" here. Thank you.