diff options
author | Yuri Benditovich <yuri.benditovich@daynix.com> | 2019-11-12 07:37:48 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-01-20 12:01:41 -0500 |
commit | b6e992c7af885ae6f93cc06d7b76d29db111cdf3 (patch) | |
tree | 38acfcf82dd3262b1e9b35968b7c249eb52db473 /conformance.tex | |
parent | ab8898887b71899c53c88374e73abcb0fa7a2a53 (diff) | |
download | virtio-spec-b6e992c7af885ae6f93cc06d7b76d29db111cdf3.tar.gz |
virtio-net: define support for receive-side scaling
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/48
Added support for RSS receive steering mode.
Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'conformance.tex')
-rw-r--r-- | conformance.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conformance.tex b/conformance.tex index 50969e5..e184f38 100644 --- a/conformance.tex +++ b/conformance.tex @@ -101,6 +101,7 @@ A network driver MUST conform to the following normative statements: \item \ref{drivernormative:Device Types / Network Device / Device Operation / Control Virtqueue / Gratuitous Packet Sending} \item \ref{drivernormative:Device Types / Network Device / Device Operation / Control Virtqueue / Automatic receive steering in multiqueue mode} \item \ref{drivernormative:Device Types / Network Device / Device Operation / Control Virtqueue / Offloads State Configuration / Setting Offloads State} +\item \ref{drivernormative:Device Types / Network Device / Device Operation / Control Virtqueue / Receive-side scaling (RSS) } \end{itemize} \conformance{\subsection}{Block Driver Conformance}\label{sec:Conformance / Driver Conformance / Block Driver Conformance} @@ -265,6 +266,7 @@ A network device MUST conform to the following normative statements: \item \ref{devicenormative:Device Types / Network Device / Device Operation / Control Virtqueue / Setting MAC Address Filtering} \item \ref{devicenormative:Device Types / Network Device / Device Operation / Control Virtqueue / Gratuitous Packet Sending} \item \ref{devicenormative:Device Types / Network Device / Device Operation / Control Virtqueue / Automatic receive steering in multiqueue mode} +\item \ref{devicenormative:Device Types / Network Device / Device Operation / Control Virtqueue / Receive-side scaling (RSS) / RSS processing} \end{itemize} \conformance{\subsection}{Block Device Conformance}\label{sec:Conformance / Device Conformance / Block Device Conformance} |