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 EE9F3A00C5; Wed, 16 Feb 2022 03:28:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E050F410F7; Wed, 16 Feb 2022 03:28:12 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 984034013F for ; Wed, 16 Feb 2022 03:28:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644978491; x=1676514491; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=FUehs2CHchXh16y3RthA9leICqkuwsGLCg9er55Q6Ok=; b=VDNkRt2hv6hYNJJRGGPcnQks/XJfiilDMURdEkSegqqqxMbfhw+dxzxy 9mddKRS8zWFcT6jlkeQvHJsbFzaeWAaiyoFgyzFPivg9pNlbXeQ+0LtkD w0mYRg38sYFki6hdGjTnLKyGSx1RpXubVL1ODY7Ibwzv7e7/I7P80nyFt hJG+W4CsObuwgEjtcGdGIC4MyM5puBzEl5mhdh8x+bu218qt+9wbE1q8H 3ifbm7j8t1JqBZLNgpzXlHd+4Wt2TzY2eA3zjCtRMQykke7MzO01hsjCo zZC63DhmCF0scWUClhQ7GbTwG4C588kCb55rpX0C51d2u4IEaapvcPTBr Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10259"; a="311246359" X-IronPort-AV: E=Sophos;i="5.88,371,1635231600"; d="scan'208";a="311246359" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2022 18:28:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,371,1635231600"; d="scan'208";a="529194733" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga007.jf.intel.com with ESMTP; 15 Feb 2022 18:28:10 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx606.amr.corp.intel.com (10.18.126.86) 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 18:28:09 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) 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 10:28:08 +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 10:28:08 +0800 From: "Tu, Lijuan" To: "Ling, WeiX" , "dts@dpdk.org" 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//99m4CAAI+xQA== Date: Wed, 16 Feb 2022 02:28:07 +0000 Message-ID: <1bfafa2c47334bb59558271996df2df7@intel.com> References: <20220215062644.2136279-1-weix.ling@intel.com> <96a2272ddda642be823bafa926bb4ded@intel.com> In-Reply-To: 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 > > > failed can't umount huge page > > > > > > 1.Add kill testpmd step in set_up. > > > > Could you explain why it is reasonable to kill testpmd in set_up. It > > has done this in tear_down, it is enough to handle the exception that t= estpmd > not quit. > > > > > 2.Add kill testpmd before umount hege page in tear_down. > > > > > > Signed-off-by: Wei Ling > > > When other suite executed done, but have not quit testpmd, kill testpmd i= n > set_up will go into effect. It's better to figure out which have this issue and fix it.