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 122E07D3F; Fri, 18 Aug 2017 18:22:35 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Aug 2017 09:22:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,393,1498546800"; d="scan'208";a="301850643" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by fmsmga004.fm.intel.com with ESMTP; 18 Aug 2017 09:22:33 -0700 To: "Xing, Beilei" , "Li, Xiaoyun" Cc: "Wu, Jingjing" , "dev@dpdk.org" , "stable@dpdk.org" References: <1502780789-17352-1-git-send-email-xiaoyun.li@intel.com> <1502782776-18669-1-git-send-email-xiaoyun.li@intel.com> <94479800C636CB44BD422CB454846E0132005099@SHSMSX101.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: Date: Fri, 18 Aug 2017 17:22:32 +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: <94479800C636CB44BD422CB454846E0132005099@SHSMSX101.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v3] net/i40e: fix PF notify issue when VF is 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: Fri, 18 Aug 2017 16:22:36 -0000 On 8/15/2017 10:06 AM, Xing, Beilei wrote: > > >> -----Original Message----- >> From: Li, Xiaoyun >> Sent: Tuesday, August 15, 2017 3:40 PM >> To: Xing, Beilei >> Cc: Wu, Jingjing ; dev@dpdk.org; Li, Xiaoyun >> ; stable@dpdk.org >> Subject: [PATCH v3] net/i40e: fix PF notify issue when VF is not up >> >> This patch stops PF from sending message to VF when VF's admin queue isn't >> enabled, namely VF isn't up. >> >> Fixes: 4861cde46116 ("i40e: new poll mode driver") >> Cc: stable@dpdk.org >> >> Signed-off-by: Xiaoyun Li > > Acked-by: Beilei Xing Applied to dpdk-next-net/master, thanks. (again :) )