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 02356A04B5; Fri, 11 Sep 2020 11:04:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 712371BF90; Fri, 11 Sep 2020 11:04:26 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 19952E07 for ; Fri, 11 Sep 2020 11:04:24 +0200 (CEST) IronPort-SDR: Gs9epVWs+V9TGJoG9gAj6awaeryKFDOkyyiCQysP2qMJSAa3MY8Q2xgE7hr7WilSoc9kDC1TTR g/nRX/NpEEKw== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="222921809" X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="222921809" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2020 02:04:22 -0700 IronPort-SDR: ORNO6Am4DKAKQSRHkk+Qb6EDXSkWXfc9cEdHQ10ZMebNg5ThLfF1yy+u6i30SbpCx8ZolvNVQv tZDRJL0ALZQQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="329698614" Received: from irsmsx606.ger.corp.intel.com ([163.33.146.139]) by fmsmga004.fm.intel.com with ESMTP; 11 Sep 2020 02:04:21 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by IRSMSX606.ger.corp.intel.com (163.33.146.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 11 Sep 2020 10:04:20 +0100 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Fri, 11 Sep 2020 17:04:17 +0800 From: "Zhang, Qi Z" To: "Yang, SteveX" , "dev@dpdk.org" CC: "Yang, Qiming" , "Wu, Jingjing" , "Xing, Beilei" , "Yang, SteveX" , "Yigit, Ferruh" Thread-Topic: [dpdk-dev] [PATCH v3 5/6] net/iavf: fix multiple interrupts for VF Thread-Index: AQHWgo+cCWJUrLvpcEStUO4jhzpboqljL6Xw Date: Fri, 11 Sep 2020 09:04:17 +0000 Message-ID: References: <20200827011410.18401-1-stevex.yang@intel.com> <20200904072907.10648-1-stevex.yang@intel.com> <20200904072907.10648-6-stevex.yang@intel.com> In-Reply-To: <20200904072907.10648-6-stevex.yang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.108.32.68] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 5/6] net/iavf: fix multiple interrupts 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" > -----Original Message----- > From: dev On Behalf Of SteveX Yang > Sent: Friday, September 4, 2020 3:29 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Wu, Jingjing > ; Xing, Beilei ; Yang, Stev= eX > > Subject: [dpdk-dev] [PATCH v3 5/6] net/iavf: fix multiple interrupts for = VF >=20 > Interrupt mapping should be 1:n queue(s).This patch fixes the logic of in= terrupt > bind by code reconstruction. >=20 > Fixes: 69dd4c3d0898 ("net/avf: enable queue and device") >=20 > Signed-off-by: SteveX Yang The patch has been reverted from dpdk-next-net-intel, since it's not necess= ary.