DPDK patches and discussions
 help / color / mirror / Atom feed
From: Victor Detoni <victordetoni@gmail.com>
To: dev@dpdk.org
Subject: [dpdk-dev] l3fwd performance drops with +3 rx cores
Date: Sat, 17 Oct 2015 15:43:37 -0300	[thread overview]
Message-ID: <CANpwN=u=SUU1Soy5rktW0OnCaJirj_pXsmhk_XDeiw6au9QaNg@mail.gmail.com> (raw)

hi guys,

I'm trying l3fwd to use all of my 8 cores to reach better distributed
performance, but I could reach only 3 cores with 2 ports.

My environment is vmware 6.0 with vmxnet3 (vmware driver) and my processor
is E5-2420-v2. My virtual machine has 8 cores and 6GB of memory.

Please, I'd ike to know if is it possible to use all of my cores on rx
queues?

When I use below command, it works fine, reaching 1.3Mpps:

./l3fwd -c 0xff -n 1 -- -p 0x3 --config=(0,0,0),(0,1,1),(1,0,2)"

If I use ./l3fwd -c 0xff -n 1 -- -p 0x3
--config=(0,0,0),(0,1,1),(0,2,2),(1,0,3)" the program shows the below error:

Case: rte_eth_dev_start: err=-1, port=0

if I use ./l3fwd -c 0xff -n 1 -- -p 0x3
--config=(0,0,0),(0,1,1),(0,2,2),(0,3,3),(1,0,4)" the program works, but
reach only 800kpps

My virtual machine has 1 node (node 0) on numa support.

Please, Someone knows why is it impossible to reach 1.3Mpps with +4 cores
on rx queues?


thanks
Victor

                 reply	other threads:[~2015-10-17 18:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='CANpwN=u=SUU1Soy5rktW0OnCaJirj_pXsmhk_XDeiw6au9QaNg@mail.gmail.com' \
    --to=victordetoni@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).