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 B654DA00C5; Tue, 7 Jul 2020 02:24:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8D2861DC8D; Tue, 7 Jul 2020 02:24:20 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 4E41C1DB9C for ; Tue, 7 Jul 2020 02:24:19 +0200 (CEST) IronPort-SDR: n0CigzPoC5/lhdsRxYePTTGzsz9JmcGtc/yI7xkW5JMJtdUEUtLoKVnaslc1znmKJbx8VD8TOb LHU8VqgrjlGg== X-IronPort-AV: E=McAfee;i="6000,8403,9674"; a="134985083" X-IronPort-AV: E=Sophos;i="5.75,321,1589266800"; d="scan'208";a="134985083" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jul 2020 17:24:18 -0700 IronPort-SDR: 5fSzyRflwlkfI8w2QG2d+VezuLiWHvwSZMFeSh/DGUvHxldSpixo/wuG1NOWVY3QlrtNapmBou 5BcHrTnpKl7g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,321,1589266800"; d="scan'208";a="314112588" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga008.jf.intel.com with ESMTP; 06 Jul 2020 17:24:18 -0700 Received: from fmsmsx608.amr.corp.intel.com (10.18.126.88) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 6 Jul 2020 17:24:17 -0700 Received: from fmsmsx608.amr.corp.intel.com (10.18.126.88) by fmsmsx608.amr.corp.intel.com (10.18.126.88) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 6 Jul 2020 17:24:17 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx608.amr.corp.intel.com (10.18.126.88) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Mon, 6 Jul 2020 17:24:17 -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; Tue, 7 Jul 2020 08:24:14 +0800 From: "Zhang, Qi Z" To: "Su, Simei" , "Xing, Beilei" CC: "dev@dpdk.org" , "Guo, Jia" , "Guo, Junfeng" Thread-Topic: [PATCH v2 0/3] net/ice: enable advanced RSS for PPPoE Thread-Index: AQHWUC9iBpQTqiaIgEOVAo8xTLQxYaj7STYw Date: Tue, 7 Jul 2020 00:24:13 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154854FB4@SHSMSX103.ccr.corp.intel.com> References: <1591928407-314618-1-git-send-email-simei.su@intel.com> <1593666710-343445-1-git-send-email-simei.su@intel.com> In-Reply-To: <1593666710-343445-1-git-send-email-simei.su@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 v2 0/3] net/ice: enable advanced RSS for PPPoE 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: Su, Simei > Sent: Thursday, July 2, 2020 1:12 PM > To: Zhang, Qi Z ; Xing, Beilei > Cc: dev@dpdk.org; Guo, Jia ; Guo, Junfeng > ; Su, Simei > Subject: [PATCH v2 0/3] net/ice: enable advanced RSS for PPPoE >=20 > [PATCH v2 1/3] ethdev: add rss offload types. > [PATCH v2 2/3] app/testpmd: add cmdline support fo rss types. > [PATCH v2 3/3] net/ice: add RSS support for PPPoE control packets > and data packets in rte_flow. >=20 > v2: > * Refine commit log. >=20 > Simei Su (3): > ethdev: add new RSS offload types > app/testpmd: support extended RSS offload types > net/ice: add RSS support for PPPoE >=20 > app/test-pmd/cmdline.c | 6 ++++-- > app/test-pmd/config.c | 1 + > drivers/net/ice/ice_hash.c | 31 > ++++++++++++++++++++++++++++++- > lib/librte_ethdev/rte_ethdev.h | 2 +- > 4 files changed, 36 insertions(+), 4 deletions(-) >=20 > -- > 1.8.3.1 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi