DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev]  How can I run load balancer to configure the example figure 18.5 ?
@ 2015-11-11  7:10 최익성
  0 siblings, 0 replies; only message in thread
From: 최익성 @ 2015-11-11  7:10 UTC (permalink / raw)
  To: dev

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=>0; 1.0.1.0/24=>1;1.0.2.0/24=>2;1.0.3.0/24=>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=>0; 1.0.1.0/24=>1;1.0.2.0/24=>2;1.0.3.0/24=>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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-11  7:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-11  7:10 [dpdk-dev] How can I run load balancer to configure the example figure 18.5 ? 최익성

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).