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 3033E58CF for ; Fri, 2 Dec 2016 12:24:06 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 02 Dec 2016 03:24:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,729,1477983600"; d="scan'208";a="907949686" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by orsmga003.jf.intel.com with ESMTP; 02 Dec 2016 03:24:04 -0800 To: Wenzhuo Lu , dev@dpdk.org References: <1480637533-37425-1-git-send-email-wenzhuo.lu@intel.com> <1480637533-37425-12-git-send-email-wenzhuo.lu@intel.com> Cc: Qi Zhang From: Ferruh Yigit Message-ID: <7b6868bc-81c0-4e65-5401-57dc52b84767@intel.com> Date: Fri, 2 Dec 2016 11:24:03 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: <1480637533-37425-12-git-send-email-wenzhuo.lu@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 11/31] net/i40e: fix VF reset flow 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: Fri, 02 Dec 2016 11:24:06 -0000 On 12/2/2016 12:11 AM, Wenzhuo Lu wrote: > Add missing step during VF reset: PF should > set I40E_VFGEN_RSTAT to ACTIVE at end of the > VF reset operation or VF driver may not able > to detect that reset is already completed. > This patch also remove the uneccessary enum s/uneccessary/unnecessary > for vfr state. > > Fixes: 4861cde46116 ("i40e: new poll mode driver") > missing cc, yes this is very new J CC: stable@dpdk.org > Signed-off-by: Qi Zhang <...>