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 E7669A00BE for ; Wed, 30 Oct 2019 04:03:04 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B8D511BEA8; Wed, 30 Oct 2019 04:03:04 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 90FE61BEA8; Wed, 30 Oct 2019 04:03:03 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Oct 2019 20:03:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,245,1569308400"; d="scan'208";a="211234202" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 29 Oct 2019 20:03:02 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 29 Oct 2019 20:03:01 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 29 Oct 2019 20:03:01 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.225]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.248]) with mapi id 14.03.0439.000; Wed, 30 Oct 2019 11:03:00 +0800 From: "Zhang, Qi Z" To: "Su, Simei" , "Xing, Beilei" , "Yang, Qiming" CC: "dev@dpdk.org" , "Ye, Xiaolong" , "stable@dpdk.org" Thread-Topic: [PATCH] net/ice: correct RSS types check error Thread-Index: AQHVjsyudb6JXT0NSk2KbzKujxbmhqdyfygw Date: Wed, 30 Oct 2019 03:02:58 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153DC031C@SHSMSX105.ccr.corp.intel.com> References: <1572403770-192432-1-git-send-email-simei.su@intel.com> In-Reply-To: <1572403770-192432-1-git-send-email-simei.su@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzBhYzU4ZjUtMTU5MS00ZDcwLWJkM2MtMTY1ZjQ3YjIwMjg5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicGNtVXRwUCtpRE5XWWhFaWdjMXI5dE45K3Uzb3RDelZKakZzWm9kMGFrQlBTemRzRGJBVEJETXZUVnhlWFkyKyJ9 x-ctpclassification: CTP_NT 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] net/ice: correct RSS types check 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: Su, Simei > Sent: Wednesday, October 30, 2019 10:50 AM > To: Zhang, Qi Z ; Xing, Beilei ; > Yang, Qiming > Cc: dev@dpdk.org; Ye, Xiaolong ; Su, Simei > ; stable@dpdk.org > Subject: [PATCH] net/ice: correct RSS types check error >=20 > This patch corrects logic error for checking rss->types to match pattern = in RSS > action parser. >=20 > Fixes: 5ad3db8d4bdd ("net/ice: enable advanced RSS") > Cc: stable@dpdk.org No need to cc stable, if fix on the current release. >=20 > Signed-off-by: Simei Su Acked-by: Qi Zhang