Re: [dpdk-dev] [PATCH v1] app/testpmd: set default RSS key as NULL

2018-11-14 Thread Zhao1, Wei
> -Original Message- > From: Ophir Munk [mailto:ophi...@mellanox.com] > Sent: Wednesday, November 14, 2018 5:20 PM > To: Zhao1, Wei ; Lu, Wenzhuo > ; Wu, Jingjing ; Iremonger, > Bernard ; dev@dpdk.org; Peng, Yuan > > Cc: Asaf Penso ; Shahaf Shuler > ; Thomas Monjalon ; > Olga Shern ; Yo

Re: [dpdk-dev] [PATCH v1] app/testpmd: set default RSS key as NULL

2018-11-14 Thread Ophir Munk
Hi Zhao, The patch which causes your crash is already reverted (see [1]). You can find it with head of next-net or in RC3 (once it is issued). Please re-test your case after applying the reverting patch. Regards, Ophir [1] Commit 8773db152033 ("app/testpmd: revert setting default RSS") > -O

Re: [dpdk-dev] [PATCH v1] app/testpmd: set default RSS key as NULL

2018-11-13 Thread Zhao1, Wei
Hi, Ophir Munk Peng yuan has find this problem with patch , if you use the following test step, You will find the problem. She is using i40e nic. ./x86_64-native-linuxapp-gcc/app/testpmd -c 1 -n 4 - -i --nb-cores=8 --rxq=4 --txq=4 --port-topology=chained ... testpmd> st

Re: [dpdk-dev] [PATCH v1] app/testpmd: set default RSS key as NULL

2018-11-05 Thread Ferruh Yigit
On 11/3/2018 3:54 PM, Ophir Munk wrote: > When creating an RSS rule without specifying a key (see [1]) it is > expected that the device will use the default key. > A NULL key is uded to indicate to a PMD it should use > its default key, however testpmd assigns a non-NULL dummy key > (see [2]) inste