OASIS Virtual I/O Device (VIRTIO) TC

 View Only
Expand all | Collapse all

[PATCH] pci: strengthen requirement of the correct subsystem id

  • 1.  [PATCH] pci: strengthen requirement of the correct subsystem id

    Posted 10-28-2019 16:13
    If a hardware implementation of virtio does not have the correct subsystem id, then drivers can't report ir properly, or detect and work around bugs. Change the requirement from MAY to SHOULD. We can't make it a MUST since we did not require this historically. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> --- content.tex 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.tex b/content.tex index 4bcb728..8f1518c 100644 --- a/content.tex +++ b/content.tex @@ -562,7 +562,7 @@ subsection{PCI Device Discovery}label{sec:Virtio Transport Options / Virtio Ov For example, the network card device with the Virtio Device ID 1 has the PCI Device ID 0x1041 or the Transitional PCI Device ID 0x1000. -The PCI Subsystem Vendor ID and the PCI Subsystem Device ID MAY reflect +The PCI Subsystem Vendor ID and the PCI Subsystem Device ID SHOULD reflect the PCI Vendor and Device ID of the environment (for informational purposes by the driver). Non-transitional devices SHOULD have a PCI Device ID in the range -- MST


  • 2.  Re: [virtio] [PATCH] pci: strengthen requirement of the correct subsystem id

    Posted 11-24-2019 12:30
    On Mon, Oct 28, 2019 at 12:12:49PM -0400, Michael S. Tsirkin wrote:
    > If a hardware implementation of virtio does not have
    > the correct subsystem id, then drivers can't report
    > ir properly, or detect and work around bugs.
    > Change the requirement from MAY to SHOULD.
    >
    > We can't make it a MUST since we did not require this
    > historically.
    >
    > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

    Fixes: https://github.com/oasis-tcs/virtio-spec/issues/61

    > ---
    > content.tex | 2 +-
    > 1 file changed, 1 insertion(+), 1 deletion(-)
    >
    > diff --git a/content.tex b/content.tex
    > index 4bcb728..8f1518c 100644
    > --- a/content.tex
    > +++ b/content.tex
    > @@ -562,7 +562,7 @@ \subsection{PCI Device Discovery}\label{sec:Virtio Transport Options / Virtio Ov
    > For example, the network card device with the Virtio Device ID 1
    > has the PCI Device ID 0x1041 or the Transitional PCI Device ID 0x1000.
    >
    > -The PCI Subsystem Vendor ID and the PCI Subsystem Device ID MAY reflect
    > +The PCI Subsystem Vendor ID and the PCI Subsystem Device ID SHOULD reflect
    > the PCI Vendor and Device ID of the environment (for informational purposes by the driver).
    >
    > Non-transitional devices SHOULD have a PCI Device ID in the range
    > --
    > MST
    >
    >
    > ---------------------------------------------------------------------
    > To unsubscribe from this mail list, you must leave the OASIS TC that
    > generates this mail. Follow this link to all your TCs in OASIS at:
    > https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php




  • 3.  Re: [virtio] [PATCH] pci: strengthen requirement of the correct subsystem id

    Posted 11-24-2019 12:30
    On Mon, Oct 28, 2019 at 12:12:49PM -0400, Michael S. Tsirkin wrote:
    > If a hardware implementation of virtio does not have
    > the correct subsystem id, then drivers can't report
    > ir properly, or detect and work around bugs.
    > Change the requirement from MAY to SHOULD.
    >
    > We can't make it a MUST since we did not require this
    > historically.
    >
    > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

    Fixes: https://github.com/oasis-tcs/virtio-spec/issues/61

    > ---
    > content.tex | 2 +-
    > 1 file changed, 1 insertion(+), 1 deletion(-)
    >
    > diff --git a/content.tex b/content.tex
    > index 4bcb728..8f1518c 100644
    > --- a/content.tex
    > +++ b/content.tex
    > @@ -562,7 +562,7 @@ \subsection{PCI Device Discovery}\label{sec:Virtio Transport Options / Virtio Ov
    > For example, the network card device with the Virtio Device ID 1
    > has the PCI Device ID 0x1041 or the Transitional PCI Device ID 0x1000.
    >
    > -The PCI Subsystem Vendor ID and the PCI Subsystem Device ID MAY reflect
    > +The PCI Subsystem Vendor ID and the PCI Subsystem Device ID SHOULD reflect
    > the PCI Vendor and Device ID of the environment (for informational purposes by the driver).
    >
    > Non-transitional devices SHOULD have a PCI Device ID in the range
    > --
    > MST
    >
    >
    > ---------------------------------------------------------------------
    > To unsubscribe from this mail list, you must leave the OASIS TC that
    > generates this mail. Follow this link to all your TCs in OASIS at:
    > https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php




  • 4.  Re: [virtio] [PATCH] pci: strengthen requirement of the correct subsystem id

    Posted 11-24-2019 12:30
    On Mon, Oct 28, 2019 at 12:12:49PM -0400, Michael S. Tsirkin wrote: > If a hardware implementation of virtio does not have > the correct subsystem id, then drivers can't report > ir properly, or detect and work around bugs. > Change the requirement from MAY to SHOULD. > > We can't make it a MUST since we did not require this > historically. > > Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Fixes: https://github.com/oasis-tcs/virtio-spec/issues/61 > --- > content.tex 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/content.tex b/content.tex > index 4bcb728..8f1518c 100644 > --- a/content.tex > +++ b/content.tex > @@ -562,7 +562,7 @@ subsection{PCI Device Discovery}label{sec:Virtio Transport Options / Virtio Ov > For example, the network card device with the Virtio Device ID 1 > has the PCI Device ID 0x1041 or the Transitional PCI Device ID 0x1000. > > -The PCI Subsystem Vendor ID and the PCI Subsystem Device ID MAY reflect > +The PCI Subsystem Vendor ID and the PCI Subsystem Device ID SHOULD reflect > the PCI Vendor and Device ID of the environment (for informational purposes by the driver). > > Non-transitional devices SHOULD have a PCI Device ID in the range > -- > MST > > > --------------------------------------------------------------------- > To unsubscribe from this mail list, you must leave the OASIS TC that > generates this mail. Follow this link to all your TCs in OASIS at: > https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php


  • 5.  Re: [virtio] [PATCH] pci: strengthen requirement of the correct subsystem id

    Posted 11-25-2019 06:41
    On 28.10.19 17:12, Michael S. Tsirkin wrote:
    > If a hardware implementation of virtio does not have
    > the correct subsystem id, then drivers can't report
    > ir properly, or detect and work around bugs.

    s/ir/it.

    Jan

    > Change the requirement from MAY to SHOULD.
    >
    > We can't make it a MUST since we did not require this
    > historically.
    >
    > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
    > ---
    > content.tex | 2 +-
    > 1 file changed, 1 insertion(+), 1 deletion(-)
    >
    > diff --git a/content.tex b/content.tex
    > index 4bcb728..8f1518c 100644
    > --- a/content.tex
    > +++ b/content.tex
    > @@ -562,7 +562,7 @@ \subsection{PCI Device Discovery}\label{sec:Virtio Transport Options / Virtio Ov
    > For example, the network card device with the Virtio Device ID 1
    > has the PCI Device ID 0x1041 or the Transitional PCI Device ID 0x1000.
    >
    > -The PCI Subsystem Vendor ID and the PCI Subsystem Device ID MAY reflect
    > +The PCI Subsystem Vendor ID and the PCI Subsystem Device ID SHOULD reflect
    > the PCI Vendor and Device ID of the environment (for informational purposes by the driver).
    >
    > Non-transitional devices SHOULD have a PCI Device ID in the range
    >

    --
    Siemens AG, Corporate Technology, CT RDA IOT SES-DE
    Corporate Competence Center Embedded Linux



  • 6.  Re: [virtio] [PATCH] pci: strengthen requirement of the correct subsystem id

    Posted 11-25-2019 06:41
    On 28.10.19 17:12, Michael S. Tsirkin wrote: If a hardware implementation of virtio does not have the correct subsystem id, then drivers can't report ir properly, or detect and work around bugs. s/ir/it. Jan Change the requirement from MAY to SHOULD. We can't make it a MUST since we did not require this historically. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> --- content.tex 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.tex b/content.tex index 4bcb728..8f1518c 100644 --- a/content.tex +++ b/content.tex @@ -562,7 +562,7 @@ subsection{PCI Device Discovery}label{sec:Virtio Transport Options / Virtio Ov For example, the network card device with the Virtio Device ID 1 has the PCI Device ID 0x1041 or the Transitional PCI Device ID 0x1000. -The PCI Subsystem Vendor ID and the PCI Subsystem Device ID MAY reflect +The PCI Subsystem Vendor ID and the PCI Subsystem Device ID SHOULD reflect the PCI Vendor and Device ID of the environment (for informational purposes by the driver). Non-transitional devices SHOULD have a PCI Device ID in the range -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux


  • 7.  Re: [virtio] [PATCH] pci: strengthen requirement of the correct subsystem id

    Posted 11-25-2019 08:22
    On Mon, Nov 25, 2019 at 07:41:09AM +0100, Jan Kiszka wrote:
    > On 28.10.19 17:12, Michael S. Tsirkin wrote:
    > > If a hardware implementation of virtio does not have
    > > the correct subsystem id, then drivers can't report
    > > ir properly, or detect and work around bugs.
    >
    > s/ir/it.
    >
    > Jan
    >
    > > Change the requirement from MAY to SHOULD.
    > >
    > > We can't make it a MUST since we did not require this
    > > historically.
    > >
    > > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>


    One thing I noticed is that for transitional devices, windows drivers
    bind to a specific vendor id. I guess we need to make this
    SHOULD for non-transitional only?


    > > ---
    > > content.tex | 2 +-
    > > 1 file changed, 1 insertion(+), 1 deletion(-)
    > >
    > > diff --git a/content.tex b/content.tex
    > > index 4bcb728..8f1518c 100644
    > > --- a/content.tex
    > > +++ b/content.tex
    > > @@ -562,7 +562,7 @@ \subsection{PCI Device Discovery}\label{sec:Virtio Transport Options / Virtio Ov
    > > For example, the network card device with the Virtio Device ID 1
    > > has the PCI Device ID 0x1041 or the Transitional PCI Device ID 0x1000.
    > > -The PCI Subsystem Vendor ID and the PCI Subsystem Device ID MAY reflect
    > > +The PCI Subsystem Vendor ID and the PCI Subsystem Device ID SHOULD reflect
    > > the PCI Vendor and Device ID of the environment (for informational purposes by the driver).
    > > Non-transitional devices SHOULD have a PCI Device ID in the range
    > >
    >
    > --
    > Siemens AG, Corporate Technology, CT RDA IOT SES-DE
    > Corporate Competence Center Embedded Linux




  • 8.  Re: [virtio] [PATCH] pci: strengthen requirement of the correct subsystem id

    Posted 11-25-2019 08:22
    On Mon, Nov 25, 2019 at 07:41:09AM +0100, Jan Kiszka wrote: > On 28.10.19 17:12, Michael S. Tsirkin wrote: > > If a hardware implementation of virtio does not have > > the correct subsystem id, then drivers can't report > > ir properly, or detect and work around bugs. > > s/ir/it. > > Jan > > > Change the requirement from MAY to SHOULD. > > > > We can't make it a MUST since we did not require this > > historically. > > > > Signed-off-by: Michael S. Tsirkin <mst@redhat.com> One thing I noticed is that for transitional devices, windows drivers bind to a specific vendor id. I guess we need to make this SHOULD for non-transitional only? > > --- > > content.tex 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/content.tex b/content.tex > > index 4bcb728..8f1518c 100644 > > --- a/content.tex > > +++ b/content.tex > > @@ -562,7 +562,7 @@ subsection{PCI Device Discovery}label{sec:Virtio Transport Options / Virtio Ov > > For example, the network card device with the Virtio Device ID 1 > > has the PCI Device ID 0x1041 or the Transitional PCI Device ID 0x1000. > > -The PCI Subsystem Vendor ID and the PCI Subsystem Device ID MAY reflect > > +The PCI Subsystem Vendor ID and the PCI Subsystem Device ID SHOULD reflect > > the PCI Vendor and Device ID of the environment (for informational purposes by the driver). > > Non-transitional devices SHOULD have a PCI Device ID in the range > > > > -- > Siemens AG, Corporate Technology, CT RDA IOT SES-DE > Corporate Competence Center Embedded Linux


  • 9.  Re: [virtio] [PATCH] pci: strengthen requirement of the correct subsystem id

    Posted 11-25-2019 10:14
    On Mon, 25 Nov 2019 03:22:13 -0500
    "Michael S. Tsirkin" <mst@redhat.com> wrote:

    > On Mon, Nov 25, 2019 at 07:41:09AM +0100, Jan Kiszka wrote:
    > > On 28.10.19 17:12, Michael S. Tsirkin wrote:
    > > > If a hardware implementation of virtio does not have
    > > > the correct subsystem id, then drivers can't report
    > > > ir properly, or detect and work around bugs.
    > >
    > > s/ir/it.
    > >
    > > Jan
    > >
    > > > Change the requirement from MAY to SHOULD.
    > > >
    > > > We can't make it a MUST since we did not require this
    > > > historically.
    > > >
    > > > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
    >
    >
    > One thing I noticed is that for transitional devices, windows drivers
    > bind to a specific vendor id. I guess we need to make this
    > SHOULD for non-transitional only?

    So, they have different binding behaviour for transitional vs
    non-transitional devices? Or transitional vs non-transitional drivers?

    >
    >
    > > > ---
    > > > content.tex | 2 +-
    > > > 1 file changed, 1 insertion(+), 1 deletion(-)
    > > >
    > > > diff --git a/content.tex b/content.tex
    > > > index 4bcb728..8f1518c 100644
    > > > --- a/content.tex
    > > > +++ b/content.tex
    > > > @@ -562,7 +562,7 @@ \subsection{PCI Device Discovery}\label{sec:Virtio Transport Options / Virtio Ov
    > > > For example, the network card device with the Virtio Device ID 1
    > > > has the PCI Device ID 0x1041 or the Transitional PCI Device ID 0x1000.
    > > > -The PCI Subsystem Vendor ID and the PCI Subsystem Device ID MAY reflect
    > > > +The PCI Subsystem Vendor ID and the PCI Subsystem Device ID SHOULD reflect
    > > > the PCI Vendor and Device ID of the environment (for informational purposes by the driver).
    > > > Non-transitional devices SHOULD have a PCI Device ID in the range




  • 10.  Re: [virtio] [PATCH] pci: strengthen requirement of the correct subsystem id

    Posted 11-25-2019 10:15
    On Mon, 25 Nov 2019 03:22:13 -0500 "Michael S. Tsirkin" <mst@redhat.com> wrote: > On Mon, Nov 25, 2019 at 07:41:09AM +0100, Jan Kiszka wrote: > > On 28.10.19 17:12, Michael S. Tsirkin wrote: > > > If a hardware implementation of virtio does not have > > > the correct subsystem id, then drivers can't report > > > ir properly, or detect and work around bugs. > > > > s/ir/it. > > > > Jan > > > > > Change the requirement from MAY to SHOULD. > > > > > > We can't make it a MUST since we did not require this > > > historically. > > > > > > Signed-off-by: Michael S. Tsirkin <mst@redhat.com> > > > One thing I noticed is that for transitional devices, windows drivers > bind to a specific vendor id. I guess we need to make this > SHOULD for non-transitional only? So, they have different binding behaviour for transitional vs non-transitional devices? Or transitional vs non-transitional drivers? > > > > > --- > > > content.tex 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git a/content.tex b/content.tex > > > index 4bcb728..8f1518c 100644 > > > --- a/content.tex > > > +++ b/content.tex > > > @@ -562,7 +562,7 @@ subsection{PCI Device Discovery}label{sec:Virtio Transport Options / Virtio Ov > > > For example, the network card device with the Virtio Device ID 1 > > > has the PCI Device ID 0x1041 or the Transitional PCI Device ID 0x1000. > > > -The PCI Subsystem Vendor ID and the PCI Subsystem Device ID MAY reflect > > > +The PCI Subsystem Vendor ID and the PCI Subsystem Device ID SHOULD reflect > > > the PCI Vendor and Device ID of the environment (for informational purposes by the driver). > > > Non-transitional devices SHOULD have a PCI Device ID in the range


  • 11.  Re: [virtio-dev] Re: [virtio] [PATCH] pci: strengthen requirement of the correct subsystem id

    Posted 11-27-2019 13:02
    On Mon, Nov 25, 2019 at 11:14:20AM +0100, Cornelia Huck wrote:
    > On Mon, 25 Nov 2019 03:22:13 -0500
    > "Michael S. Tsirkin" <mst@redhat.com> wrote:
    >
    > > On Mon, Nov 25, 2019 at 07:41:09AM +0100, Jan Kiszka wrote:
    > > > On 28.10.19 17:12, Michael S. Tsirkin wrote:
    > > > > If a hardware implementation of virtio does not have
    > > > > the correct subsystem id, then drivers can't report
    > > > > ir properly, or detect and work around bugs.
    > > >
    > > > s/ir/it.
    > > >
    > > > Jan
    > > >
    > > > > Change the requirement from MAY to SHOULD.
    > > > >
    > > > > We can't make it a MUST since we did not require this
    > > > > historically.
    > > > >
    > > > > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
    > >
    > >
    > > One thing I noticed is that for transitional devices, windows drivers
    > > bind to a specific vendor id. I guess we need to make this
    > > SHOULD for non-transitional only?
    >
    > So, they have different binding behaviour for transitional vs
    > non-transitional devices? Or transitional vs non-transitional drivers?

    Transitional vs non-transitional have different IDs, sure.
    That's in the spec.

    > >
    > >
    > > > > ---
    > > > > content.tex | 2 +-
    > > > > 1 file changed, 1 insertion(+), 1 deletion(-)
    > > > >
    > > > > diff --git a/content.tex b/content.tex
    > > > > index 4bcb728..8f1518c 100644
    > > > > --- a/content.tex
    > > > > +++ b/content.tex
    > > > > @@ -562,7 +562,7 @@ \subsection{PCI Device Discovery}\label{sec:Virtio Transport Options / Virtio Ov
    > > > > For example, the network card device with the Virtio Device ID 1
    > > > > has the PCI Device ID 0x1041 or the Transitional PCI Device ID 0x1000.
    > > > > -The PCI Subsystem Vendor ID and the PCI Subsystem Device ID MAY reflect
    > > > > +The PCI Subsystem Vendor ID and the PCI Subsystem Device ID SHOULD reflect
    > > > > the PCI Vendor and Device ID of the environment (for informational purposes by the driver).
    > > > > Non-transitional devices SHOULD have a PCI Device ID in the range
    >
    >
    > ---------------------------------------------------------------------
    > To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
    > For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org




  • 12.  Re: [virtio-dev] Re: [virtio] [PATCH] pci: strengthen requirement of the correct subsystem id

    Posted 11-27-2019 13:02
    On Mon, Nov 25, 2019 at 11:14:20AM +0100, Cornelia Huck wrote: > On Mon, 25 Nov 2019 03:22:13 -0500 > "Michael S. Tsirkin" <mst@redhat.com> wrote: > > > On Mon, Nov 25, 2019 at 07:41:09AM +0100, Jan Kiszka wrote: > > > On 28.10.19 17:12, Michael S. Tsirkin wrote: > > > > If a hardware implementation of virtio does not have > > > > the correct subsystem id, then drivers can't report > > > > ir properly, or detect and work around bugs. > > > > > > s/ir/it. > > > > > > Jan > > > > > > > Change the requirement from MAY to SHOULD. > > > > > > > > We can't make it a MUST since we did not require this > > > > historically. > > > > > > > > Signed-off-by: Michael S. Tsirkin <mst@redhat.com> > > > > > > One thing I noticed is that for transitional devices, windows drivers > > bind to a specific vendor id. I guess we need to make this > > SHOULD for non-transitional only? > > So, they have different binding behaviour for transitional vs > non-transitional devices? Or transitional vs non-transitional drivers? Transitional vs non-transitional have different IDs, sure. That's in the spec. > > > > > > > > --- > > > > content.tex 2 +- > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > > > diff --git a/content.tex b/content.tex > > > > index 4bcb728..8f1518c 100644 > > > > --- a/content.tex > > > > +++ b/content.tex > > > > @@ -562,7 +562,7 @@ subsection{PCI Device Discovery}label{sec:Virtio Transport Options / Virtio Ov > > > > For example, the network card device with the Virtio Device ID 1 > > > > has the PCI Device ID 0x1041 or the Transitional PCI Device ID 0x1000. > > > > -The PCI Subsystem Vendor ID and the PCI Subsystem Device ID MAY reflect > > > > +The PCI Subsystem Vendor ID and the PCI Subsystem Device ID SHOULD reflect > > > > the PCI Vendor and Device ID of the environment (for informational purposes by the driver). > > > > Non-transitional devices SHOULD have a PCI Device ID in the range > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org > For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org