From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <david.hunt@intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id B3BFE2C32
 for <dev@dpdk.org>; Thu, 30 Jun 2016 19:51:04 +0200 (CEST)
Received: from fmsmga004.fm.intel.com ([10.253.24.48])
 by orsmga101.jf.intel.com with ESMTP; 30 Jun 2016 10:51:04 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.26,553,1459839600"; d="scan'208";a="131402235"
Received: from dhunt5-mobl.ger.corp.intel.com (HELO [10.252.9.247])
 ([10.252.9.247])
 by fmsmga004.fm.intel.com with ESMTP; 30 Jun 2016 10:49:09 -0700
To: Thomas Monjalon <thomas.monjalon@6wind.com>
References: <1466428091-115821-1-git-send-email-david.hunt@intel.com>
 <1827437.rKFaUbT27h@xps13> <57755889.4000208@intel.com>
 <1550466.OytqXqyRHD@xps13>
Cc: dev@dpdk.org, olivier.matz@6wind.com, viktorin@rehivetech.com,
 jerin.jacob@caviumnetworks.com, shreyansh.jain@nxp.com
From: "Hunt, David" <david.hunt@intel.com>
Message-ID: <57755B94.8070106@intel.com>
Date: Thu, 30 Jun 2016 18:49:08 +0100
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101
 Thunderbird/38.6.0
MIME-Version: 1.0
In-Reply-To: <1550466.OytqXqyRHD@xps13>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Subject: Re: [dpdk-dev] [PATCH v4 2/2] test: migrate custom handler test to
 stack handler
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <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: Thu, 30 Jun 2016 17:51:05 -0000



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 ‘test_mempool_basic’
>>>
>>> Please send a v5, thanks.
>> Thomas, after the second commit patch-set is applied, there should only
>> 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.