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 E5EFDA0613 for ; Tue, 24 Sep 2019 07:34:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4C89D2C60; Tue, 24 Sep 2019 07:34:01 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id D9D542BF2 for ; Tue, 24 Sep 2019 07:33:58 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Sep 2019 22:33:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,542,1559545200"; d="scan'208";a="182797547" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga008.jf.intel.com with ESMTP; 23 Sep 2019 22:33:57 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 23 Sep 2019 22:33:57 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 23 Sep 2019 22:33:56 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.23]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.86]) with mapi id 14.03.0439.000; Tue, 24 Sep 2019 13:30:09 +0800 From: "Zhang, Qi Z" To: "Su, Simei" , "Wu, Jingjing" , "adrien.mazarguil@6wind.com" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2 0/2] add symmetric toeplitz hash support Thread-Index: AQHVQ1LNHiQwkbkEAkOEHnsq9amd0qc6q35g Date: Tue, 24 Sep 2019 05:30:09 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153D9B36F@SHSMSX105.ccr.corp.intel.com> References: <1564030646-73951-1-git-send-email-simei.su@intel.com> <1564102511-99609-1-git-send-email-simei.su@intel.com> In-Reply-To: <1564102511-99609-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWY5ODEwYmEtYjNlZC00ZmRlLTk0NTctOTk0ZTgzYmRmZTlmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiR3BKa2picm1ocW9qVUxGVzE2QmhERE9QOU40MWRnaGp2NFpMYVI5ZmxYTytcL1I1SnlybXprYzlkWm9cLzlLZWNFIn0= 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 v2 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: Friday, July 26, 2019 8:55 AM > To: Zhang, Qi Z ; Wu, Jingjing > ; adrien.mazarguil@6wind.com > Cc: dev@dpdk.org; Su, Simei > Subject: [PATCH v2 0/2] add symmetric toeplitz hash support >=20 > From: Simei Su >=20 > This v2 patch rebase to 19.08-rc2. > [PATCH v2 1/2] ethdev: add new hash function "Symmetric Toeplitz" > supported by hardware. > [PATCH v2 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