From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP; 30 May 2016 09:31:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,390,1459839600"; d="scan'208";a="711138218" Received: from amotzhad-mobl2.ger.corp.intel.com ([10.252.31.137]) by FMSMGA003.fm.intel.com with SMTP; 30 May 2016 09:31:25 -0700 Received: by (sSMTP sendmail emulation); Mon, 30 May 2016 17:31:25 +0025 Date: Mon, 30 May 2016 17:31:25 +0100 From: Bruce Richardson To: Jingjing Wu Cc: helin.zhang@intel.com, dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <1462848719-22086-1-git-send-email-jingjing.wu@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2] i40evf: fix return value if command fails X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2016 16:31:29 -0000 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