From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Yang Subject: [PATCH 0/2] Fix memzone autotest issues Date: Mon, 15 Jan 2018 13:43:31 +0800 Message-ID: <1515995013-5748-1-git-send-email-phil.yang@arm.com> References: <1515663706-762-1-git-send-email-phil.yang@arm.com> Cc: anatoly.burakov@intel.com, jianbo.liu@arm.com, herbert.guan@arm.com, phil.yang@arm.com To: dev@dpdk.org Return-path: Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by dpdk.org (Postfix) with ESMTP id 66BD671B3 for ; Mon, 15 Jan 2018 06:43:42 +0100 (CET) In-Reply-To: <1515663706-762-1-git-send-email-phil.yang@arm.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" This series of patches are the fix for memzone autotest. RTE>>memzone_autotest test basic memzone API Zone 0: name:, IO:0x177ffe9e00, len:0x80, virt:0xffff7ffe9e00, socket_id:0, flags:0 Zone 1: name:, IO:0x177ffe9980, len:0x400, virt:0xffff7ffe9980, socket_id:0, flags:0 Zone 2: name:, IO:0x177ffe9500, len:0x400, virt:0xffff7ffe9500, socket_id:0, flags:0 check alignments and lengths check overlapping check socket ID test zone lookup test duplcate zone name test free memzone EAL: memzone_reserve_aligned_thread_unsafe(): No more room in config test reserving memzone with bigger size than the maximum test memzone_reserve flags 1GB Huge pages available Fail memzone free Test Failed Phil Yang (2): test/memzone: Fix test_memzone_basic issue test/memzone: Fix test_memzone_free issue test/test/test_memzone.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) -- 2.7.4