From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wr0-f181.google.com (mail-wr0-f181.google.com
 [209.85.128.181]) by dpdk.org (Postfix) with ESMTP id D86C05599
 for <dev@dpdk.org>; Wed,  5 Apr 2017 22:59:59 +0200 (CEST)
Received: by mail-wr0-f181.google.com with SMTP id o21so5132171wrb.2
 for <dev@dpdk.org>; Wed, 05 Apr 2017 13:59:59 -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=qzgAPIqz/ZIUGWT6JAjZYa/Xdrrzh+ri/drjnYwzr34=;
 b=ZLjtj5D7YUat9lQ5dY+4RAuGKJlVlrn2H1twqhg4Zg9JQGGmnCX4gu5mWnQTJQGq09
 wC7Zewymvah8tG0AdS6QAYS++XeJoKPpUPRFAf89fmqcCGKgnLxGffpMwfIqkwTWmwzM
 rHARaQt2BWCZysddbOhoaba60W0wo97FwUmQv7oElCxW0qNq5cjRH6rfNZmJfqbFtgsO
 it/ejTEaA9uRtCjaDG6NnHoL/QoGoB57YLBR7QQkBX+SUVgtyPbHVC+c0Oz9bmXgXwFz
 h0FIAXblY0sQCHqzw5SwyMzZnS5+ah/Lg4e0b700AoAoad79YcwqEDDF0IXmMlDcZ7dN
 oyKw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=qzgAPIqz/ZIUGWT6JAjZYa/Xdrrzh+ri/drjnYwzr34=;
 b=WqSwP/wiH6svEdxoOAgMi0L5kWxXm/1CDTD60zb2NE+g9PkAJkVqNFnEH1TSA7nFyY
 VpONw9ATzM+ZIycpcmcLqJbn586nGuok2Nqz3C/sb3nXSRUIRDxiIZx70AhcHSJILqPu
 M2wAu2TwZj+gQjkJgSi4csspnJALWNWgqMNCzABZyIng0Yse9j3ZSfZGO3iLTO8hUV9h
 gqBYxkWQiBAaE/6W2Ua5i6ITnHEoJHWR0wPx+0OePMBflnsTokG/y6fstMQX1HlY1SCh
 SGy7ShbAe9exUO/GOLoasDPRDQq8S7uhBCHOf6HuX80jj0k+zFtZoulD5sF3CS7aBx5J
 rGaw==
X-Gm-Message-State: AFeK/H2X9swC08fgVx0+R7KAJsWGOAROiquMCOi/NXEEdXfoAwBKDcRI
 TgPr3e/3xDwjoR1jKZc=
X-Received: by 10.28.100.196 with SMTP id y187mr20570262wmb.129.1491425999256; 
 Wed, 05 Apr 2017 13:59:59 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id o9sm4691621wmd.4.2017.04.05.13.59.58
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 05 Apr 2017 13:59:58 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Jasvinder Singh <jasvinder.singh@intel.com>
Cc: dev@dpdk.org, olivier.matz@6wind.com, declan.doherty@intel.com,
 pablo.de.lara.guarch@intel.com
Date: Wed, 05 Apr 2017 22:59:57 +0200
Message-ID: <3577627.xLVqjxaj1p@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1491425390-71783-3-git-send-email-jasvinder.singh@intel.com>
References: <1491404326-89256-2-git-send-email-jasvinder.singh@intel.com>
 <1491425390-71783-1-git-send-email-jasvinder.singh@intel.com>
 <1491425390-71783-3-git-send-email-jasvinder.singh@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v11 2/2] test/test: add unit test for CRC
	computation
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Apr 2017 21:00:00 -0000

2017-04-05 21:49, Jasvinder Singh:
> This patch provides a set of tests for verifying the functional
> correctness of 16-bit and 32-bit CRC APIs.
> 
> Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Now first patch is fine but this one has an issue:

test_crc.c:88:2: fatal error:
implicit declaration of function 'rte_hexdump' is invalid in C99
        TEST_HEXDUMP(stdout, NULL, vec, vec_len);

It is fixed by adding
#include <rte_hexdump.h>