From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH v3] net/i40e: fix PF notify issue when VF is not up Date: Fri, 18 Aug 2017 17:22:32 +0100 Message-ID: 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> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "Wu, Jingjing" , "dev@dpdk.org" , "stable@dpdk.org" To: "Xing, Beilei" , "Li, Xiaoyun" Return-path: In-Reply-To: <94479800C636CB44BD422CB454846E0132005099@SHSMSX101.ccr.corp.intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 :) )