From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1 1/2] rte_memcmp functions using Intel AVX and SSE intrinsics Date: Wed, 25 May 2016 10:56:52 +0200 Message-ID: <1765889.rghFUycIcj@xps13> References: <1457391583-29604-1-git-send-email-rkerur@gmail.com> <1457391644-29645-1-git-send-email-rkerur@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Ravi Kerur To: dev@dpdk.org, Zhihong Wang Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 3BD643230 for ; Wed, 25 May 2016 10:56:55 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id n129so169853876wmn.1 for ; Wed, 25 May 2016 01:56:55 -0700 (PDT) In-Reply-To: <1457391644-29645-1-git-send-email-rkerur@gmail.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-03-07 15:00, Ravi Kerur: > v1: > This patch adds memcmp functionality using AVX and SSE > intrinsics provided by Intel. For other architectures > supported by DPDK regular memcmp function is used. Anyone to review this patch please? Zhihong?