Re: [dpdk-dev] [PATCH v2] app/testpmd: add cmdline option to set Rx mq mode

2020-05-06 Thread Ferruh Yigit
On 5/6/2020 5:04 PM, Xiaoyu Min wrote: > On Wed, 20-05-06, 10:36, Ferruh Yigit wrote: >> On 5/6/2020 3:52 AM, Xiaoyu Min wrote: >>> On Tue, 20-05-05, 17:06, Ferruh Yigit wrote: On 4/30/2020 2:07 PM, Xiaoyu Min wrote: > One new cmdline option `--rx-mq-mode` is added in order to have the >>>

Re: [dpdk-dev] [PATCH v2] app/testpmd: add cmdline option to set Rx mq mode

2020-05-06 Thread Xiaoyu Min
On Wed, 20-05-06, 10:36, Ferruh Yigit wrote: > On 5/6/2020 3:52 AM, Xiaoyu Min wrote: > > On Tue, 20-05-05, 17:06, Ferruh Yigit wrote: > >> On 4/30/2020 2:07 PM, Xiaoyu Min wrote: > >>> One new cmdline option `--rx-mq-mode` is added in order to have the > >>> possibility to check whether PMD handle

Re: [dpdk-dev] [PATCH v2] app/testpmd: add cmdline option to set Rx mq mode

2020-05-06 Thread Ferruh Yigit
On 5/6/2020 3:52 AM, Xiaoyu Min wrote: > On Tue, 20-05-05, 17:06, Ferruh Yigit wrote: >> On 4/30/2020 2:07 PM, Xiaoyu Min wrote: >>> One new cmdline option `--rx-mq-mode` is added in order to have the >>> possibility to check whether PMD handle the mq mode correctly or not. >>> >>> The reason is so

Re: [dpdk-dev] [PATCH v2] app/testpmd: add cmdline option to set Rx mq mode

2020-05-05 Thread Xiaoyu Min
On Tue, 20-05-05, 17:06, Ferruh Yigit wrote: > On 4/30/2020 2:07 PM, Xiaoyu Min wrote: > > One new cmdline option `--rx-mq-mode` is added in order to have the > > possibility to check whether PMD handle the mq mode correctly or not. > > > > The reason is some NICs need to do different settings bas

Re: [dpdk-dev] [PATCH v2] app/testpmd: add cmdline option to set Rx mq mode

2020-05-05 Thread Ferruh Yigit
On 4/30/2020 2:07 PM, Xiaoyu Min wrote: > One new cmdline option `--rx-mq-mode` is added in order to have the > possibility to check whether PMD handle the mq mode correctly or not. > > The reason is some NICs need to do different settings based on different > RX mq mode, i.e RSS or not. > > With

Re: [dpdk-dev] [PATCH v2] app/testpmd: add cmdline option to set Rx mq mode

2020-04-30 Thread Iremonger, Bernard
> -Original Message- > From: Xiaoyu Min > Sent: Thursday, April 30, 2020 2:08 PM > To: Lu, Wenzhuo ; Wu, Jingjing > ; Iremonger, Bernard > ; Mcnamara, John > ; Kovacevic, Marko > > Cc: dev@dpdk.org > Subject: [PATCH v2] app/testpmd: add cmdline option to set Rx mq mode > > One new cmdlin

[dpdk-dev] [PATCH v2] app/testpmd: add cmdline option to set Rx mq mode

2020-04-30 Thread Xiaoyu Min
One new cmdline option `--rx-mq-mode` is added in order to have the possibility to check whether PMD handle the mq mode correctly or not. The reason is some NICs need to do different settings based on different RX mq mode, i.e RSS or not. With this support in testpmd, the above scenario can be te