DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jason Wang <jasowang@redhat.com>
To: Vincent Li <vincent.mc.li@gmail.com>, dev@dpdk.org
Cc: Maxime Coquelin <maxime.coquelin@redhat.com>,
	Zhihong Wang <zhihong.wang@intel.com>,
	Xiaolong Ye <xiaolong.ye@intel.com>
Subject: Re: [dpdk-dev] DPDK Virtio PMD RX RSS support?
Date: Sun, 28 Jun 2020 14:41:04 +0800	[thread overview]
Message-ID: <1a367938-b139-ac67-47ec-5600f1b5344f@redhat.com> (raw)
In-Reply-To: <alpine.DEB.2.21.2006252127160.8180@r220>


On 2020/6/26 上午5:27, Vincent Li wrote:
> Hi,
>
> I found Qemu start to support virtio-net RX RSS:
>
> List:       qemu-devel
> Subject:    [PULL V2 02/33] virtio-net: implement RX RSS processing
> From:       Jason Wang <jasowang () redhat ! com>
> Date:       2020-06-18 13:21:17
> Message-ID: 1592486508-6135-3-git-send-email-jasowang () redhat ! com
> [Download RAW message or body]
>
> From: Yuri Benditovich <yuri.benditovich@daynix.com>
>
> If VIRTIO_NET_F_RSS negotiated and RSS is enabled, process
> incoming packets, calculate packet's hash and place the
> packet into respective RX virtqueue.
>
> Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com>
> Signed-off-by: Jason Wang <jasowang@redhat.com>
> ---
>   hw/net/Makefile.objs           |  1 +
>   hw/net/virtio-net.c            | 88
> +++++++++++++++++++++++++++++++++++++++++-
>   include/hw/virtio/virtio-net.h |  1 +
>   3 files changed, 88 insertions(+), 2 deletions(-)
>
> If I understand it correct, in order for DPDK to support Virtio-net RX RSS
> in Qemu/KVM guest, the DPDK Virtio PMD also needs to support RX RSS, is
> that right? if so, any plan to enhance Virtio PMD to support RX RSS ?


I think we did. But I think we need first implement RSS in the vhost 
lib. (RSS is only supported in the qemu userspace datapath which is slow).

Thanks


>
> Regards,
>
> Vincent
>   
>


      reply	other threads:[~2020-06-28  6:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-25 21:27 Vincent Li
2020-06-28  6:41 ` Jason Wang [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=1a367938-b139-ac67-47ec-5600f1b5344f@redhat.com \
    --to=jasowang@redhat.com \
    --cc=dev@dpdk.org \
    --cc=maxime.coquelin@redhat.com \
    --cc=vincent.mc.li@gmail.com \
    --cc=xiaolong.ye@intel.com \
    --cc=zhihong.wang@intel.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).