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 03D7E42B94; Thu, 25 May 2023 04:48:02 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F170640E6E; Thu, 25 May 2023 04:48:01 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id AEADB40A82 for ; Thu, 25 May 2023 04:47:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684982879; x=1716518879; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=wtFH70FA9lZQm1iPXZ5+FlQWtq5VikWTo/DM70JIRm4=; b=N24+X4wpZnqlXlQPx0XMZy6p/0HJqFwb/WYp7hVnDHdOH50UlxyDlmM6 /lBiGO2NH5dh8cmfcdJ6Ez9ZCpfCicYzpvBeaK0d7RilGvtJJKAX8+On5 uXeo6gl4mQwKSf28veB4XQTSFyp/9//Xwkr3SS+z83zp4IvSAGKaeOiv3 nyXqi+JbeXEgmJrCE0eckxXMqL6u0KsLQZnZP+wWmOmyfgf0yN+6Tv3wc ZJ8pGumLiZ5W5PRz5E2XagvjAPDXHjZXTl8WvvF1eyuiU41un7Xw2vI9j x4pGGRrkM0Y7Z4n6ntljCDq6tkNIpaPD0Z4cD6V/Auel9gsg4rZHcffNB g==; X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="417224333" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="417224333" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 19:47:58 -0700 Message-Id: Date: 24 May 2023 19:47:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="774483223" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="774483223" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 19:47:57 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] pvp_virtio_user_4k_pages: rename testsuite From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230522085855.909279-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, 22 May 2023 16:58:55 +0800, Wei Ling wrote: > Rename pvp_virtio_user_4k_hugepages to pvp_virtio_user_4k_pages in > related files, incluse index.rst, test_plan, testsuite and config file. > > Signed-off-by: Wei Ling Applied, thanks