From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2] i40evf: fix return value if command fails Date: Mon, 30 May 2016 17:31:25 +0100 Message-ID: <20160530163124.GC24092@bricha3-MOBL3> References: <1462429374-17620-1-git-send-email-jingjing.wu@intel.com> <1462848719-22086-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: helin.zhang@intel.com, dev@dpdk.org To: Jingjing Wu Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id A829B37AA for ; Mon, 30 May 2016 18:31:28 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1462848719-22086-1-git-send-email-jingjing.wu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, May 10, 2016 at 10:51:59AM +0800, Jingjing Wu wrote: > Previously, if message is sent successfully, but no response is > received, function "i40evf_execute_vf_cmd" will return without error. > The root cause is value "err" is overwritten. This patch fixes it. > > Fixes: ae19955e7c86 ("i40evf: support reporting PF reset") > Signed-off-by: Jingjing Wu > --- Applied to dpdk-next-net/rel_16_07 /Bruce