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

2020-05-07 Thread Ferruh Yigit
On 5/7/2020 11:23 AM, Iremonger, Bernard wrote: > > Hi Xiaoyu, > >> -Original Message- >> From: Xiaoyu Min >> Sent: Thursday, May 7, 2020 1:52 AM >> To: Yigit, Ferruh ; Lu, Wenzhuo >> ; Wu, Jingjing ; Iremonger, >> Bernard ; Mcnamara, John >> ; Kovacevic, Marko >> >> Cc: dev@dpdk.org >>

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

2020-05-07 Thread Ferruh Yigit
On 5/7/2020 11:23 AM, Iremonger, Bernard wrote: > > Hi Xiaoyu, > >> -Original Message- >> From: Xiaoyu Min >> Sent: Thursday, May 7, 2020 1:52 AM >> To: Yigit, Ferruh ; Lu, Wenzhuo >> ; Wu, Jingjing ; Iremonger, >> Bernard ; Mcnamara, John >> ; Kovacevic, Marko >> >> Cc: dev@dpdk.org >>

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

2020-05-07 Thread Iremonger, Bernard
Hi Xiaoyu, > -Original Message- > From: Xiaoyu Min > Sent: Thursday, May 7, 2020 1:52 AM > To: Yigit, Ferruh ; Lu, Wenzhuo > ; Wu, Jingjing ; Iremonger, > Bernard ; Mcnamara, John > ; Kovacevic, Marko > > Cc: dev@dpdk.org > Subject: [PATCH v3] app/testpmd: add cmdline option to set Rx

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

2020-05-06 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