Re: [dpdk-dev] [PATCH] app/testpmd: fix the sample RSS issue

2021-01-28 Thread Ferruh Yigit
On 1/26/2021 3:49 AM, Jiawei Wang wrote: When the RSS with null key was set in sample actions list, it caused the segmentation fault since the RSS key pointer was NULL while did the memory copy. This patch adds the RSS key NULL pointer checking before copying to fix the segmentation fault issue.

[dpdk-dev] [PATCH] app/testpmd: fix the sample RSS issue

2021-01-25 Thread Jiawei Wang
When the RSS with null key was set in sample actions list, it caused the segmentation fault since the RSS key pointer was NULL while did the memory copy. This patch adds the RSS key NULL pointer checking before copying to fix the segmentation fault issue. Fixes: 11b1b0eddade ("app/testpmd: suppor