DPDK patches and discussions
 help / color / mirror / Atom feed
From: Vincent Li <vincent.mc.li@gmail.com>
To: dev@dpdk.org
Cc: Maxime Coquelin <maxime.coquelin@redhat.com>,
	 Zhihong Wang <zhihong.wang@intel.com>,
	Xiaolong Ye <xiaolong.ye@intel.com>
Subject: [dpdk-dev] DPDK Virtio PMD RX RSS support?
Date: Thu, 25 Jun 2020 21:27:25 +0000 (UTC)	[thread overview]
Message-ID: <alpine.DEB.2.21.2006252127160.8180@r220> (raw)


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 ?

Regards,

Vincent
 


             reply	other threads:[~2020-06-25 21:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-25 21:27 Vincent Li [this message]
2020-06-28  6:41 ` Jason Wang

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=alpine.DEB.2.21.2006252127160.8180@r220 \
    --to=vincent.mc.li@gmail.com \
    --cc=dev@dpdk.org \
    --cc=maxime.coquelin@redhat.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).