Re: [dpdk-dev] [PATCH v3] examples/l3fwd: pass flow arguments when start app

2017-10-24 Thread Thomas Monjalon
24/10/2017 03:38, Wu, Jingjing: > From: Li, Xiaoyun > > To make the performance can be tuning on different NICs or platforms. We > > need to make the number of descriptors as arguments when starting l3fwd > > application. > > > > Signed-off-by: Xiaoyun Li > > Agree to this change. > > Reviewed-

Re: [dpdk-dev] [PATCH v3] examples/l3fwd: pass flow arguments when start app

2017-10-23 Thread Wu, Jingjing
> -Original Message- > From: Li, Xiaoyun > Sent: Wednesday, October 18, 2017 3:12 PM > To: Wu, Jingjing > Cc: dev@dpdk.org; Li, Xiaoyun > Subject: [PATCH v3] examples/l3fwd: pass flow arguments when start app > > To make the performance can be tuning on different NICs or platforms. We

[dpdk-dev] [PATCH v3] examples/l3fwd: pass flow arguments when start app

2017-10-18 Thread Xiaoyun Li
To make the performance can be tuning on different NICs or platforms. We need to make the number of descriptors as arguments when starting l3fwd application. Signed-off-by: Xiaoyun Li --- v3 *Delete added Rx/Tx threshold arguments. v2 * Modify commit log. * Update the change in guides doc. doc