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

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Jun 30 19:23:55 CEST 2016


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: f2bb7ae1d204 ("app/testpmd: handle all Rx queues in RSS setup")
> > 
> > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
> 
> Tested with:
>  - coremask allowing to use 12 cores for 4 txqs and 4 rxqs.
>  - coremask allowing to use 12 cores for 6 txqs and 6 rxqs.
>  - coremask allowing to use 12 cores for 8 txqs and 8 rxqs.
> 
> It fixes the issue.
> 
> Tested-by: Nelio Laranjeiro <nelio.laranjeiro at 6wind.com> 

Applied, thanks


More information about the dev mailing list