From: Jonatan Langlet <jonatanlanglet@gmail.com>
To: dev@dpdk.org
Subject: [dpdk-dev] Multiple cores for DPDK behind SmartNIC
Date: Mon, 27 Apr 2020 14:49:36 +0200 [thread overview]
Message-ID: <CA+BBBUMAFqCAQT2bEWPUZXd1Zhc9BWFhPeHHdFTh3HmCxesMsQ@mail.gmail.com> (raw)
Hi group,
We are building a setup with DPDK bound to VF ports of a Netronome Agilio
CX 2x40 (NFP4000) SmartNIC.
Netronome does some P4 processing of packets, and forwards through SR-IOV
to host where dpdk will continue processing.
My problem: in DPDK I can not allocate more than a single RX-queue to the
ports.
Multiple dpdk processes can not pull from the same queue, which means that
my dpdk setup only works with a single core.
Binding dpdk to PF ports on a simple Intel 2x10G NIC works without a
problem, multiple RX-queues (and hence multiple cores) work fine.
I bind dpdk to Netronome VF ports with the igb_uio driver.
I have seen vfio-pci mentioned, would using this driver allow multiple
RX-queues? We had some problems using this driver, which is why it has not
yet been tested.
If you need more information, I will be happy providing it
Thanks,
Jonatan
next reply other threads:[~2020-05-04 17:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-27 12:49 Jonatan Langlet [this message]
2020-05-05 9:08 ` Gaëtan Rivet
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=CA+BBBUMAFqCAQT2bEWPUZXd1Zhc9BWFhPeHHdFTh3HmCxesMsQ@mail.gmail.com \
--to=jonatanlanglet@gmail.com \
--cc=dev@dpdk.org \
/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).