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 8049AA0521; Thu, 23 Jul 2020 14:40:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1D8631C000; Thu, 23 Jul 2020 14:40:27 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 8837C1BFE9; Thu, 23 Jul 2020 14:40:25 +0200 (CEST) IronPort-SDR: S9n/Fslav7EMUZkdrqsYYzPmUXUvR2PoCRCyOTeq8uTbxyPB7zEHibM3rzxZpyv1vIX7/8SLxA oMJBC4Zwu8/A== X-IronPort-AV: E=McAfee;i="6000,8403,9690"; a="149688184" X-IronPort-AV: E=Sophos;i="5.75,386,1589266800"; d="scan'208";a="149688184" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jul 2020 05:40:24 -0700 IronPort-SDR: 9r4j0wjT1Y2hKlRYehS49cMjuTrbsj3WofDBHfnvF72kdWDOdQdNHpgcwk5Pg9nWw7y6p7k40E hg3A0/6Jz+pw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,386,1589266800"; d="scan'208";a="311010842" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga004.fm.intel.com with ESMTP; 23 Jul 2020 05:40:24 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 23 Jul 2020 05:40:23 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 23 Jul 2020 05:40:22 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by shsmsx102.ccr.corp.intel.com ([169.254.2.43]) with mapi id 14.03.0439.000; Thu, 23 Jul 2020 20:40:19 +0800 From: "Zhang, Qi Z" To: "Jiang, MaoX" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH v4 1/2] net/i40e: fix binding interrupt without msix vectors Thread-Index: AQHWYKRQ92LjsWC3ik6YW/tbkfcDXqkVG26g Date: Thu, 23 Jul 2020 12:40:18 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154864F59@SHSMSX103.ccr.corp.intel.com> References: <20200722175738.32490-1-maox.jiang@intel.com> <20200723152711.7591-1-maox.jiang@intel.com> In-Reply-To: <20200723152711.7591-1-maox.jiang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 1/2] net/i40e: fix binding interrupt without msix vectors 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: Jiang, MaoX > Sent: Thursday, July 23, 2020 11:27 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; stable@dpdk.org; Jiang, MaoX > Subject: [PATCH v4 1/2] net/i40e: fix binding interrupt without msix vect= ors >=20 > The value of vsi->nb_msix shouldn`t be zero, otherwise, all of interrupts= will be > bind to vector 0. >=20 > Fixes: 4861cde461 (i40e: new poll mode driver) > Cc: stable@dpdk.org >=20 > Signed-off-by: Jiang Mao Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi