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 E820A42C4A; Wed, 7 Jun 2023 09:59:14 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E44F9410D7; Wed, 7 Jun 2023 09:59:14 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 40D1240695 for ; Wed, 7 Jun 2023 09:59:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686124753; x=1717660753; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=scvQNLUG2y2a3/Aobwu0SGq/T9whTsUfdputLVRMpjU=; b=AGWV+RMjfAgu2eDWoa79TdA8o9i3HxipMZ37gNoJZ6ZfyEmnIaojrlFS IJrQ/xq3Tmeus3KaMYEoBQUQB0BcrO9WTgFIaqjaoCbJEt7jljmegf3ys dimRmM8uuhI+zQAqw9SEzldwM1lj24vcUfKNjs14FMa1TLHgakaLEWhDy etEfGeWndRHi5vU/IjHO6tYqzvBJ5MdMSNXg70a7sHOcfyittZQuGjkCK 9mCx7C708PKu1V5fimlI0NCD3Kh9DBQgN/dCh/Lf8Za/xZZfGJ/TkQ7H3 dHX+HbNReYHkaekCriB04nBI8MpsGbQqHSGw9GS5tLF91XPyZE9Rb9lVF Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="341573060" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="341573060" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2023 00:59:12 -0700 Message-Id: <89f00f$l7fr97@fmsmga007-auth.fm.intel.com> Date: 07 Jun 2023 00:59:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="712502571" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="712502571" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2023 00:59:11 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] tests/pvp_virtio_user_4k_pages: modify testuite by DPDK changed From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230605065520.564604-1-weix.ling@intel.com> 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: , Reply-To: Wei Ling Errors-To: dts-bounces@dpdk.org On Mon, 5 Jun 2023 14:55:20 +0800, Wei Ling wrote: > 1.Fix the verify the test result PASS or FAIL from the config file > issue. > 2.As the DPDK commit a399d7b5(vfio: do not coalesce DMA mappings) changed, > We need to delete the `--no-huge -m 1024` parameter when start the > vhost-user as back-end side. So delete `--no-huge -m 1024` parameter > in testsuite. > > Signed-off-by: Wei Ling Series applied, thanks