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 7DC2EA0521 for ; Thu, 23 Jul 2020 14:40:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6889F1BFFD; Thu, 23 Jul 2020 14:40:52 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id B8E4D1BFFD; Thu, 23 Jul 2020 14:40:50 +0200 (CEST) IronPort-SDR: tWGeqKaSNKXpPxKMCjbZQuqpmwr2W1epExPAKdUss2IgSvAI/gdEPgacnLtWOvFASgeDoPqZsq AiQOFzQPR7Xg== X-IronPort-AV: E=McAfee;i="6000,8403,9690"; a="212053442" X-IronPort-AV: E=Sophos;i="5.75,386,1589266800"; d="scan'208";a="212053442" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jul 2020 05:40:49 -0700 IronPort-SDR: xofGZH9/VixwD5FRH4Ah8nKY5tw5HSSIZOwSSk/gUTiKvSHw1rKQUaccu4YFUSH4bfxsM+3ytb RaQS5hctw2Cw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,386,1589266800"; d="scan'208";a="311010887" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga004.fm.intel.com with ESMTP; 23 Jul 2020 05:40:49 -0700 Received: from fmsmsx611.amr.corp.intel.com (10.18.126.91) 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:49 -0700 Received: from fmsmsx611.amr.corp.intel.com (10.18.126.91) by fmsmsx611.amr.corp.intel.com (10.18.126.91) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 23 Jul 2020 05:40:48 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx611.amr.corp.intel.com (10.18.126.91) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Thu, 23 Jul 2020 05:40:48 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.135]) with mapi id 14.03.0439.000; Thu, 23 Jul 2020 20:40:45 +0800 From: "Zhang, Qi Z" To: "Jiang, MaoX" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH v4 2/2] net/i40e: fix fdir allocating msix resource error Thread-Index: AQHWYKrWfC0BaW4HrkGOArewRD3nTqkVG4ZA Date: Thu, 23 Jul 2020 12:40:45 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154864F64@SHSMSX103.ccr.corp.intel.com> References: <20200722175738.32490-2-maox.jiang@intel.com> <20200723161152.7791-1-maox.jiang@intel.com> In-Reply-To: <20200723161152.7791-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-stable] [PATCH v4 2/2] net/i40e: fix fdir allocating msix resource error X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" > -----Original Message----- > From: Jiang, MaoX > Sent: Friday, July 24, 2020 12:12 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org; stable@dpdk.org; Jiang, MaoX > Subject: [PATCH v4 2/2] net/i40e: fix fdir allocating msix resource error >=20 > Fdir allocating msix resource is not strictly necessary, if no resource l= eft, jump > the error. >=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