OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [virtio-dev] Re: [virtio-comment] Re: [PATCH v18] virtio-net: support inner header hash



> From: virtio-dev@lists.oasis-open.org <virtio-dev@lists.oasis-open.org> On
> Behalf Of Michael S. Tsirkin
> Sent: Thursday, June 22, 2023 2:12 PM

[..]

> > > > The proposal for 1.4 is literally very simple as below.
> > > > 1. All existing fields of cfg space stays in cfg space 2. Any new
> > > > capabilities to be queried, query using a vq (aq, cfgvq, whatevervq).
> > > > 3. Optionally existing fields can be queries over vq of #2 Once
> > > > this arrive, no need for new GET commands.
> > > > Till that time, don't keep infinitely grow the cfg space.
> > > > Any next addition to cfg space, should work on defining the cfgvq.
> > >
> > > Simple, but short sighted. I know you guys don't support your
> > > hardware for 10-
> > > 20 years but for software people do.
> > > And so "All existing fields of cfg space stays in cfg space" is a
> > > bad idea simply because this does not allow removing things from
> > > config space not in 10 not in
> > > 20 years not ever.
> > >
> > #1 is for backward compat for existing drivers.
> >  You missed about #3. Existing cfg space fields can be queries using the cfgvq
> too.
> 
> Then #1 does not matter. We can give devices choice.
> 
> > >
> > > Instead we need to allow two ways to access config space.  Teach
> > > drivers about both, actually mandate supporting both.  And then
> > > devices will make their own cost/benefit decision about which features they
> want to support in MMIO.
> >
> > If both method is mandated, I don't see benefit at all of two methods.
> 
> Mandated for driver.
> Benefit is for devices, they will have the choice which drivers to support. In 10-
> 20 years all drivers support cfg command and then people can start shipping
> devices without MMIO access to any registers.
>
Until that point devices are forced to burn memory, which is not needed at all in < 3 years.
Once cfgvq is present for new fields, from the day 1, device does not need to store any newly defined fields on MMIO.

And 10 to 20 years, it can stop for existing fields..

The clear benefit is fields defined in 1.4 no longer needs to be stored starting from 2023-24.
 
> > VQ is generic part of the spec for slow and fast operation, so it is not at all a
> cost for config reading.
> 
> This will depend. E.g. if there's a single command to get all of config in one go,
> then it actually can be a speedup, reducing the # of VM exits.

Yes, one command to get all at least device specific config.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]