From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 508FD2BB4 for ; Mon, 3 Jul 2017 15:29:41 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D2CB520AF0; Mon, 3 Jul 2017 09:29:40 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 03 Jul 2017 09:29:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=ZYDtG8b9gBwh/m1 8inLjTmSXLaSXjunaq67y/Srw1mY=; b=P2YBfjmJxrNvwi2bg5N4KhCH9Gsr+xc TQSmoQNGdJquChcCbtTXJDxSrcVlLvLUWMHMj+qaoONNXOtVMPxOkCphICcPVNLd j5MnbXgwQnny2W4JmqsmwVeOM93qRhzB5sbtFN9F217OPMGAlpetFugR/f0c36Ys /l7suuAZuOD0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=ZYDtG8b9gBwh/m18inLjTmSXLaSXjunaq67y/Srw1mY=; b=V5tG1l+a l/5DfERy7l8LWp1UcidPXSYrmKvN+Qohewy1V4tIq6eHr+z1P+Au25vmbrXxdDZw +PiSr5gHQNVVdTdyZQAQ4/an81T/kSHtN3IBu+jXWXxPUEQyfAeTjRZpqwXLiA+k OU4PbrxCayjRDjsCJCf04X7QYhseK7NINSeYpBx14q1Hu4cSiDmFB2Z4Egw2dSF6 CcLuVZo2kbhfvYGqAIKF187AVCC+ATGKYurx7EBLFxJ4+XFsrP8pwb9Iqn5YA62N A0sTv1xfWuh+IcfMyO1G2c3u9NT1R6rvmayo6AAb7c81QhZGy47vu6gqa4uc3iY6 +AM4kll5GUdjXA== X-ME-Sender: X-Sasl-enc: 8M/15UZGr21l9jRyigu4zo5LLGTdYUgotx7ibUt5kAgW 1499088580 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7EDFA7E057; Mon, 3 Jul 2017 09:29:40 -0400 (EDT) From: Thomas Monjalon To: Ashwin Sekhar T K Cc: dev@dpdk.org, byron.marohn@intel.com, pablo.de.lara.guarch@intel.com, jerin.jacob@caviumnetworks.com, jianbo.liu@linaro.org Date: Mon, 03 Jul 2017 15:29:39 +0200 Message-ID: <4465038.J5ZUkEa3L9@xps> In-Reply-To: <20170427124418.32857-1-ashwin.sekhar@caviumnetworks.com> References: <20170427114249.31863-1-ashwin.sekhar@caviumnetworks.com> <20170427124418.32857-1-ashwin.sekhar@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] efd: support lookup using neon intrinsics 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: , X-List-Received-Date: Mon, 03 Jul 2017 13:29:41 -0000 27/04/2017 14:44, Ashwin Sekhar T K: > * Added file lib/librte_efd/rte_efd_arm64.h to hold arm64 > specific definitions > * Verified the changes with efd_autotest unit test case > > Signed-off-by: Ashwin Sekhar T K > --- > v2: > * Slightly modified the content of the commit message body > * Added prefix [dpdk-dev] to the email subject line v2 applied, thanks