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 010A2A0524; Tue, 13 Apr 2021 07:15:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C0769160B01; Tue, 13 Apr 2021 07:15:21 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id DB579160B00 for ; Tue, 13 Apr 2021 07:15:20 +0200 (CEST) IronPort-SDR: BjVhc0GsSsOIA1ahNPCFSzcqt2lRSgAFHPCNkDzxb7MXbrP2XQ15fEvcjoZE5CM0AbN4jIW87r odJFjedemqQg== X-IronPort-AV: E=McAfee;i="6200,9189,9952"; a="174438083" X-IronPort-AV: E=Sophos;i="5.82,218,1613462400"; d="scan'208";a="174438083" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Apr 2021 22:15:17 -0700 IronPort-SDR: aEX+IAFURxpPSJi7CTSdVDh4tvF7IUoIBCn4E3KhBF9hJxS/9uYAExw2H8eQep6juXHlejD9IK rzioTGEr6mRA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,218,1613462400"; d="scan'208";a="420667565" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga007.jf.intel.com with ESMTP; 12 Apr 2021 22:15:17 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 12 Apr 2021 22:15:16 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 13 Apr 2021 13:15:15 +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.2106.013; Tue, 13 Apr 2021 13:15:14 +0800 From: "Zhang, Qi Z" To: "Liu, Lingyu" , "dev@dpdk.org" , "Xing, Beilei" Thread-Topic: [PATCH v1] net/ice: add invalid RSS combinations Thread-Index: AQHXLFhHPlV6j7oPH0KPJe7HELxqE6qx7qnw Date: Tue, 13 Apr 2021 05:15:14 +0000 Message-ID: References: <20210408155436.544590-1-lingyu.liu@intel.com> In-Reply-To: <20210408155436.544590-1-lingyu.liu@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 v1] net/ice: add invalid RSS combinations 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: Liu, Lingyu > Sent: Thursday, April 8, 2021 11:55 PM > To: dev@dpdk.org; Zhang, Qi Z ; Xing, Beilei > > Cc: Liu, Lingyu > Subject: [PATCH v1] net/ice: add invalid RSS combinations >=20 > When create a rule with following invalid RSS type combinations, it shoul= d > fails. >=20 > Invalid RSS combinations list: > - ETH_RSS_IPV4 | ETH_RSS_NONFRAG_IPV4_TCP > - ETH_RSS_IPV6 | ETH_RSS_NONFRAG_IPV6_TCP >=20 > This patch adds these combinations in 'invalid_rss_comb' array to do vali= d > check, if the combination check failed, the rule will be created failed. >=20 > Signed-off-by: Liulingyu Renamed to "Lingyu Liu " to align with the required f= ormat. Acked: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi