[PATCH v4 2/3] virtio: document feature bit 42
Zhu Lingshan <[email protected]>
| Newsgroups | dev.linux.lists.virtio-comment |
|---|---|
| Message-ID | <[email protected]> |
This commit documents feture bit 42 VIRTIO_NET_F_GUEST_RSC6 Signed-off-by: Zhu Lingshan <[email protected]> Fixes: 94384142 ("content: Declare virtio-net legacy feature bits 41-42") Fixes: https://github.com/oasis-tcs/virtio-spec/issues/229 --- content.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content.tex b/content.tex index 1efc2a5..9213dc0 100644 --- a/content.tex +++ b/content.tex @@ -97,12 +97,12 @@ \section{Feature Bits}\label{sec:Basic Facilities of a Virtio Device / Feature B Feature bits are allocated as follows: \begin{description} -\item[0 to 23, and 50 to 127] Feature bits for the specific device type +\item[0 to 23, 41, 42 and 50 to 127] Feature bits for the specific device type -\item[24 to 41] Feature bits reserved for extensions to the queue and +\item[24 to 40] Feature bits reserved for extensions to the queue and feature negotiation mechanisms, see \ref{sec:Reserved Feature Bits} -\item[42 to 49, and 128 and above] Feature bits reserved for future extensions. +\item[43 to 49, and 128 and above] Feature bits reserved for future extensions. \end{description} \begin{note} -- 2.49.0