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 77F20A0542; Fri, 18 Nov 2022 08:53:15 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7416640E03; Fri, 18 Nov 2022 08:53:15 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id AA7A14067B for ; Fri, 18 Nov 2022 08:53:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668757993; x=1700293993; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=mXsh7y73o4Pm9P7TVQfFPL6a0PYBt1J7r3gc3XaOnQc=; b=TjRRgyqyt36sH08KsSQmkGcEtNmf8QEIpkT2jzZqPeLTocUaH1HN1epy nrRgQkB57asxcOp3mD0Nd59yhOB2OFfoo985tcUi4qAmlmIzqxy6h6yeg 6JwHwDayLdmLg0sAE6BHunQIRbk673mpl/Tyjoh2i80PqorrWU+R54bR2 JUYooBTQNDRlCNIJeAVYeeuDHVwP6sKosG47I0tHMQQZdx9uqe9JZVpqj pML3WMcI+bmbb3T+376TG/hfQyaKWrnEd0i99I6w5MwPtgm8JprWCi2Jv MlsjGlh/u6ddoB/3udJIH2aeKQ+AjO5cnrkZPH7345iFN5SPDhhGhw0Jb g==; X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="293470709" X-IronPort-AV: E=Sophos;i="5.96,173,1665471600"; d="scan'208";a="293470709" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2022 23:53:12 -0800 Message-Id: <8483a8$ss9be6@fmsmga005-auth.fm.intel.com> Date: 17 Nov 2022 23:53:11 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="969190857" X-IronPort-AV: E=Sophos;i="5.96,173,1665471600"; d="scan'208";a="969190857" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2022 23:53:11 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] test_plans/vm2vm_virtio_pmd_test_plan: delete CBDMA related description From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20221104080139.2377756-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 16:01:39 +0800, Wei Ling wrote: > As the DTS commit 1a2cf8d7(test_plans/vm2vm_virtio_pmd_cbdma_test_plan: > add vm2vm_virtio_pmd_cbdma testplan) have moved the CBDMA related > into another testplan,so delete CBDMA related description in this > testplan. > > Signed-off-by: Wei Ling Applied, thanks