diff options
author | Yuri Benditovich <yuri.benditovich@daynix.com> | 2018-12-02 16:16:28 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2018-12-12 17:23:09 -0500 |
commit | 133c895f64ecbea39dafa80c004a5fb852ec7715 (patch) | |
tree | a9e8eb1e71f7411a3333d64574bb6ab95d1c54ef | |
parent | 52e204526aa3271df77d4b9c9add1003486a1af0 (diff) | |
download | virtio-spec-133c895f64ecbea39dafa80c004a5fb852ec7715.tar.gz |
virtio-net: changing VIRTIO_NET_F_RSC_EXT from 38 to 61
Changing feature bit per TC request.
Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Cornelia Huck <cohuck@redhat.com>
-rw-r--r-- | content.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content.tex b/content.tex index 15a4823..85e1287 100644 --- a/content.tex +++ b/content.tex @@ -2731,7 +2731,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 \item[VIRTIO_NET_F_STANDBY(62)] Device may act as a standby for a primary |