Re: [dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: fixed get RSS conf

2018-12-23 Thread Yang, Qiming
Thanks Ferruh, will fix in driver level and then send v2 later. -Original Message- From: Yigit, Ferruh Sent: Friday, December 21, 2018 10:26 PM To: Yang, Qiming ; dev@dpdk.org Cc: sta...@dpdk.org Subject: Re: [dpdk-stable] [PATCH] app/testpmd: fixed get RSS conf On 12/21/2018 1:01 PM, Qi

Re: [dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: fixed get RSS conf

2018-12-21 Thread Ferruh Yigit
On 12/21/2018 1:01 PM, Qiming Yang wrote: > I40e do not allow to get rss hena only, need to get rss > key meanwhile. i40e_get_rss_key() returns error if 'rss_conf.rss_key' is NULL, this patch is fixing the error case. But instead of fixing this in application level, it can be better to fix in dri