From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from ws5-mx01.kavi.com (ws5-mx01.kavi.com [34.193.7.191]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CFCA5C001DF for ; Thu, 3 Aug 2023 11:46:54 +0000 (UTC) Received: from lists.oasis-open.org (oasis.ws5.connectedcommunity.org [10.110.1.242]) by ws5-mx01.kavi.com (Postfix) with ESMTP id 3CE0A1922EA for ; Thu, 3 Aug 2023 11:46:54 +0000 (UTC) Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id 3A4399866E8 for ; Thu, 3 Aug 2023 11:46:54 +0000 (UTC) Received: from host09.ws5.connectedcommunity.org (host09.ws5.connectedcommunity.org [10.110.1.97]) by lists.oasis-open.org (Postfix) with QMQP id 2EE3C9866C1; Thu, 3 Aug 2023 11:46:54 +0000 (UTC) Mailing-List: contact virtio-dev-help@lists.oasis-open.org; run by ezmlm List-ID: Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id 1BD249866B1; Thu, 3 Aug 2023 11:46:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at kavi.com X-Alimail-AntiSpam:AC=PASS;BC=-1|-1;BR=01201311R821e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018045176;MF=xuanzhuo@linux.alibaba.com;NM=1;PH=DS;RN=5;SR=0;TI=SMTPD_---0Voyol6F_1691063204; Message-ID: <1691062877.0013635-8-xuanzhuo@linux.alibaba.com> Date: Thu, 3 Aug 2023 19:41:17 +0800 From: Xuan Zhuo To: Parav Pandit Cc: "virtio-dev@lists.oasis-open.org" , "jasowang@redhat.com" , "virtio-comment@lists.oasis-open.org" , "Michael S. Tsirkin" References: <20230803083150.46745-1-xuanzhuo@linux.alibaba.com> <20230803054333-mutt-send-email-mst@kernel.org> <1691059929.235804-1-xuanzhuo@linux.alibaba.com> <1691060652.3764465-2-xuanzhuo@linux.alibaba.com> <1691061508.9066079-5-xuanzhuo@linux.alibaba.com> <1691062204.2378864-7-xuanzhuo@linux.alibaba.com> In-Reply-To: Subject: [virtio-dev] Re: [virtio-comment] RE: RE: RE: RE: [RFC] virtio-net: support access and control the member devices On Thu, 3 Aug 2023 11:39:20 +0000, Parav Pandit wrote: > > > From: Xuan Zhuo > > Sent: Thursday, August 3, 2023 5:00 PM > > > > > Admin command is what is suitable for device management, including > > features and configspace fields setup. > > > > I agree. > > > > But some configuration such as mac, ip(eswitch rule) for vfs that are suitable > > for the admin queue? > Mac, why not. Mac is the concept of the virtio-net. How do abstract it? Or a admin queue command VIRTIO_ADMIN_CMD_NET_MAC_SET? > > Eswith rules should be programmed through the flow vq, that we are working with Heng, Satananda and David. I know you are doing for the n-tuple receive flow filters. Here I mean we want to limit the ip of the VF. In the cloud case, the vm is untrust, we should force the vm that it just can use the specified ip. Then can we configure the ip of the vfs via the admin queue? Thanks. > So, a PF or a switching device (new virtio device type) will have the flowvq as well. > > > This publicly archived list offers a means to provide input to the > OASIS Virtual I/O Device (VIRTIO) TC. > > In order to verify user consent to the Feedback License terms and > to minimize spam in the list archive, subscription is required > before posting. > > Subscribe: virtio-comment-subscribe@lists.oasis-open.org > Unsubscribe: virtio-comment-unsubscribe@lists.oasis-open.org > List help: virtio-comment-help@lists.oasis-open.org > List archive: https://lists.oasis-open.org/archives/virtio-comment/ > Feedback License: https://www.oasis-open.org/who/ipr/feedback_license.pdf > List Guidelines: https://www.oasis-open.org/policies-guidelines/mailing-lists > Committee: https://www.oasis-open.org/committees/virtio/ > Join OASIS: https://www.oasis-open.org/join/ > --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org