From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/4] optimize and use armv8 CRC extensions for hash library Date: Wed, 25 Nov 2015 22:11:58 +0100 Message-ID: <3723949.nLFAxiz062@xps13> References: <1448304338-22767-1-git-send-email-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jerin Jacob Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 3F2DE95B1 for ; Wed, 25 Nov 2015 22:13:17 +0100 (CET) Received: by wmec201 with SMTP id c201so4476099wme.0 for ; Wed, 25 Nov 2015 13:13:17 -0800 (PST) In-Reply-To: <1448304338-22767-1-git-send-email-jerin.jacob@caviumnetworks.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-11-24 00:15, Jerin Jacob: > - This patch set has the changes required for optimised hash library usage in arm64 perspective > - Tested on Juno and Thunderx boards > - Tested and verified the changes with following DPDK unit test cases > hash_functions_autotest > hash_autotest > hash_perf_autotest > hash_scaling_autotes > - Created the new xgene1 machine target to address the difference > in optional armv8-a CRC extension availability compared to > default armv8-a machine target(enabled CRC extension by default) > - Supersededs the [dpdk-dev] [PATCH] hash: replace libc memcmp with > optimized memory compare functions for arm64 patch > > > Jerin Jacob (4): > hash: replace libc memcmp with optimized memory compare functions for > arm64 > hash: implement rte_hash_crc_* based on armv8-a CRC32 instructions > hash: select hash function as CRC if armv8-a CRC extension available > mk: add xgene1 machine target based on armv8-a Applied, thanks