From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=1CCuH41DCq+JIMR++3HAdPQUDRK7voaK7Qrvvj7ibJA=; b=T1MKBSN5aYdXYp3pwK4o8mFi148V7j6+U1LvqOu4QvaEYvU6y4rUl5KpcQ7AHW2kgg jyiV1tMQ0iF80wPwXYXiq/6weDgiuaw9ERAu5f5fwg/xotaofYWlQKd+Hp5SL8PqS2x9 CRqqpbtEcLp4BZC6pCGRCNQE2azQN30dG5GMK8SAcEzd6IeirrtbhpnkHFrgZaqMoKb2 T9gAEslVAr1M60q4TIAi3Q1C7rmiTu4qZC5ZhuUxNPgyML3hiKWH1miUaRzFSaszWNEh fjiVLI2PVq011kbBgQwIIkoEkOaDPGH4qqLBlccgORg1X+7t5QRYhbavs90gEQkPQGYY UzFQ== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=1CCuH41DCq+JIMR++3HAdPQUDRK7voaK7Qrvvj7ibJA=; b=gXZSs05QtdcqIaOHno89PzQaaqyFhNcE2BJRgU+uVRPxX4uq4voKBwROkFGGfRQYTu uAZuHfZqS8mHS//ThwV9UoE1CzYMtHiPndPyta3FgQ1RDrcqJo5iySxm0bMK8ttBTTTc uSvf5KCICtR9CZw8Q4lzgq9nuHPL6TJTOg+wmz9YzYOJrj1HsMCHd72hBi3ZsuoqLN0d Vip96idHJLphC0a2xxUeNrqDMzWMFqEp1nDCV65dRzPRqxzGXOdDt6ewhZq5ujdyi/5r ic1EOiK4jukk4so1XDjCvzULm2RcDe6M+eCetw4pfKjodkaKKg4xXUsgpFx1P88ezHPl To/w== X-Gm-Message-State: ABUngvezKsQ9PtdqHZH9l4GYEKYKfR/YHb9PV++Ty8NEOFks54pQCQhw+S+X0A1BiGcifAmo X-Received: by 10.28.169.73 with SMTP id s70mr1891316wme.54.1477414200407; Tue, 25 Oct 2016 09:50:00 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id i10sm26082534wjw.1.2016.10.25.09.49.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Oct 2016 09:49:59 -0700 (PDT) From: Thomas Monjalon To: Hemant Agrawal Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com Date: Tue, 25 Oct 2016 18:49:58 +0200 Message-ID: <5057520.1dY6dZz3pa@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1476443456-24382-1-git-send-email-hemant.agrawal@nxp.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCHv3] examples/l3fwd: em: use hw accelerated crc hash function for arm64 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: Tue, 25 Oct 2016 16:50:01 -0000 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