Re: [dpdk-dev] [PATCH v9 16/18] examples/distributor: give Rx thread a core

2017-03-14 Thread Hunt, David
On 10/3/2017 4:51 PM, Bruce Richardson wrote: On Mon, Mar 06, 2017 at 09:10:31AM +, David Hunt wrote: This so that with the increased amount of stats we are counting, we don't interfere with the rx core. Where are the stats being counted in the current code and how would they interfere?

Re: [dpdk-dev] [PATCH v9 16/18] examples/distributor: give Rx thread a core

2017-03-10 Thread Bruce Richardson
On Mon, Mar 06, 2017 at 09:10:31AM +, David Hunt wrote: > This so that with the increased amount of stats we are counting, > we don't interfere with the rx core. > Where are the stats being counted in the current code and how would they interfere? /Bruce

[dpdk-dev] [PATCH v9 16/18] examples/distributor: give Rx thread a core

2017-03-06 Thread David Hunt
This so that with the increased amount of stats we are counting, we don't interfere with the rx core. Signed-off-by: David Hunt --- examples/distributor/main.c | 50 ++--- 1 file changed, 34 insertions(+), 16 deletions(-) diff --git a/examples/distributor