qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eugenio Perez Martin <eperezma@redhat.com>
To: Hawkins Jiawei <yin31149@gmail.com>
Cc: jasowang@redhat.com, mst@redhat.com, qemu-devel@nongnu.org,
	 18801353760@163.com
Subject: Re: [PATCH v5 3/3] vdpa: Allow VIRTIO_NET_F_RSS in SVQ
Date: Fri, 3 Nov 2023 15:43:09 +0100	[thread overview]
Message-ID: <CAJaqyWfqHRBREeOpviKCb4MdxMVN06b2HeiBhSSQ1vM0STSuxA@mail.gmail.com> (raw)
In-Reply-To: <626449eb303207de408126b3dc7c155cd72b028b.1698195059.git.yin31149@gmail.com>

On Wed, Oct 25, 2023 at 3:08 AM Hawkins Jiawei <yin31149@gmail.com> wrote:
>
> Enable SVQ with VIRTIO_NET_F_RSS feature.
>

Acked-by: Eugenio Pérez <eperezma@redhat.com>

> Signed-off-by: Hawkins Jiawei <yin31149@gmail.com>
> ---
> v5:
>   - no changes
>
> v4: https://lore.kernel.org/all/4ee7f3f339469f41626ca2c3ac7b1c574ebce901.1697904740.git.yin31149@gmail.com/
>   - no code changes
>
> v3: https://lore.kernel.org/all/2d2a378291bfac4144a0c0c473cf80415bb580b3.1693299194.git.yin31149@gmail.com/
>
>  net/vhost-vdpa.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa.c
> index a4cc1381fc..d0614d7954 100644
> --- a/net/vhost-vdpa.c
> +++ b/net/vhost-vdpa.c
> @@ -122,6 +122,7 @@ static const uint64_t vdpa_svq_device_features =
>      /* VHOST_F_LOG_ALL is exposed by SVQ */
>      BIT_ULL(VHOST_F_LOG_ALL) |
>      BIT_ULL(VIRTIO_NET_F_HASH_REPORT) |
> +    BIT_ULL(VIRTIO_NET_F_RSS) |
>      BIT_ULL(VIRTIO_NET_F_RSC_EXT) |
>      BIT_ULL(VIRTIO_NET_F_STANDBY) |
>      BIT_ULL(VIRTIO_NET_F_SPEED_DUPLEX);
> --
> 2.25.1
>



      reply	other threads:[~2023-11-03 14:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-25  1:08 [PATCH v5 0/3] Vhost-vdpa Shadow Virtqueue RSS Support Hawkins Jiawei
2023-10-25  1:08 ` [PATCH v5 1/3] vdpa: Add SetSteeringEBPF method for NetClientState Hawkins Jiawei
2023-10-25  1:08 ` [PATCH v5 2/3] vdpa: Restore receive-side scaling state Hawkins Jiawei
2023-11-03 14:42   ` Eugenio Perez Martin
2023-10-25  1:08 ` [PATCH v5 3/3] vdpa: Allow VIRTIO_NET_F_RSS in SVQ Hawkins Jiawei
2023-11-03 14:43   ` Eugenio Perez Martin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJaqyWfqHRBREeOpviKCb4MdxMVN06b2HeiBhSSQ1vM0STSuxA@mail.gmail.com \
    --to=eperezma@redhat.com \
    --cc=18801353760@163.com \
    --cc=jasowang@redhat.com \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=yin31149@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).