From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4A294A054F; Tue, 18 Feb 2020 10:39:49 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7AA6D1BFF3; Tue, 18 Feb 2020 10:39:48 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A62911BFAE for ; Tue, 18 Feb 2020 10:39:47 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Feb 2020 01:39:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,456,1574150400"; d="scan'208";a="229426241" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by fmsmga008.fm.intel.com with ESMTP; 18 Feb 2020 01:39:45 -0800 Date: Tue, 18 Feb 2020 17:38:10 +0800 From: Ye Xiaolong To: "Zhang, Qi Z" Cc: "Wang, ShougangX" , "dev@dpdk.org" , "Yang, Qiming" Message-ID: <20200218093810.GB104429@intel.com> References: <20200217030935.3504-1-shougangx.wang@intel.com> <039ED4275CED7440929022BC67E70611547CD11B@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <039ED4275CED7440929022BC67E70611547CD11B@SHSMSX103.ccr.corp.intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix multiple interrupt for VF 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 02/18, Zhang, Qi Z wrote: > > >> -----Original Message----- >> From: Wang, ShougangX >> Sent: Monday, February 17, 2020 11:10 AM >> To: dev@dpdk.org >> Cc: Yang, Qiming ; Zhang, Qi Z >> ; Wang, ShougangX >> Subject: [PATCH] net/i40e: fix multiple interrupt for VF >> >> Interrupt mapping should be 1:n queue(s).This patch fixes the logic of interrupt >> bind by code reconstruction. >> >> Fixes: 6a6cf5f88b4a ("net/i40e: enable multi-queue Rx interrupt for VF") >> >> Signed-off-by: Shougang Wang > >Acked-by: Qi Zhang > Applied to dpdk-next-net-intel, Thanks.