From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v11 2/2] test/test: add unit test for CRC computation Date: Wed, 05 Apr 2017 22:59:57 +0200 Message-ID: <3577627.xLVqjxaj1p@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, olivier.matz@6wind.com, declan.doherty@intel.com, pablo.de.lara.guarch@intel.com To: Jasvinder Singh Return-path: 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 ; Wed, 5 Apr 2017 22:59:59 +0200 (CEST) Received: by mail-wr0-f181.google.com with SMTP id o21so5132171wrb.2 for ; Wed, 05 Apr 2017 13:59:59 -0700 (PDT) In-Reply-To: <1491425390-71783-3-git-send-email-jasvinder.singh@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > Acked-by: Pablo de Lara 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