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 3502CA2EDB for ; Mon, 30 Sep 2019 02:28:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F2DC71F28; Mon, 30 Sep 2019 02:28:27 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id E2D6D9E4 for ; Mon, 30 Sep 2019 02:28:25 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Sep 2019 17:28:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,565,1559545200"; d="scan'208";a="274494112" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga001.jf.intel.com with ESMTP; 29 Sep 2019 17:28:24 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 29 Sep 2019 17:28:24 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 29 Sep 2019 17:28:24 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.96]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.33]) with mapi id 14.03.0439.000; Mon, 30 Sep 2019 08:28:22 +0800 From: "Zhang, Qi Z" To: "Su, Simei" , "Xing, Beilei" , "Yang, Qiming" , "Ye, Xiaolong" CC: "dev@dpdk.org" Thread-Topic: [PATCH v5 0/2] net/ice: enable advanced RSS Thread-Index: AQHVdrDzR2i3+RLtS0qBoSZD93weF6dDXngA Date: Mon, 30 Sep 2019 00:28:22 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153DA69A1@SHSMSX105.ccr.corp.intel.com> References: <1569578016-182725-1-git-send-email-simei.su@intel.com> <1569753029-167168-1-git-send-email-simei.su@intel.com> In-Reply-To: <1569753029-167168-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmEwYjRiMmItMzdiNy00MWU3LWIwZmYtMzQyNzg0MWM0MGM5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiUW1rXC9IdUFUVVRzMUZkaWdzbTdIa1h2OXd5Wjc2THhiaHp5eUtnVXltYklwbmd0N1U2NTBnUDZaZlhNRElNZzcifQ== 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-dev] [PATCH v5 0/2] net/ice: enable advanced RSS 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: Sunday, September 29, 2019 6:30 PM > To: Zhang, Qi Z ; Xing, Beilei ; > Yang, Qiming ; Ye, Xiaolong > Cc: dev@dpdk.org; Su, Simei > Subject: [PATCH v5 0/2] net/ice: enable advanced RSS >=20 > [PATCH v5 1/2] add teid hash for gtupu and session id hash for pppoe/pppo= d. > [PATCH v5 2/2] support input set change and symmetric hash by rte_flow RS= S > action. >=20 > [PTACH v5 2/2] depends on the following patches on patchwork: > (1)net/ice: rework for generic flow enabling > (2)https://patchwork.dpdk.org/patch/57137/ > [v2,1/2] ethdev: add symmetric toeplitz hash support > (3)https://patchwork.dpdk.org/patch/57138/ > [v2,2/2] app/testpmd: add symmetric toeplitz hash support > (4)https://patchwork.dpdk.org/patch/60097/ > [v7,1/3] ethdev: decouple flow types and RSS offload types > (5)https://patchwork.dpdk.org/patch/60098/ > [v7,2/3] ethdev: extend RSS offload types > (6)https://patchwork.dpdk.org/patch/60099/ > [v7,3/3] app/testpmd: add RSS offload types extending support >=20 > v5: > * Update title for cover letter and commit log. > * Fix some code style. >=20 > v4: > * Add rss support for gtpu with teid and pppoe/pppod with session id. > * Split up into patchset. >=20 > v3: > * Modify codes according to the comments. > * Update release notes and Makefile/meson.build. >=20 > v2: > * Amend to resend patch that v1 is not in community. >=20 > Simei Su (2): > net/ice: add RSS configuration for gtpu/pppoe > net/ice: enable advanced RSS >=20 > doc/guides/rel_notes/release_19_11.rst | 1 + > drivers/net/ice/Makefile | 1 + > drivers/net/ice/ice_ethdev.c | 24 ++ > drivers/net/ice/ice_hash.c | 555 > +++++++++++++++++++++++++++++++++ > drivers/net/ice/meson.build | 1 + > 5 files changed, 582 insertions(+) > create mode 100644 drivers/net/ice/ice_hash.c >=20 > -- > 1.8.3.1 Acked-by: Qi Zhang