From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id C56E21B1F9; Fri, 10 Nov 2017 03:15:54 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 09 Nov 2017 18:15:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,371,1505804400"; d="scan'208";a="384076" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.224.59]) ([10.241.224.59]) by FMSMGA003.fm.intel.com with ESMTP; 09 Nov 2017 18:15:52 -0800 To: "Xing, Beilei" , "Li, Xiaoyun" , "Wu, Jingjing" Cc: "dev@dpdk.org" , "stable@dpdk.org" References: <1510209014-184925-1-git-send-email-xiaoyun.li@intel.com> <94479800C636CB44BD422CB454846E0132068313@SHSMSX101.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: <7224ae1d-c2eb-6235-36e2-425e30f58270@intel.com> Date: Thu, 9 Nov 2017 18:15:52 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <94479800C636CB44BD422CB454846E0132068313@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] net/i40e: fix VF cannot forward packets 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: Fri, 10 Nov 2017 02:15:55 -0000 On 11/9/2017 12:33 AM, Xing, Beilei wrote: >> -----Original Message----- >> From: Li, Xiaoyun >> Sent: Thursday, November 9, 2017 2:30 PM >> To: Wu, Jingjing ; Xing, Beilei >> Cc: dev@dpdk.org; Li, Xiaoyun ; stable@dpdk.org >> Subject: [PATCH] net/i40e: fix VF cannot forward packets issue >> >> When Rx interrupt is not enabled, there is no need to check if interrupt allow >> others. It will cause VF cannot forwarding packets issue. This patch fixes this >> issue. >> >> Fixes: 96a9fd03c25f ("net/i40e: fix Rx queue interrupt mapping in VF") >> Cc: stable@dpdk.org >> >> Signed-off-by: Xiaoyun Li > Acked-by: Beilei Xing Applied to dpdk-next-net/master, thanks.