Re: [dpdk-dev] [PATCH v9 15/18] examples/distributor: limit number of Tx rings

2017-03-14 Thread Hunt, David
On 10/3/2017 4:50 PM, Bruce Richardson wrote: On Mon, Mar 06, 2017 at 09:10:30AM +, David Hunt wrote: Signed-off-by: David Hunt --- Please explain reason for change. /Bruce I've re-worked this change, as it's mostly do to with performance, resulting in about 10% gain. The number of Tx

Re: [dpdk-dev] [PATCH v9 15/18] examples/distributor: limit number of Tx rings

2017-03-10 Thread Bruce Richardson
On Mon, Mar 06, 2017 at 09:10:30AM +, David Hunt wrote: > Signed-off-by: David Hunt > --- Please explain reason for change. /Bruce

[dpdk-dev] [PATCH v9 15/18] examples/distributor: limit number of Tx rings

2017-03-06 Thread David Hunt
Signed-off-by: David Hunt --- examples/distributor/main.c | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/examples/distributor/main.c b/examples/distributor/main.c index e9ebe5e..cf2e826 100644 --- a/examples/distributor/main.c +++ b/examples/distribut