From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6868B11D4; Wed, 30 Aug 2017 16:04:28 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Aug 2017 07:04:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,448,1498546800"; d="scan'208";a="143694985" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by orsmga005.jf.intel.com with ESMTP; 30 Aug 2017 07:04:26 -0700 To: Beilei Xing , jingjing.wu@intel.com Cc: dev@dpdk.org, stable@dpdk.org References: <1504031673-65363-1-git-send-email-beilei.xing@intel.com> From: Ferruh Yigit Message-ID: Date: Wed, 30 Aug 2017 15:04:25 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1504031673-65363-1-git-send-email-beilei.xing@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] net/i40e: fix VF device stop issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2017 14:04:29 -0000 On 8/29/2017 7:34 PM, Beilei Xing wrote: > i40e HW date is gotten wrongly in i40evf_dev_stop > function, it may cause device can't be stopped. > This patch is to fix the issue. > > Fixes: 185993420249 ("net/i40e: fix VF add/del MAC") > Cc: stable@dpdk.org > > Signed-off-by: Beilei Xing Applied to dpdk-next-net/master, thanks.