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 7C40DC00528 for ; Thu, 3 Aug 2023 11:20:58 +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 0A25F71C88 for ; Thu, 3 Aug 2023 11:20:57 +0000 (UTC) Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id E616A9866DB for ; Thu, 3 Aug 2023 11:20:56 +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 D6A8D9866AE; Thu, 3 Aug 2023 11:20:56 +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 C28C49866B1; Thu, 3 Aug 2023 11:20:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at kavi.com X-Alimail-AntiSpam:AC=PASS;BC=-1|-1;BR=01201311R531e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018045168;MF=xuanzhuo@linux.alibaba.com;NM=1;PH=DS;RN=5;SR=0;TI=SMTPD_---0VoyizZn_1691061650; Message-ID: <1691061508.9066079-5-xuanzhuo@linux.alibaba.com> Date: Thu, 3 Aug 2023 19:18:28 +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> In-Reply-To: Subject: [virtio-dev] Re: RE: RE: [RFC] virtio-net: support access and control the member devices On Thu, 3 Aug 2023 11:15:34 +0000, Parav Pandit wrote: > > > From: Xuan Zhuo > > Sent: Thursday, August 3, 2023 4:34 PM > > > > One command that gives device context information in TLV (type length > > value) format. > > > One of field of the device context is device config space. > > > Device will return the information depending what device it is, > > net/blk/console each returns different info. > > > > > > Ok, I got. > > > > That is ok for me about the device context information. > > > > But how about the configuration of the mac? By admin queue? > > > In cloud env, we find them that increasingly users want to avoid such config from the compute side (PF). > But some users may find it useful from the PF admin command as well. > Dual thoughts. In some of our cases this was required. I think this should be done by cvq. But getting the ctx of the device is high priority, we can start from here. Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org