Re: [dpdk-dev] [PATCH] app/testpmd: distribute queues to cores

2018-07-12 Thread Thomas Monjalon
14/06/2018 12:51, Bruce Richardson: > On Sat, May 26, 2018 at 11:15:20PM +0800, Xueming Li wrote: > > Current topology distribute forwarding streams to lcores by port, this > > make unbalanced loading when port number larger than 2: > > lcore 0: P0Q0->P1Q0, P0Q1->P1Q1 > > locre 1: P1Q0->P0Q

Re: [dpdk-dev] [PATCH] app/testpmd: distribute queues to cores

2018-06-14 Thread Bruce Richardson
On Sat, May 26, 2018 at 11:15:20PM +0800, Xueming Li wrote: > Current topology distribute forwarding streams to lcores by port, this > make unbalanced loading when port number larger than 2: > lcore 0: P0Q0->P1Q0, P0Q1->P1Q1 > locre 1: P1Q0->P0Q0, P1Q1->P0Q1 > If only one port has traff

[dpdk-dev] [PATCH] app/testpmd: distribute queues to cores

2018-05-26 Thread Xueming Li
Current topology distribute forwarding streams to lcores by port, this make unbalanced loading when port number larger than 2: lcore 0: P0Q0->P1Q0, P0Q1->P1Q1 locre 1: P1Q0->P0Q0, P1Q1->P0Q1 If only one port has traffic, only one locre get fully loaded and the other one get no forwa