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 861D5A00C4; Sat, 29 Jan 2022 04:08:50 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7837640143; Sat, 29 Jan 2022 04:08:50 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id AFC7940041 for ; Sat, 29 Jan 2022 04:08:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1643425728; x=1674961728; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=p3fg/soQ45K2esTRyLXjRTMByTMgYq62LaXDWy4pO8E=; b=GsIHffj7BBJLDSpfyTBWY7gTjM9B/lsvB/6AFJILf6ocQXqI6czwDfAl ongaJWVP9jzqzmeIlVR9P1uHu6IURXZPJM0de040PmJKykkqX+DPafowQ lh6ASEDj/ZQWf0M4YnCJAHr/pFDuprKK9bugnEodyDgha7ln8sckMxzQq wmwSADF7qABMCEaQqerf5JE+xalhRR7RjAPWNO62/nGQYVRVaM7SuMaz9 dhlUVVpjtZgq6WOyl2V4hKm0WE5JC/MzipiY+C47nKkhp/Q0mC9h2h02z E+Tj70kFeNaLMM5Pz9+X6I/6Slqa7+POo3VTFT5UmdOciaHic9EvOQ+mk Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10241"; a="310548085" X-IronPort-AV: E=Sophos;i="5.88,325,1635231600"; d="scan'208";a="310548085" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2022 19:08:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,325,1635231600"; d="scan'208";a="675264212" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by fmsmga001.fm.intel.com with ESMTP; 28 Jan 2022 19:08:45 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) 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; Fri, 28 Jan 2022 19:08:38 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Sat, 29 Jan 2022 11:08:36 +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; Sat, 29 Jan 2022 11:08:36 +0800 From: "Tu, Lijuan" To: "Chen, LingliX" , "dts@dpdk.org" CC: "Chen, LingliX" Subject: RE: [dts][PATCH V1] test_plans/index: delete virtio_1.0_test_plan Thread-Topic: [dts][PATCH V1] test_plans/index: delete virtio_1.0_test_plan Thread-Index: AQHYEpMMptBnrcal/ECnQX2MVKMSyqx5VczQ Date: Sat, 29 Jan 2022 03:08:36 +0000 Message-ID: <4034d5f9090c437287740502256e27eb@intel.com> References: <20220126085900.915094-1-linglix.chen@intel.com> In-Reply-To: <20220126085900.915094-1-linglix.chen@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="iso-2022-jp" 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 > -----Original Message----- > From: Lingli Chen > Sent: 2022=1B$BG/=1B(B1=1B$B7n=1B(B26=1B$BF|=1B(B 16:59 > To: dts@dpdk.org > Cc: Chen, LingliX > Subject: [dts][PATCH V1] test_plans/index: delete virtio_1.0_test_plan >=20 > Delete virtio_1.0_test_plan in index.rst becase the test plan have been d= eleted. >=20 > Signed-off-by: Lingli Chen Applied