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 EB859A00BE; Thu, 5 May 2022 07:58:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C399040C35; Thu, 5 May 2022 07:58:09 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 0BA0640042 for ; Thu, 5 May 2022 07:58:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651730288; x=1683266288; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=iGO6E7k4/o+uhabW9rbQEf8TmpgJJiLJbY1kfNfsMxc=; b=R2lQrfFaS03IMVGaTUOAU9pTABpY187cK/Z9FRfhvCDcfPHyFOMmiz8G A19S8t4Fl2cFfFQGCbKRwhRTCbcP8HKNPaAtjV9aCmJnNC52kGVkCxg/g Q2wczTq0bA6DKuSfT2OOQ8GT5hBbjZc71Mi3CJskoI4Sid0IN7SOBUEXo y7LBtwtvlxDtqya6OBeo/Xrj6hOghEtY6Iyc+SatrkqmBAg4ZQxGMmEJb fTRtCQa2JnVyHNiOa0lZx6gjafu8zB/dclcPclbzKyzRvXfQZjbsKBRXj 6cFHCfNZvTDlFiB6nTTFyFY2C3oaGgi2FdC/Et0Inq5cFPPpTMdU35uwJ Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10337"; a="266848985" X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="266848985" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2022 22:58:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="563083405" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga007.jf.intel.com with ESMTP; 04 May 2022 22:58:06 -0700 Received: from fmsmsx611.amr.corp.intel.com (10.18.126.91) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Wed, 4 May 2022 22:58:06 -0700 Received: from fmsmsx612.amr.corp.intel.com (10.18.126.92) by fmsmsx611.amr.corp.intel.com (10.18.126.91) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Wed, 4 May 2022 22:58:04 -0700 Received: from fmsmsx612.amr.corp.intel.com ([10.18.126.92]) by fmsmsx612.amr.corp.intel.com ([10.18.126.92]) with mapi id 15.01.2308.027; Wed, 4 May 2022 22:58:04 -0700 From: "Tu, Lijuan" To: "Ling, WeiX" , "dts@dpdk.org" CC: "Ling, WeiX" Subject: RE: [dts][PATCH V2 2/3] test_plans/vm2vm_virtio_user_cbdma_test_plan: add vm2vm_virtio_user_cbdma testplan Thread-Topic: [dts][PATCH V2 2/3] test_plans/vm2vm_virtio_user_cbdma_test_plan: add vm2vm_virtio_user_cbdma testplan Thread-Index: AQHYW51SX9uwKvlzW0eNqS4uy9VfPa0P0jeQ Date: Thu, 5 May 2022 05:56:32 +0000 Message-ID: References: <20220429074624.20490-1-weix.ling@intel.com> In-Reply-To: <20220429074624.20490-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.401.20 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: Wei Ling > Sent: 2022=1B$BG/=1B(B4=1B$B7n=1B(B29=1B$BF|=1B(B 15:46 > To: dts@dpdk.org > Cc: Ling, WeiX > Subject: [dts][PATCH V2 2/3] test_plans/vm2vm_virtio_user_cbdma_test_plan= : add > vm2vm_virtio_user_cbdma testplan >=20 > v1: > As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path), > add new testsuite vm2vm_virtio_user_cbdma for > coverage the vm2vm split ring and packed ring path test with cbdma. > 1) Add new testplan vm2vm_virtio_user_cbdma_test_plan into test_plans/ind= ex.rst. >=20 > v2: > Modify the `Description` content in test_plan. >=20 > Signed-off-by: Wei Ling ci/Intel-dts-doc-test fail Testing issues Please fix:=20 vm2vm_virtio_user_cbdma_test_plan.rst:50: WARNING: Unexpected indentation.