> From:
virtio-comment@lists.oasis-open.org <
virtio-comment@lists.oasis-
> open.org> On Behalf Of Maxime Coquelin
> Sent: Friday, January 5, 2024 3:16 PM
>
> VIRTIO_NET_F_CTRL_GUEST_OFFLOADS requires VIRTIO_NET_F_CTRL_VQ,
> but it was not mentioned in the requirements list.
>
> This patch adds it to the list.
>
> Signed-off-by: Maxime Coquelin <
maxime.coquelin@redhat.com>
> ---
> device-types/net/description.tex | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/device-types/net/description.tex b/device-
> types/net/description.tex
> index 76585b0..07e7054 100644
> --- a/device-types/net/description.tex
> +++ b/device-types/net/description.tex
> @@ -150,6 +150,7 @@ \subsubsection{Feature bit
> requirements}\label{sec:Device Types / Network Device
> \item[VIRTIO_NET_F_RSS] Requires VIRTIO_NET_F_CTRL_VQ.
> \item[VIRTIO_NET_F_VQ_NOTF_COAL] Requires VIRTIO_NET_F_CTRL_VQ.
> \item[VIRTIO_NET_F_HASH_TUNNEL] Requires VIRTIO_NET_F_CTRL_VQ
> along with VIRTIO_NET_F_RSS or VIRTIO_NET_F_HASH_REPORT.
> +\item[VIRTIO_NET_F_CTRL_GUEST_OFFLOADS] Requires
> VIRTIO_NET_F_CTRL_VQ.
> \end{description}
>
> \subsubsection{Legacy Interface: Feature bits}\label{sec:Device Types /
> Network Device / Feature bits / Legacy Interface: Feature bits}
> --
> 2.43.0
>
Reviewed-by: Parav Pandit <
parav@nvidia.com>