From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 2/2] test: migrate custom handler test to stack handler Date: Thu, 30 Jun 2016 11:45:56 +0200 Message-ID: <1827437.rKFaUbT27h@xps13> References: <1466428091-115821-1-git-send-email-david.hunt@intel.com> <1467272502-56059-1-git-send-email-david.hunt@intel.com> <1467272502-56059-3-git-send-email-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, olivier.matz@6wind.com, viktorin@rehivetech.com, jerin.jacob@caviumnetworks.com, shreyansh.jain@nxp.com To: David Hunt 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 185292B8D for ; Thu, 30 Jun 2016 11:46:02 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id r201so110159939wme.1 for ; Thu, 30 Jun 2016 02:46:02 -0700 (PDT) In-Reply-To: <1467272502-56059-3-git-send-email-david.hunt@intel.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" Hi David, There is a compilation error: app/test/test_mempool.c:598:6: error: too few arguments to function =E2=80=98test_mempool_basic=E2=80=99 Please send a v5, thanks.