From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 70C9580D; Sun, 14 Jan 2018 21:43:41 -0800 (PST) Received: from phil-VirtualBox.shanghai.arm.com (phil-virtualbox.shanghai.arm.com [10.169.38.30]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 86FAB3F41F; Sun, 14 Jan 2018 21:43:40 -0800 (PST) From: Phil Yang To: dev@dpdk.org Cc: anatoly.burakov@intel.com, jianbo.liu@arm.com, herbert.guan@arm.com, phil.yang@arm.com Date: Mon, 15 Jan 2018 13:43:31 +0800 Message-Id: <1515995013-5748-1-git-send-email-phil.yang@arm.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1515663706-762-1-git-send-email-phil.yang@arm.com> References: <1515663706-762-1-git-send-email-phil.yang@arm.com> Subject: [dpdk-dev] [PATCH 0/2] Fix memzone autotest issues 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: Mon, 15 Jan 2018 05:43:42 -0000 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