From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 94063A00C5; Wed, 16 Feb 2022 02:42:00 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 73E00410FB; Wed, 16 Feb 2022 02:42:00 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id E3E63410F7 for ; Wed, 16 Feb 2022 02:41:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644975719; x=1676511719; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=8QB16YjSHOhlNP7rvSsoXx1uIK4uxWVQJR6Jm3GZBjA=; b=A6fW0CmObZqEdm89InHCbCjj8YYDzkryC+EOO8yIHNc8gnmUNl8c4kZH bMYmsGU3iKmkiNF206YRJDUJt31GKOyHiA8DTD3kCGGi9sHJiWXIZSN1k cJMYlEuF6yRYXLy1hjP/vkTcbTdAg2pCvFJcz3kooegnvIu7qtXn6eU7N cD6yTFrvpMDnX2HsI9DQD/1Ierc5ti8hHVTHetut1wBpjHVN65vM+dTPv eyC8zn9/V9vpwypfMKhg86iCyoQOco+sq5kWMguK4bGCohTfI+y10wAhz 90Ei2lNb9QMOLb6VlIoptFa9sor0aYy+x1pQNH1ELEwkF+wwHq1ZvRFuI g==; X-IronPort-AV: E=McAfee;i="6200,9189,10259"; a="231126609" X-IronPort-AV: E=Sophos;i="5.88,371,1635231600"; d="scan'208";a="231126609" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2022 17:41:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,371,1635231600"; d="scan'208";a="704065963" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by orsmga005.jf.intel.com with ESMTP; 15 Feb 2022 17:41:57 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Tue, 15 Feb 2022 17:41:57 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Wed, 16 Feb 2022 09:41:55 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.020; Wed, 16 Feb 2022 09:41:54 +0800 From: "Tu, Lijuan" To: "Ling, WeiX" , "dts@dpdk.org" CC: "Ling, WeiX" Subject: RE: [dts][PATCH V2] tests/dpdk_hugetlbfs_mount_size: fix verify failed can't umount huge page Thread-Topic: [dts][PATCH V2] tests/dpdk_hugetlbfs_mount_size: fix verify failed can't umount huge page Thread-Index: AQHYIjUMhL3+YsLXWU2TuseDStC+kKyVZ6kQ Date: Wed, 16 Feb 2022 01:41:54 +0000 Message-ID: <96a2272ddda642be823bafa926bb4ded@intel.com> References: <20220215062644.2136279-1-weix.ling@intel.com> In-Reply-To: <20220215062644.2136279-1-weix.ling@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org > Subject: [dts][PATCH V2] tests/dpdk_hugetlbfs_mount_size: fix verify fail= ed can't > umount huge page >=20 > 1.Add kill testpmd step in set_up. Could you explain why it is reasonable to kill testpmd in set_up. It has d= one this in tear_down, it is enough to handle the exception that testpmd no= t quit. > 2.Add kill testpmd before umount hege page in tear_down. >=20 > Signed-off-by: Wei Ling