From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=18fICIF7p1C8w62PVOlcTAXrtl2cFlWILbv/NtmrOZU=; b=RySJlQITHkTHQB9Y2ymGiTzwUSEmM+tOsOyhib8Z2Hxf46ohmuhIzOJA+ZRJn6iOMv Iyc0WR1ff74Y7smiS7q6dxmH5Rjhz0aT7JW5VH3xhRcyEDBBRAjj7Nnaqk5Ud123zSRi lpafVCQFiYCjUt5ViZj0IL2pDQi3e/csWs+DyXBH3QA2zLomWePwOsEsUGGsAA7/HUlt wgQUS9FJMCg6Yf9uAYc5jxZVywEqKrp9ecaneQ6hSzzlvANhTIZJJDO49kyi5I1seoY+ 1FQ/lR+X0L/v/FoxFInP9dSRrwsBDZ3dqNUHzVLxdnC25bSw3ThjT5BPPUgS0FfQ8Kbk ekBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=18fICIF7p1C8w62PVOlcTAXrtl2cFlWILbv/NtmrOZU=; b=kbkwz7DKaSBnyERTd2UvzjqPbQv/ci4xF/ehF7eg8AuQrfS/mbENaMXlxllv67XFTv fmKWf3tfQpZyyNn/uveP4J8zNc83s814O0LtSpWjYKCMsWsish4IByu39sFUq2MVgrQc gYktMIt70+lSMJQzZvQSM/0Byn+rLc97AHQyclRsCniKzacvebn/pGgA+Dc3/VT8murt w7LOnrXRyfIpk8NZGJ8q99GECBRhJTKICneC9dIzu00+7CsAX4FKibQKkKiAiY2ryezL 6BY9AI8KXe5YRh4I3OFW+5RRwnzyTENBaZBIBs+4Ur5ibnaggMsOVMMLZVFL5ttZxtsO /lxA== X-Gm-Message-State: ALoCoQmlsw6xFhQML53WyqM6OJJRaDXIRHr4hIx14cWMf/43JZzqbImLbvJ3JWED4JvXlDXUhBT8 X-Received: by 10.28.186.138 with SMTP id k132mr7204753wmf.75.1448485997090; Wed, 25 Nov 2015 13:13:17 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id h4sm24898262wjx.41.2015.11.25.13.13.16 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 Nov 2015 13:13:16 -0800 (PST) From: Thomas Monjalon To: Jerin Jacob Date: Wed, 25 Nov 2015 22:11:58 +0100 Message-ID: <3723949.nLFAxiz062@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1448304338-22767-1-git-send-email-jerin.jacob@caviumnetworks.com> References: <1448304338-22767-1-git-send-email-jerin.jacob@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/4] optimize and use armv8 CRC extensions for hash library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 21:13:17 -0000 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