[dpdk-dev] [PATCH] app/testpmd: limit number of forwarding cores

2016-06-30 Thread Thomas Monjalon
2016-06-28 10:41, N?lio Laranjeiro: > On Mon, Jun 27, 2016 at 11:35:19PM +0100, Pablo de Lara wrote: > > Number of forwarding cores must be equal or less than > > number of forwarding streams, otherwise two cores > > would try to use a same queue on a port, which is not allowed. > > > > Fixes: f2b

[dpdk-dev] [PATCH] app/testpmd: limit number of forwarding cores

2016-06-28 Thread Nélio Laranjeiro
On Mon, Jun 27, 2016 at 11:35:19PM +0100, Pablo de Lara wrote: > Number of forwarding cores must be equal or less than > number of forwarding streams, otherwise two cores > would try to use a same queue on a port, which is not allowed. > > Fixes: f2bb7ae1d204 ("app/testpmd: handle all Rx queues in

[dpdk-dev] [PATCH] app/testpmd: limit number of forwarding cores

2016-06-28 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Monday, June 27, 2016 11:35 PM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH] app/testpmd: limit number of forwarding cores > &

[dpdk-dev] [PATCH] app/testpmd: limit number of forwarding cores

2016-06-27 Thread Pablo de Lara
Number of forwarding cores must be equal or less than number of forwarding streams, otherwise two cores would try to use a same queue on a port, which is not allowed. Fixes: f2bb7ae1d204 ("app/testpmd: handle all Rx queues in RSS setup") Signed-off-by: Pablo de Lara --- app/test-pmd/config.c |