All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] virtio-net: Avoid confusing device configuration text
@ 2023-01-26  0:31 Parav Pandit
  2023-01-30 11:26 ` [virtio-dev] " Cornelia Huck
  2023-01-30 11:27 ` Michael S. Tsirkin
  0 siblings, 2 replies; 3+ messages in thread
From: Parav Pandit @ 2023-01-26  0:31 UTC (permalink / raw)
  To: mst, virtio-dev, cohuck
  Cc: virtio-comment, shahafs, Parav Pandit, Halil Pasic

The added text in commit of Fixes tag was redundant and
confusing in context of VLAN filtering description.

Hence remove it as discussed in [1] and [2].

[1] https://lists.oasis-open.org/archives/virtio-dev/202301/msg00282.html
[2] https://lists.oasis-open.org/archives/virtio-dev/202301/msg00286.html

Fixes: 296303444f6b ("virtio-net: Clarify VLAN filter table configuration")
Suggested-by: Halil Pasic <pasic@linux.ibm.com>
Signed-off-by: Parav Pandit <parav@nvidia.com>
---
This change is on top of [3].

[3] https://lists.oasis-open.org/archives/virtio-dev/202301/msg00231.html
---
 device-types/net/description.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/device-types/net/description.tex b/device-types/net/description.tex
index e32780b..bd81731 100644
--- a/device-types/net/description.tex
+++ b/device-types/net/description.tex
@@ -1223,7 +1223,7 @@ \subsubsection{Control Virtqueue}\label{sec:Device Types / Network Device / Devi
 \devicenormative{\subparagraph}{VLAN Filtering}{Device Types / Network Device / Device Operation / Control Virtqueue / VLAN Filtering}
 
 When VIRTIO_NET_F_CTRL_VLAN is not negotiated, the device MUST
-accept all VLAN tagged packets as per the device configuration.
+accept all VLAN tagged packets.
 
 When VIRTIO_NET_F_CTRL_VLAN is negotiated, the device MUST
 accept all VLAN tagged packets whose VLAN tag is present in
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [virtio-dev] Re: [PATCH] virtio-net: Avoid confusing device configuration text
  2023-01-26  0:31 [PATCH] virtio-net: Avoid confusing device configuration text Parav Pandit
@ 2023-01-30 11:26 ` Cornelia Huck
  2023-01-30 11:27 ` Michael S. Tsirkin
  1 sibling, 0 replies; 3+ messages in thread
From: Cornelia Huck @ 2023-01-30 11:26 UTC (permalink / raw)
  To: Parav Pandit, mst, virtio-dev
  Cc: virtio-comment, shahafs, Parav Pandit, Halil Pasic

On Thu, Jan 26 2023, Parav Pandit <parav@nvidia.com> wrote:

> The added text in commit of Fixes tag was redundant and
> confusing in context of VLAN filtering description.
>
> Hence remove it as discussed in [1] and [2].
>
> [1] https://lists.oasis-open.org/archives/virtio-dev/202301/msg00282.html
> [2] https://lists.oasis-open.org/archives/virtio-dev/202301/msg00286.html
>
> Fixes: 296303444f6b ("virtio-net: Clarify VLAN filter table configuration")
> Suggested-by: Halil Pasic <pasic@linux.ibm.com>
> Signed-off-by: Parav Pandit <parav@nvidia.com>
> ---
> This change is on top of [3].
>
> [3] https://lists.oasis-open.org/archives/virtio-dev/202301/msg00231.html
> ---
>  device-types/net/description.tex | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/device-types/net/description.tex b/device-types/net/description.tex
> index e32780b..bd81731 100644
> --- a/device-types/net/description.tex
> +++ b/device-types/net/description.tex
> @@ -1223,7 +1223,7 @@ \subsubsection{Control Virtqueue}\label{sec:Device Types / Network Device / Devi
>  \devicenormative{\subparagraph}{VLAN Filtering}{Device Types / Network Device / Device Operation / Control Virtqueue / VLAN Filtering}
>  
>  When VIRTIO_NET_F_CTRL_VLAN is not negotiated, the device MUST
> -accept all VLAN tagged packets as per the device configuration.
> +accept all VLAN tagged packets.
>  
>  When VIRTIO_NET_F_CTRL_VLAN is negotiated, the device MUST
>  accept all VLAN tagged packets whose VLAN tag is present in

I think I can apply this on top of [3] as an editorial change when
applying that, but can I please get some kind of ack/r-b on this change?


---------------------------------------------------------------------
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] 3+ messages in thread

* Re: [PATCH] virtio-net: Avoid confusing device configuration text
  2023-01-26  0:31 [PATCH] virtio-net: Avoid confusing device configuration text Parav Pandit
  2023-01-30 11:26 ` [virtio-dev] " Cornelia Huck
@ 2023-01-30 11:27 ` Michael S. Tsirkin
  1 sibling, 0 replies; 3+ messages in thread
From: Michael S. Tsirkin @ 2023-01-30 11:27 UTC (permalink / raw)
  To: Parav Pandit; +Cc: virtio-dev, cohuck, virtio-comment, shahafs, Halil Pasic

On Thu, Jan 26, 2023 at 02:31:39AM +0200, Parav Pandit wrote:
> The added text in commit of Fixes tag was redundant and
> confusing in context of VLAN filtering description.
> 
> Hence remove it as discussed in [1] and [2].
> 
> [1] https://lists.oasis-open.org/archives/virtio-dev/202301/msg00282.html
> [2] https://lists.oasis-open.org/archives/virtio-dev/202301/msg00286.html
> 
> Fixes: 296303444f6b ("virtio-net: Clarify VLAN filter table configuration")
> Suggested-by: Halil Pasic <pasic@linux.ibm.com>
> Signed-off-by: Parav Pandit <parav@nvidia.com>


Acked-by: Michael S. Tsirkin <mst@redhat.com>

I agree it's an editorial change.

> ---
> This change is on top of [3].
> 
> [3] https://lists.oasis-open.org/archives/virtio-dev/202301/msg00231.html
> ---
>  device-types/net/description.tex | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/device-types/net/description.tex b/device-types/net/description.tex
> index e32780b..bd81731 100644
> --- a/device-types/net/description.tex
> +++ b/device-types/net/description.tex
> @@ -1223,7 +1223,7 @@ \subsubsection{Control Virtqueue}\label{sec:Device Types / Network Device / Devi
>  \devicenormative{\subparagraph}{VLAN Filtering}{Device Types / Network Device / Device Operation / Control Virtqueue / VLAN Filtering}
>  
>  When VIRTIO_NET_F_CTRL_VLAN is not negotiated, the device MUST
> -accept all VLAN tagged packets as per the device configuration.
> +accept all VLAN tagged packets.
>  
>  When VIRTIO_NET_F_CTRL_VLAN is negotiated, the device MUST
>  accept all VLAN tagged packets whose VLAN tag is present in
> -- 
> 2.26.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-30 11:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-26  0:31 [PATCH] virtio-net: Avoid confusing device configuration text Parav Pandit
2023-01-30 11:26 ` [virtio-dev] " Cornelia Huck
2023-01-30 11:27 ` Michael S. Tsirkin

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.