* [virtio-dev] [PATCH] content: fix typo in feature bit name
@ 2019-06-11 6:53 Tiwei Bie
2019-07-17 10:00 ` Stefan Hajnoczi
2019-07-17 10:04 ` Stefan Hajnoczi
0 siblings, 2 replies; 6+ messages in thread
From: Tiwei Bie @ 2019-06-11 6:53 UTC (permalink / raw)
To: mst, virtio-dev
Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
---
content.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content.tex b/content.tex
index 193b6e1..a143d91 100644
--- a/content.tex
+++ b/content.tex
@@ -3523,7 +3523,7 @@ \subsubsection{Control Virtqueue}\label{sec:Device Types / Network Device / Devi
\paragraph{VLAN Filtering}\label{sec:Device Types / Network Device / Device Operation / Control Virtqueue / VLAN Filtering}
-If the driver negotiates the VIRTION_NET_F_CTRL_VLAN feature, it
+If the driver negotiates the VIRTIO_NET_F_CTRL_VLAN feature, it
can control a VLAN filter table in the device.
\begin{lstlisting}
--
2.17.1
---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [virtio-dev] [PATCH] content: fix typo in feature bit name
2019-06-11 6:53 [virtio-dev] [PATCH] content: fix typo in feature bit name Tiwei Bie
@ 2019-07-17 10:00 ` Stefan Hajnoczi
2019-07-17 10:04 ` Stefan Hajnoczi
1 sibling, 0 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2019-07-17 10:00 UTC (permalink / raw)
To: Tiwei Bie; +Cc: mst, virtio-dev
[-- Attachment #1: Type: text/plain, Size: 237 bytes --]
On Tue, Jun 11, 2019 at 02:53:04PM +0800, Tiwei Bie wrote:
> Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> ---
> content.tex | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [virtio-dev] [PATCH] content: fix typo in feature bit name
2019-06-11 6:53 [virtio-dev] [PATCH] content: fix typo in feature bit name Tiwei Bie
2019-07-17 10:00 ` Stefan Hajnoczi
@ 2019-07-17 10:04 ` Stefan Hajnoczi
2019-07-17 10:59 ` Michael S. Tsirkin
2019-07-18 6:17 ` Tiwei Bie
1 sibling, 2 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2019-07-17 10:04 UTC (permalink / raw)
To: Tiwei Bie; +Cc: mst, virtio-dev
[-- Attachment #1: Type: text/plain, Size: 908 bytes --]
On Tue, Jun 11, 2019 at 02:53:04PM +0800, Tiwei Bie wrote:
> Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> ---
> content.tex | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/content.tex b/content.tex
> index 193b6e1..a143d91 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -3523,7 +3523,7 @@ \subsubsection{Control Virtqueue}\label{sec:Device Types / Network Device / Devi
>
> \paragraph{VLAN Filtering}\label{sec:Device Types / Network Device / Device Operation / Control Virtqueue / VLAN Filtering}
>
> -If the driver negotiates the VIRTION_NET_F_CTRL_VLAN feature, it
> +If the driver negotiates the VIRTIO_NET_F_CTRL_VLAN feature, it
> can control a VLAN filter table in the device.
>
> \begin{lstlisting}
> --
> 2.17.1
I have opened a GitHub Issue so this can be voted on and merged:
https://github.com/oasis-tcs/virtio-spec/issues/46
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [virtio-dev] [PATCH] content: fix typo in feature bit name
2019-07-17 10:04 ` Stefan Hajnoczi
@ 2019-07-17 10:59 ` Michael S. Tsirkin
2019-09-08 13:42 ` Michael S. Tsirkin
2019-07-18 6:17 ` Tiwei Bie
1 sibling, 1 reply; 6+ messages in thread
From: Michael S. Tsirkin @ 2019-07-17 10:59 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: Tiwei Bie, virtio-dev
On Wed, Jul 17, 2019 at 11:04:26AM +0100, Stefan Hajnoczi wrote:
> On Tue, Jun 11, 2019 at 02:53:04PM +0800, Tiwei Bie wrote:
> > Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> > ---
> > content.tex | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/content.tex b/content.tex
> > index 193b6e1..a143d91 100644
> > --- a/content.tex
> > +++ b/content.tex
> > @@ -3523,7 +3523,7 @@ \subsubsection{Control Virtqueue}\label{sec:Device Types / Network Device / Devi
> >
> > \paragraph{VLAN Filtering}\label{sec:Device Types / Network Device / Device Operation / Control Virtqueue / VLAN Filtering}
> >
> > -If the driver negotiates the VIRTION_NET_F_CTRL_VLAN feature, it
> > +If the driver negotiates the VIRTIO_NET_F_CTRL_VLAN feature, it
> > can control a VLAN filter table in the device.
> >
> > \begin{lstlisting}
> > --
> > 2.17.1
>
> I have opened a GitHub Issue so this can be voted on and merged:
> https://github.com/oasis-tcs/virtio-spec/issues/46
Thanks!
---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [virtio-dev] [PATCH] content: fix typo in feature bit name
2019-07-17 10:59 ` Michael S. Tsirkin
@ 2019-09-08 13:42 ` Michael S. Tsirkin
0 siblings, 0 replies; 6+ messages in thread
From: Michael S. Tsirkin @ 2019-09-08 13:42 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: Tiwei Bie, virtio-dev
On Wed, Jul 17, 2019 at 06:59:08AM -0400, Michael S. Tsirkin wrote:
> On Wed, Jul 17, 2019 at 11:04:26AM +0100, Stefan Hajnoczi wrote:
> > On Tue, Jun 11, 2019 at 02:53:04PM +0800, Tiwei Bie wrote:
> > > Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> > > ---
> > > content.tex | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/content.tex b/content.tex
> > > index 193b6e1..a143d91 100644
> > > --- a/content.tex
> > > +++ b/content.tex
> > > @@ -3523,7 +3523,7 @@ \subsubsection{Control Virtqueue}\label{sec:Device Types / Network Device / Devi
> > >
> > > \paragraph{VLAN Filtering}\label{sec:Device Types / Network Device / Device Operation / Control Virtqueue / VLAN Filtering}
> > >
> > > -If the driver negotiates the VIRTION_NET_F_CTRL_VLAN feature, it
> > > +If the driver negotiates the VIRTIO_NET_F_CTRL_VLAN feature, it
> > > can control a VLAN filter table in the device.
> > >
> > > \begin{lstlisting}
> > > --
> > > 2.17.1
> >
> > I have opened a GitHub Issue so this can be voted on and merged:
> > https://github.com/oasis-tcs/virtio-spec/issues/46
>
> Thanks!
For the future the way to record this is by writing:
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/46
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org
---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [virtio-dev] [PATCH] content: fix typo in feature bit name
2019-07-17 10:04 ` Stefan Hajnoczi
2019-07-17 10:59 ` Michael S. Tsirkin
@ 2019-07-18 6:17 ` Tiwei Bie
1 sibling, 0 replies; 6+ messages in thread
From: Tiwei Bie @ 2019-07-18 6:17 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: mst, virtio-dev
On Wed, Jul 17, 2019 at 11:04:26AM +0100, Stefan Hajnoczi wrote:
> On Tue, Jun 11, 2019 at 02:53:04PM +0800, Tiwei Bie wrote:
> > Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> > ---
> > content.tex | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/content.tex b/content.tex
> > index 193b6e1..a143d91 100644
> > --- a/content.tex
> > +++ b/content.tex
> > @@ -3523,7 +3523,7 @@ \subsubsection{Control Virtqueue}\label{sec:Device Types / Network Device / Devi
> >
> > \paragraph{VLAN Filtering}\label{sec:Device Types / Network Device / Device Operation / Control Virtqueue / VLAN Filtering}
> >
> > -If the driver negotiates the VIRTION_NET_F_CTRL_VLAN feature, it
> > +If the driver negotiates the VIRTIO_NET_F_CTRL_VLAN feature, it
> > can control a VLAN filter table in the device.
> >
> > \begin{lstlisting}
> > --
> > 2.17.1
>
> I have opened a GitHub Issue so this can be voted on and merged:
> https://github.com/oasis-tcs/virtio-spec/issues/46
Thanks a lot!
Regards,
Tiwei
---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-09-08 13:42 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-11 6:53 [virtio-dev] [PATCH] content: fix typo in feature bit name Tiwei Bie
2019-07-17 10:00 ` Stefan Hajnoczi
2019-07-17 10:04 ` Stefan Hajnoczi
2019-07-17 10:59 ` Michael S. Tsirkin
2019-09-08 13:42 ` Michael S. Tsirkin
2019-07-18 6:17 ` Tiwei Bie
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.