[dpdk-dev] [PATCH 4/6] testpmd: handle all rxqs in rss setup

2016-06-03 Thread Wang, Zhihong
e: [dpdk-dev] [PATCH 4/6] testpmd: handle all rxqs in rss setup > > > > > -Original Message- > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > Sent: Wednesday, May 25, 2016 5:42 PM > > To: Wang, Zhihong > > Cc: dev at dpdk.org; Anan

[dpdk-dev] [PATCH 4/6] testpmd: handle all rxqs in rss setup

2016-05-26 Thread Wang, Zhihong
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, May 25, 2016 5:42 PM > To: Wang, Zhihong > Cc: dev at dpdk.org; Ananyev, Konstantin ; > Richardson, Bruce ; De Lara Guarch, Pablo > > Subject: Re: [PATCH 4/6] testpmd: handle all rxqs

[dpdk-dev] [PATCH 4/6] testpmd: handle all rxqs in rss setup

2016-05-25 Thread Thomas Monjalon
2016-05-05 18:46, Zhihong Wang: > This patch removes constraints in rxq handling when multiqueue is enabled > to handle all the rxqs. > > Current testpmd forces a dedicated core for each rxq, some rxqs may be > ignored when core number is less than rxq number, and that causes confusion > and

[dpdk-dev] [PATCH 4/6] testpmd: handle all rxqs in rss setup

2016-05-05 Thread Zhihong Wang
This patch removes constraints in rxq handling when multiqueue is enabled to handle all the rxqs. Current testpmd forces a dedicated core for each rxq, some rxqs may be ignored when core number is less than rxq number, and that causes confusion and inconvenience. Signed-off-by: Zhihong Wang