From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 82DDA1B28B for ; Fri, 11 May 2018 12:25:42 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 May 2018 03:25:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,388,1520924400"; d="scan'208";a="40150541" Received: from rhorton-mobl1.ger.corp.intel.com (HELO [163.33.230.68]) ([163.33.230.68]) by orsmga007.jf.intel.com with ESMTP; 11 May 2018 03:25:40 -0700 To: Anatoly Burakov , dev@dpdk.org References: <777ae6b10a7524e188c07ba14e576fc7b0e21018.1524729978.git.anatoly.burakov@intel.com> Cc: sergio.gonzalez.monroy@intel.com From: Remy Horton Organization: Intel Shannon Limited Message-ID: Date: Fri, 11 May 2018 11:25:39 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 3/3] memzone: improve zero-length memzone reserve X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2018 10:25:44 -0000 On 03/05/2018 18:18, Anatoly Burakov wrote: [..] > Also, fixup unit tests to account for the new behavior. Tried running the tests but it fails on a boundary check: RTE>>memzone_autotest test basic memzone API [...] 1GB Huge pages available test alignment for memzone_reserve check alignments and lengths check overlapping test boundary alignment for memzone_reserve check_memzone_bounded(MZ_TEST_bounded_128): invalid memzone boundary 128 crossed Test Failed RTE>>