DPDK patches and discussions
 help / color / mirror / Atom feed
From: 최익성 <pnk003@naver.com>
To: dev@dpdk.org
Subject: [dpdk-dev]  How can I run load balancer to configure the example figure 18.5 ?
Date: Wed, 11 Nov 2015 16:10:18 +0900 (KST)	[thread overview]
Message-ID: <e36e4881d5549897cf896683657cd4@cweb02.nm.nhnsystem.com> (raw)

Dear DPDK experts.
 
Thank you very much for your best great efforts and precious answers.
 
I have a question about execution option for load balancer in ~/dpdk/examples/load_balancer/ 
 
 
How can I run load balancer to configure the figure 18.5 in the http://dpdk.org/doc/guides/sample_app_ug/load_balancer.html ?
 
Is the following command right?
 
load_balancer -c 0xf8 -n 4 -- --rx "(0,0,0),(1,1,0),(2,2,1),(3,3,1)," --tx "(0,0),(1,0),(2,1),(3,1)" --w "0,1,2,3" --lpm "1.0.0.0/24=&gt;0; 1.0.1.0/24=&gt;1;1.0.2.0/24=&gt;2;1.0.3.0/24=&gt;3; " --pos-lb 29
 
or Should I run the following command?
 
load_balancer -c 0xf8 -n 4 -- --rx "(0,0,0),(1,0,0),(2,1,1),(3,1,1)," --tx "(0,0),(1,0),(2,1),(3,1)" --w "0,1,2,3" --lpm "1.0.0.0/24=&gt;0; 1.0.1.0/24=&gt;1;1.0.2.0/24=&gt;2;1.0.3.0/24=&gt;3; " --pos-lb 29
 
Would you check -rx option and -w option ?
 
 
Are the other queues (between rx core and worker, between worker and tx core, between tx core and NIC) configured automatically?
 
 
Thank you very much.
 
Sincerely Yours,
 
Ick-Sung Choi.


                 reply	other threads:[~2015-11-11  7:10 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=e36e4881d5549897cf896683657cd4@cweb02.nm.nhnsystem.com \
    --to=pnk003@naver.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).