All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Parav Pandit <parav@nvidia.com>
Cc: Xuan Zhuo <xuanzhuo@linux.alibaba.com>,
	"virtio-dev@lists.oasis-open.org"
	<virtio-dev@lists.oasis-open.org>,
	"jasowang@redhat.com" <jasowang@redhat.com>,
	"virtio-comment@lists.oasis-open.org"
	<virtio-comment@lists.oasis-open.org>
Subject: Re: RE: RE: RE: [virtio-comment] RE: RE: RE: RE: [RFC] virtio-net: support access and control the member devices
Date: Sun, 6 Aug 2023 06:32:21 -0400	[thread overview]
Message-ID: <20230806063152-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <PH0PR12MB5481151EFF6442A93BEFA3F1DC09A@PH0PR12MB5481.namprd12.prod.outlook.com>

On Fri, Aug 04, 2023 at 02:12:41PM +0000, Parav Pandit wrote:
> 
> > From: Michael S. Tsirkin <mst@redhat.com>
> > Sent: Friday, August 4, 2023 7:37 PM
> 
> > > True, for us, at this point we do not have plan to expose virtio switch device
> > because users are not blocked on it.
> > 
> > If someone does though I see no reason not to - we have a variety of devices,
> > switch would be just another one. The motivation would be the usual one for
> > virtio - so there's one generic driver.
> >
> Sure.
>  
> > > > Re:queues - it's not by chance that we have multiple admin queues.
> > > > So driver can dedicate one queue to filtering commands if that's
> > > > felt to be important.
> > > >
> > > Admin queue currently do not send non admin command of the device.
> > > Would you propose admin queue for something else also for rtc or console or
> > cryto device and indicate its role so device can understand what is coming to it.
> > 
> > Well, I guess this switch has group members as its "ports" so maybe that makes
> > it like an admin command. Again it's all up in the air too much to be able to
> > judge.
> 
> Flowvq is needed for non switch device too.
> It has advanced to design stage now, its sad that you are no following it.

Frankly I didn't even understand that's what this is talking about.

> Anyways, flow operations is not a admin command.
> I don't find admin queue suitable for self unless we modify its definitions a lot.


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/


WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Parav Pandit <parav@nvidia.com>
Cc: Xuan Zhuo <xuanzhuo@linux.alibaba.com>,
	"virtio-dev@lists.oasis-open.org"
	<virtio-dev@lists.oasis-open.org>,
	"jasowang@redhat.com" <jasowang@redhat.com>,
	"virtio-comment@lists.oasis-open.org"
	<virtio-comment@lists.oasis-open.org>
Subject: [virtio-dev] Re: RE: RE: RE: [virtio-comment] RE: RE: RE: RE: [RFC] virtio-net: support access and control the member devices
Date: Sun, 6 Aug 2023 06:32:21 -0400	[thread overview]
Message-ID: <20230806063152-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <PH0PR12MB5481151EFF6442A93BEFA3F1DC09A@PH0PR12MB5481.namprd12.prod.outlook.com>

On Fri, Aug 04, 2023 at 02:12:41PM +0000, Parav Pandit wrote:
> 
> > From: Michael S. Tsirkin <mst@redhat.com>
> > Sent: Friday, August 4, 2023 7:37 PM
> 
> > > True, for us, at this point we do not have plan to expose virtio switch device
> > because users are not blocked on it.
> > 
> > If someone does though I see no reason not to - we have a variety of devices,
> > switch would be just another one. The motivation would be the usual one for
> > virtio - so there's one generic driver.
> >
> Sure.
>  
> > > > Re:queues - it's not by chance that we have multiple admin queues.
> > > > So driver can dedicate one queue to filtering commands if that's
> > > > felt to be important.
> > > >
> > > Admin queue currently do not send non admin command of the device.
> > > Would you propose admin queue for something else also for rtc or console or
> > cryto device and indicate its role so device can understand what is coming to it.
> > 
> > Well, I guess this switch has group members as its "ports" so maybe that makes
> > it like an admin command. Again it's all up in the air too much to be able to
> > judge.
> 
> Flowvq is needed for non switch device too.
> It has advanced to design stage now, its sad that you are no following it.

Frankly I didn't even understand that's what this is talking about.

> Anyways, flow operations is not a admin command.
> I don't find admin queue suitable for self unless we modify its definitions a lot.


---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


  reply	other threads:[~2023-08-06 10:32 UTC|newest]

Thread overview: 110+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-03  8:31 [virtio-comment] [RFC] virtio-net: support access and control the member devices Xuan Zhuo
2023-08-03  8:31 ` [virtio-dev] " Xuan Zhuo
2023-08-03  9:44 ` [virtio-comment] " Michael S. Tsirkin
2023-08-03  9:44   ` [virtio-dev] " Michael S. Tsirkin
2023-08-03  9:45   ` [virtio-comment] " Parav Pandit
2023-08-03  9:45     ` [virtio-dev] " Parav Pandit
2023-08-03 10:52   ` [virtio-comment] " Xuan Zhuo
2023-08-03 10:52     ` [virtio-dev] " Xuan Zhuo
2023-08-03 10:59     ` [virtio-comment] " Parav Pandit
2023-08-03 10:59       ` [virtio-dev] " Parav Pandit
2023-08-03 11:04       ` [virtio-comment] " Xuan Zhuo
2023-08-03 11:04         ` [virtio-dev] " Xuan Zhuo
2023-08-03 11:15         ` [virtio-comment] " Parav Pandit
2023-08-03 11:15           ` [virtio-dev] " Parav Pandit
2023-08-03 11:18           ` [virtio-comment] " Xuan Zhuo
2023-08-03 11:18             ` [virtio-dev] " Xuan Zhuo
2023-08-03 11:25             ` [virtio-comment] " Parav Pandit
2023-08-03 11:25               ` [virtio-dev] " Parav Pandit
2023-08-03 11:30               ` [virtio-comment] " Xuan Zhuo
2023-08-03 11:30                 ` [virtio-dev] " Xuan Zhuo
2023-08-03 11:39                 ` [virtio-comment] " Parav Pandit
2023-08-03 11:39                   ` [virtio-dev] " Parav Pandit
2023-08-03 11:41                   ` [virtio-comment] " Xuan Zhuo
2023-08-03 11:41                     ` [virtio-dev] " Xuan Zhuo
2023-08-03 13:15                     ` Parav Pandit
2023-08-03 13:15                       ` [virtio-dev] " Parav Pandit
2023-08-03 17:03                       ` Satananda Burla
2023-08-03 17:03                         ` [virtio-dev] " Satananda Burla
2023-08-04  3:29                         ` Jason Wang
2023-08-04  3:29                           ` [virtio-dev] " Jason Wang
2023-08-04  4:22                         ` Parav Pandit
2023-08-04  4:22                           ` [virtio-dev] " Parav Pandit
2023-08-04  6:18                       ` Xuan Zhuo
2023-08-04  6:18                         ` [virtio-dev] " Xuan Zhuo
2023-08-04  6:37                         ` Parav Pandit
2023-08-04  6:37                           ` [virtio-dev] " Parav Pandit
2023-08-04  6:54                           ` Xuan Zhuo
2023-08-04  6:54                             ` [virtio-dev] " Xuan Zhuo
2023-08-04  7:26                             ` Parav Pandit
2023-08-04  7:26                               ` [virtio-dev] " Parav Pandit
2023-08-04  7:44                               ` Xuan Zhuo
2023-08-04  7:44                                 ` [virtio-dev] " Xuan Zhuo
2023-08-04 10:33                                 ` Michael S. Tsirkin
2023-08-04 10:33                                   ` [virtio-dev] " Michael S. Tsirkin
2023-08-04 12:49                                   ` Parav Pandit
2023-08-04 12:49                                     ` [virtio-dev] " Parav Pandit
2023-08-04 14:07                                     ` Michael S. Tsirkin
2023-08-04 14:07                                       ` [virtio-dev] " Michael S. Tsirkin
2023-08-04 14:12                                       ` Parav Pandit
2023-08-04 14:12                                         ` [virtio-dev] " Parav Pandit
2023-08-06 10:32                                         ` Michael S. Tsirkin [this message]
2023-08-06 10:32                                           ` [virtio-dev] " Michael S. Tsirkin
2023-08-07  6:02                                     ` Xuan Zhuo
2023-08-07  6:02                                       ` [virtio-dev] " Xuan Zhuo
2023-08-08  2:18                                       ` Jason Wang
2023-08-08  2:18                                         ` [virtio-dev] " Jason Wang
2023-08-08  2:36                                         ` Xuan Zhuo
2023-08-08  2:36                                           ` [virtio-dev] " Xuan Zhuo
2023-08-08  3:09                                           ` Jason Wang
2023-08-08  3:09                                             ` [virtio-dev] " Jason Wang
2023-08-08  3:13                                             ` Xuan Zhuo
2023-08-08  3:13                                               ` [virtio-dev] " Xuan Zhuo
2023-08-08  3:16                                             ` Parav Pandit
2023-08-08  3:16                                               ` [virtio-dev] " Parav Pandit
2023-08-08  3:50                                               ` Jason Wang
2023-08-08  3:50                                                 ` [virtio-dev] " Jason Wang
2023-08-08  4:16                                                 ` Parav Pandit
2023-08-08  4:16                                                   ` [virtio-dev] " Parav Pandit
2023-08-08  4:33                                                   ` Jason Wang
2023-08-08  4:33                                                     ` [virtio-dev] " Jason Wang
2023-08-08  4:37                                                     ` Parav Pandit
2023-08-08  4:37                                                       ` [virtio-dev] " Parav Pandit
2023-08-08  5:21                                                       ` Jason Wang
2023-08-08  5:21                                                         ` [virtio-dev] " Jason Wang
2023-08-08  6:16                                                         ` Xuan Zhuo
2023-08-08  6:16                                                           ` [virtio-dev] " Xuan Zhuo
2023-08-08  6:44                                                   ` Xuan Zhuo
2023-08-08  6:44                                                     ` [virtio-dev] " Xuan Zhuo
2023-08-08  6:56                                                     ` Parav Pandit
2023-08-08  6:56                                                       ` [virtio-dev] " Parav Pandit
2023-08-08  4:00                                               ` Xuan Zhuo
2023-08-08  4:00                                                 ` [virtio-dev] " Xuan Zhuo
2023-08-08  4:11                                                 ` Parav Pandit
2023-08-08  4:11                                                   ` [virtio-dev] " Parav Pandit
2023-08-08  4:16                                                   ` Xuan Zhuo
2023-08-08  4:16                                                     ` [virtio-dev] " Xuan Zhuo
2023-08-08  4:34                                                     ` Parav Pandit
2023-08-08  4:34                                                       ` [virtio-dev] " Parav Pandit
2023-08-08  6:02                                                       ` Xuan Zhuo
2023-08-08  6:02                                                         ` [virtio-dev] " Xuan Zhuo
2023-08-08  4:18                                                   ` Satananda Burla
2023-08-08  4:18                                                     ` [virtio-dev] " Satananda Burla
2023-08-04  3:31   ` [virtio-comment] " Jason Wang
2023-08-04  3:31     ` [virtio-dev] " Jason Wang
2023-08-04  4:05     ` [virtio-comment] " Parav Pandit
2023-08-04  4:05       ` [virtio-dev] " Parav Pandit
2023-08-08  2:30       ` [virtio-comment] " Jason Wang
2023-08-08  2:30         ` [virtio-dev] " Jason Wang
2023-08-03 10:23 ` [virtio-comment] " Parav Pandit
2023-08-03 10:23   ` [virtio-dev] " Parav Pandit
2023-08-03 11:05   ` [virtio-comment] " Xuan Zhuo
2023-08-03 11:05     ` [virtio-dev] " Xuan Zhuo
2023-08-03 11:13     ` [virtio-comment] " Parav Pandit
2023-08-03 11:13       ` [virtio-dev] " Parav Pandit
2023-08-03 11:15       ` [virtio-comment] " Xuan Zhuo
2023-08-03 11:15         ` [virtio-dev] " Xuan Zhuo
2023-08-03 11:21         ` [virtio-comment] " Parav Pandit
2023-08-03 11:21           ` [virtio-dev] " Parav Pandit
2023-08-03 11:27           ` [virtio-comment] " Xuan Zhuo
2023-08-03 11:27             ` [virtio-dev] " Xuan Zhuo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230806063152-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=jasowang@redhat.com \
    --cc=parav@nvidia.com \
    --cc=virtio-comment@lists.oasis-open.org \
    --cc=virtio-dev@lists.oasis-open.org \
    --cc=xuanzhuo@linux.alibaba.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.