From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hunt, David" Subject: Re: [PATCH v4 2/2] test: migrate custom handler test to stack handler Date: Thu, 30 Jun 2016 18:49:08 +0100 Message-ID: <57755B94.8070106@intel.com> References: <1466428091-115821-1-git-send-email-david.hunt@intel.com> <1827437.rKFaUbT27h@xps13> <57755889.4000208@intel.com> <1550466.OytqXqyRHD@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed 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: Thomas Monjalon Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B3BFE2C32 for ; Thu, 30 Jun 2016 19:51:04 +0200 (CEST) In-Reply-To: <1550466.OytqXqyRHD@xps13> 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" On 30/6/2016 6:46 PM, Thomas Monjalon wrote: > 2016-06-30 18:36, Hunt, David: >> On 30/6/2016 10:45 AM, Thomas Monjalon wrote: >>> 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. >> Thomas, after the second commit patch-set is applied, there should onl= y >> be 585 lines in test_mempool.c > I have 616 lines. > >> I cannot reproduce the issue you are seeing. I have pulled down the 2 >> patches from patchwork and it compiles and runs the autotest fine here= . >> Could you please check on your side? > It is because of the patch from Lazaros. > Please rebase from master. OK, will do.