From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/i40e: fixed return value check for hash Date: Fri, 30 Nov 2018 15:56:38 +0000 Message-ID: References: <20181130090558.138561-1-qiming.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: Qiming Yang , dev@dpdk.org Return-path: In-Reply-To: <20181130090558.138561-1-qiming.yang@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/30/2018 9:05 AM, Qiming Yang wrote: > RSS hash configure get API didn't check the return value. > Will return sucess even get RSS hash key failed. This patch > fixed teh issue. > > Fixes: d0a349409bd7 ("i40e: support AQ based RSS config") > Cc: stable@dpdk.org > > Signed-off-by: Qiming Yang Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.