DPDK usage discussions
 help / color / mirror / Atom feed
From: tom.barbette@ulg.ac.be
To: users@dpdk.org
Subject: [dpdk-users] Multiple (uncooperative) DPDK process
Date: Fri, 27 Nov 2015 12:20:30 +0100 (CET)	[thread overview]
Message-ID: <1776090861.33566100.1448623230858.JavaMail.zimbra@ulg.ac.be> (raw)
In-Reply-To: <1773807014.33559428.1448622341610.JavaMail.zimbra@ulg.ac.be>

Hi all,

I'd like to run multiple DPDK application on the same host, without virtualization (no QEMU/KVM). A "dispatcher" application will run as a primary process and send packets to multiple other application running as secondary process (NFV applications). I found out that DPDK Rings are probably my best choice for that (do you agree by the way?)

For the example, let the "dispatcher" application be OVS-DPDK, which will be the primary process, it will allocate a mempool with some random name (->no standard way to define it).

I'll create a ring in OVS, and I'd like my NFV applications to connect to those rings. But they don't know the name of the mempool, as my application are independent. Moreover, OVS is just an example and other applications I'd like to use could even not specify a name (with OVS, we can at least recover the name, but it's not very "clean").

Is there a clean solution for that problem? Should OVS-DPDK allow to pass a mempool name in argument? Or should I use rte_mempool_walk and attach myself to the first mempool I get?

Thanks !

Tom

           reply	other threads:[~2015-11-27 11:20 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1773807014.33559428.1448622341610.JavaMail.zimbra@ulg.ac.be>]

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=1776090861.33566100.1448623230858.JavaMail.zimbra@ulg.ac.be \
    --to=tom.barbette@ulg.ac.be \
    --cc=users@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).