* [virtio-comment] [PATCH] virtio-net: changing VIRTIO_NET_F_RSC_EXT from 38 to 61
@ 2018-12-02 14:16 Yuri Benditovich
2018-12-03 8:13 ` Cornelia Huck
0 siblings, 1 reply; 4+ messages in thread
From: Yuri Benditovich @ 2018-12-02 14:16 UTC (permalink / raw)
To: virtio-comment, mst
Changing feature bit per TC request.
Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com>
---
content.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content.tex b/content.tex
index 17d83af..8f5c2ab 100644
--- a/content.tex
+++ b/content.tex
@@ -2526,7 +2526,7 @@ features.
\item[VIRTIO_NET_F_CTRL_MAC_ADDR(23)] Set MAC address through control
channel.
-\item[VIRTIO_NET_F_RSC_EXT(38)] Device can process duplicated ACKs
+\item[VIRTIO_NET_F_RSC_EXT(61)] Device can process duplicated ACKs
and report number of coalesced segments and duplicated ACKs
\end{description}
--
2.17.2
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/
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [virtio-comment] [PATCH] virtio-net: changing VIRTIO_NET_F_RSC_EXT from 38 to 61
2018-12-02 14:16 [virtio-comment] [PATCH] virtio-net: changing VIRTIO_NET_F_RSC_EXT from 38 to 61 Yuri Benditovich
@ 2018-12-03 8:13 ` Cornelia Huck
2018-12-03 15:05 ` Michael S. Tsirkin
0 siblings, 1 reply; 4+ messages in thread
From: Cornelia Huck @ 2018-12-03 8:13 UTC (permalink / raw)
To: Yuri Benditovich; +Cc: virtio-comment, mst
On Sun, 2 Dec 2018 16:16:28 +0200
Yuri Benditovich <yuri.benditovich@daynix.com> wrote:
> Changing feature bit per TC request.
>
> Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com>
> ---
> content.tex | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/content.tex b/content.tex
> index 17d83af..8f5c2ab 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -2526,7 +2526,7 @@ features.
> \item[VIRTIO_NET_F_CTRL_MAC_ADDR(23)] Set MAC address through control
> channel.
>
> -\item[VIRTIO_NET_F_RSC_EXT(38)] Device can process duplicated ACKs
> +\item[VIRTIO_NET_F_RSC_EXT(61)] Device can process duplicated ACKs
> and report number of coalesced segments and duplicated ACKs
>
> \end{description}
Acked-by: Cornelia Huck <cohuck@redhat.com>
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/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [virtio-comment] [PATCH] virtio-net: changing VIRTIO_NET_F_RSC_EXT from 38 to 61
2018-12-03 8:13 ` Cornelia Huck
@ 2018-12-03 15:05 ` Michael S. Tsirkin
2018-12-03 15:09 ` Cornelia Huck
0 siblings, 1 reply; 4+ messages in thread
From: Michael S. Tsirkin @ 2018-12-03 15:05 UTC (permalink / raw)
To: Cornelia Huck; +Cc: Yuri Benditovich, virtio-comment
On Mon, Dec 03, 2018 at 09:13:32AM +0100, Cornelia Huck wrote:
> On Sun, 2 Dec 2018 16:16:28 +0200
> Yuri Benditovich <yuri.benditovich@daynix.com> wrote:
>
> > Changing feature bit per TC request.
> >
> > Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com>
> > ---
> > content.tex | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/content.tex b/content.tex
> > index 17d83af..8f5c2ab 100644
> > --- a/content.tex
> > +++ b/content.tex
> > @@ -2526,7 +2526,7 @@ features.
> > \item[VIRTIO_NET_F_CTRL_MAC_ADDR(23)] Set MAC address through control
> > channel.
> >
> > -\item[VIRTIO_NET_F_RSC_EXT(38)] Device can process duplicated ACKs
> > +\item[VIRTIO_NET_F_RSC_EXT(61)] Device can process duplicated ACKs
> > and report number of coalesced segments and duplicated ACKs
> >
> > \end{description}
>
> Acked-by: Cornelia Huck <cohuck@redhat.com>
Thanks!
I think we can apply it under the minor changes rule.
--
MST
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/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [virtio-comment] [PATCH] virtio-net: changing VIRTIO_NET_F_RSC_EXT from 38 to 61
2018-12-03 15:05 ` Michael S. Tsirkin
@ 2018-12-03 15:09 ` Cornelia Huck
0 siblings, 0 replies; 4+ messages in thread
From: Cornelia Huck @ 2018-12-03 15:09 UTC (permalink / raw)
To: Michael S. Tsirkin; +Cc: Yuri Benditovich, virtio-comment
On Mon, 3 Dec 2018 10:05:11 -0500
"Michael S. Tsirkin" <mst@redhat.com> wrote:
> On Mon, Dec 03, 2018 at 09:13:32AM +0100, Cornelia Huck wrote:
> > On Sun, 2 Dec 2018 16:16:28 +0200
> > Yuri Benditovich <yuri.benditovich@daynix.com> wrote:
> >
> > > Changing feature bit per TC request.
> > >
> > > Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com>
> > > ---
> > > content.tex | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/content.tex b/content.tex
> > > index 17d83af..8f5c2ab 100644
> > > --- a/content.tex
> > > +++ b/content.tex
> > > @@ -2526,7 +2526,7 @@ features.
> > > \item[VIRTIO_NET_F_CTRL_MAC_ADDR(23)] Set MAC address through control
> > > channel.
> > >
> > > -\item[VIRTIO_NET_F_RSC_EXT(38)] Device can process duplicated ACKs
> > > +\item[VIRTIO_NET_F_RSC_EXT(61)] Device can process duplicated ACKs
> > > and report number of coalesced segments and duplicated ACKs
> > >
> > > \end{description}
> >
> > Acked-by: Cornelia Huck <cohuck@redhat.com>
>
> Thanks!
> I think we can apply it under the minor changes rule.
>
Agreed.
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/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-12-03 15:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-02 14:16 [virtio-comment] [PATCH] virtio-net: changing VIRTIO_NET_F_RSC_EXT from 38 to 61 Yuri Benditovich
2018-12-03 8:13 ` Cornelia Huck
2018-12-03 15:05 ` Michael S. Tsirkin
2018-12-03 15:09 ` Cornelia Huck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox