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 3648358CB; Mon, 31 Jul 2017 16:41:44 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jul 2017 07:41:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,442,1496127600"; d="scan'208";a="113920807" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by orsmga004.jf.intel.com with ESMTP; 31 Jul 2017 07:41:42 -0700 To: "Wu, Jingjing" , "Li, Xiaoyun" Cc: "dev@dpdk.org" , "stable@dpdk.org" References: <1501241979-15767-1-git-send-email-xiaoyun.li@intel.com> <1501256891-38849-1-git-send-email-xiaoyun.li@intel.com> <9BB6961774997848B5B42BEC655768F810DD996F@SHSMSX103.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: Date: Mon, 31 Jul 2017 15:41:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <9BB6961774997848B5B42BEC655768F810DD996F@SHSMSX103.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] net/i40e: fix PF notify issue when VF not up 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: Mon, 31 Jul 2017 14:41:44 -0000 On 7/31/2017 3:50 AM, Wu, Jingjing wrote: > > >> -----Original Message----- >> From: Li, Xiaoyun >> Sent: Friday, July 28, 2017 11:48 PM >> To: Wu, Jingjing >> Cc: dev@dpdk.org; Li, Xiaoyun ; stable@dpdk.org >> Subject: [PATCH v3] net/i40e: fix PF notify issue when VF not up >> >> This patch stops PF from sending messages to inactive VF >> and modifies VF state to active when VF reset is completed. >> >> Fixes: 4861cde46116 ("i40e: new poll mode driver") >> Cc: stable@dpdk.org >> >> Signed-off-by: Xiaoyun Li > Acked-by: Jingjing Wu Applied to dpdk-next-net/master, thanks.