From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH v2 0/3] virtio-net: introduce features defined in the spec Date: Sun, 1 Mar 2020 07:58:49 -0500 Message-ID: <20200301075729-mutt-send-email-mst@kernel.org> References: <20200301110733.20197-1-yuri.benditovich@daynix.com> <20200301063121-mutt-send-email-mst@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: virtualization-bounces@lists.linux-foundation.org Sender: "Virtualization" To: Yuri Benditovich Cc: Yan Vugenfirer , linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org List-Id: virtualization@lists.linuxfoundation.org On Sun, Mar 01, 2020 at 02:47:41PM +0200, Yuri Benditovich wrote: > On Sun, Mar 1, 2020 at 1:32 PM Michael S. Tsirkin wrote: > > > > On Sun, Mar 01, 2020 at 01:07:30PM +0200, Yuri Benditovich wrote: > > > This series introduce virtio-net features VIRTIO_NET_F_RSC_EXT, > > > VIRTIO_NET_F_RSS and VIRTIO_NET_F_HASH_REPORT. > > > > > > Changes from v1: > > > __virtio -> __le > > > maximal -> maximum > > > minor style fixes > > > > > > Looks good to me - sent a bit of consmetics. > > > > But as any virtio UAPI change, please CC virtio-dev as virtio TC maintains the > > interface. Thanks! > > Probably 'virtio-dev' should be added to maintainers file. Doesn't work because it's a subscriber only list. I've been asking to fix that for years ... > > > > > Yuri Benditovich (3): > > > virtio-net: Introduce extended RSC feature > > > virtio-net: Introduce RSS receive steering feature > > > virtio-net: Introduce hash report feature > > > > > > include/uapi/linux/virtio_net.h | 90 +++++++++++++++++++++++++++++++-- > > > 1 file changed, 86 insertions(+), 4 deletions(-) > > > > > > -- > > > 2.17.1 > >