From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D2579A052A; Tue, 2 Feb 2021 13:23:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BC2A2240293; Tue, 2 Feb 2021 13:23:05 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 376E924027F for ; Tue, 2 Feb 2021 13:23:04 +0100 (CET) IronPort-SDR: ocTVQYGLnT0OlqMImDgqerfdzYmqD80J3FNLrICqUXaxEJJ2AxPEJR+YQ0lh46gieaZUG6Q05F adQMbR0TkThA== X-IronPort-AV: E=McAfee;i="6000,8403,9882"; a="178283921" X-IronPort-AV: E=Sophos;i="5.79,394,1602572400"; d="scan'208";a="178283921" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 04:22:50 -0800 IronPort-SDR: w6/cyJPx+peW7ubN6nJYRsiIicKFKSErvZbS8c1KBlZkHLkOHHBKHPHYV49QCRN5HXBXwVAJfI Ur7oIquWxSBQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,394,1602572400"; d="scan'208";a="356285181" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga003.jf.intel.com with ESMTP; 02 Feb 2021 04:22:50 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 2 Feb 2021 04:22:48 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 2 Feb 2021 20:22:46 +0800 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; Tue, 2 Feb 2021 20:22:46 +0800 From: "Zhang, Qi Z" To: "Ding, Xuan" , "Wu, Jingjing" , "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] net/ice: fix rss type checking Thread-Index: AQHW+FthO2k65ukAVEC3agYJx3Rlf6pEyyMg Date: Tue, 2 Feb 2021 12:22:46 +0000 Message-ID: References: <20210201045302.55059-1-xuan.ding@intel.com> <20210201051659.65873-1-xuan.ding@intel.com> In-Reply-To: <20210201051659.65873-1-xuan.ding@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.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] net/ice: fix rss type checking X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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: Ding, Xuan > Sent: Monday, February 1, 2021 1:17 PM > To: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; Ding, Xuan > Subject: [PATCH v2] net/ice: fix rss type checking >=20 > For pattern MAC_PPPOE_IPV4/6, add ETH_RSS_ETH into insput_set_mask to > fix rss rule cannot be created when set eth as rss type. >=20 > Fixes: 0d84f86c3022("net/ice: fix GTPU header parsing") >=20 > Signed-off-by: Xuan Ding Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi