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 A5A96A0613 for ; Tue, 24 Sep 2019 01:14:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B80BB493D; Tue, 24 Sep 2019 01:14:30 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 6E6EA37B4 for ; Tue, 24 Sep 2019 01:14:28 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Sep 2019 16:14:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,542,1559545200"; d="scan'208";a="200703299" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga002.jf.intel.com with ESMTP; 23 Sep 2019 16:14:26 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 23 Sep 2019 16:11:53 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 23 Sep 2019 16:11:53 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.23]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.140]) with mapi id 14.03.0439.000; Tue, 24 Sep 2019 07:11:52 +0800 From: "Zhang, Qi Z" To: "Su, Simei" , "Wu, Jingjing" , "adrien.mazarguil@6wind.com" CC: "dev@dpdk.org" Thread-Topic: [PATCH 0/2] add symmetric toeplitz hash support Thread-Index: AQHVQqt7i8eUGDsOU02te+zuoV4XlKc6Qxng Date: Mon, 23 Sep 2019 23:11:51 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153D9AC92@SHSMSX105.ccr.corp.intel.com> References: <1564030646-73951-1-git-send-email-simei.su@intel.com> In-Reply-To: <1564030646-73951-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDdiMTM2MjAtMmMzZC00MzM5LThhNmYtMzFhZDZiYjk0YTg1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYnNTOXhwV0laUjJ4Q0FuWHllTGJGaWFSczdRNHZRbUNPNjdJVlpBTlZZRFRcL3BQZVJPTDVUYlZGazRRaWRWMm4ifQ== 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 0/2] add symmetric toeplitz hash support 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 25, 2019 12:57 PM > To: Zhang, Qi Z ; Wu, Jingjing > ; adrien.mazarguil@6wind.com > Cc: dev@dpdk.org; Su, Simei > Subject: [PATCH 0/2] add symmetric toeplitz hash support >=20 > From: Simei Su >=20 > [PATCH 1/2] ethdev: add new hash function "Symmetric Toeplitz" supported > by hardware. > [PATCH 2/2] app/testpmd: add command line support for symmetric toeplitz > hash configuration. >=20 > Simei Su (2): > ethdev: add symmetric toeplitz hash support > app/testpmd: add symmetric toeplitz hash support >=20 > app/test-pmd/cmdline.c | 12 +++++++++--- > app/test-pmd/cmdline_flow.c | 12 +++++++++++- > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- > lib/librte_ethdev/rte_flow.h | 1 + > 4 files changed, 22 insertions(+), 5 deletions(-) >=20 > -- > 1.8.3.1 Reviewed-by: Qi Zhang