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 7D20DA0542; Fri, 18 Nov 2022 08:55:46 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 76C074067B; Fri, 18 Nov 2022 08:55:46 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 7DA4E4021F for ; Fri, 18 Nov 2022 08:55:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668758144; x=1700294144; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Josxot7ARPSqJfZwy80EXMxWxF+UD/KqTicag0bYlWM=; b=gDyxsJU7w3ZQCj1XfwZ2Gr1q9my2XY7FHHqMgONn4pQeoy3sudk7C2IX xZZOHijNA1yn7eRFm6gWzzW066MeJVeceS/qkJGnPS602kOEvfpr2xxnt i4gZCDWKI6t7y1qK+yQBxV9DSvtHZy1fXruiMDhCMBLtDUtMT2vOXj32p yLsEn3fdH5RODCzxMt7fAYQrW059FnWrB2NHHGLmWoki+arsSO+JTcOMI UsapT4U74LSO/PSKI7NBD3AvLXokwrs7fHTFEtYLYK4PpkW5DMNDwbroJ +rFETkoVGGLRh46qAZuCPc4haBu/YpQUNCr3u72XmnIQIqEnVoA3DQgP1 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="310711665" X-IronPort-AV: E=Sophos;i="5.96,173,1665471600"; d="scan'208";a="310711665" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2022 23:55:43 -0800 Message-Id: <665c30$o92kdn@orsmga005-auth.jf.intel.com> Date: 17 Nov 2022 23:55:41 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="814830018" X-IronPort-AV: E=Sophos;i="5.96,173,1665471600"; d="scan'208";a="814830018" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2022 23:55:41 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] test_plans/vm2vm_virtio_net_perf_test_plan: delete CBDMA related description From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20221104072243.2377259-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 Fri, 4 Nov 2022 15:22:43 +0800, Wei Ling wrote: > As the DTS commit cd2dab794d(test_plans/vm2vm_virtio_net_perf_cbdma_test_pl= an:=20 > add vm2vm_virtio_net_perf_cbdma testplan) have moved the CBDMA related > into another testplan,so delete CBDMA related description in this > testplan. >=20 > Signed-off-by: Wei Ling Applied, thanks