From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCHv3] examples/l3fwd: em: use hw accelerated crc hash function for arm64 Date: Tue, 25 Oct 2016 18:49:58 +0200 Message-ID: <5057520.1dY6dZz3pa@xps13> References: <1476384425-11787-1-git-send-email-hemant.agrawal@nxp.com> <1476443456-24382-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com To: Hemant Agrawal Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id D1EE95A33 for ; Tue, 25 Oct 2016 18:50:00 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id d128so37556819wmf.1 for ; Tue, 25 Oct 2016 09:50:00 -0700 (PDT) In-Reply-To: <1476443456-24382-1-git-send-email-hemant.agrawal@nxp.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" 2016-10-14 16:40, Hemant Agrawal: > if machine level CRC extension are available, offload the > hash to machine provide functions e.g. armv8-a CRC extensions > support it > > Signed-off-by: Hemant Agrawal > Reviewed-by: Jerin Jacob Applied, thanks