virtio-comment

 View Only
  • 1.  [PATCH] virtio-net: list requirement for guest offloads feature

    Posted 01-05-2024 09:46
    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




  • 2.  RE: [virtio-comment] [PATCH] virtio-net: list requirement for guest offloads feature

    Posted 01-05-2024 09:56

    > 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>




  • 3.  Re: [virtio-comment] [PATCH] virtio-net: list requirement for guest offloads feature

    Posted 01-05-2024 10:05
    On Fri, Jan 5, 2024 at 10:45?AM Maxime Coquelin
    <maxime.coquelin@redhat.com> wrote:
    >
    > 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>

    Reviewed-by: Eugenio Pérez <eperezma@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
    >
    >
    > 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/
    >




  • 4.  Re: [PATCH] virtio-net: list requirement for guest offloads feature

    Posted 01-08-2024 03:46
    On Fri, Jan 5, 2024 at 5:45?PM Maxime Coquelin
    <maxime.coquelin@redhat.com> wrote:
    >
    > 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>

    Reviewed-by: Jason Wang <jasowang@redhat.com>

    Thanks

    > ---
    > 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
    >




  • 5.  Re: [virtio-comment] [PATCH] virtio-net: list requirement for guest offloads feature

    Posted 01-16-2024 08:14
    On Fri, 5 Jan 2024 10:45:36 +0100, Maxime Coquelin <maxime.coquelin@redhat.com> wrote:
    > 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>

    Reviewed-by: Xuan Zhuo <xuanzhuo@linux.alibaba.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
    >
    >
    > 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/
    >