From patchwork Thu May 19 09:09:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 111407 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C1403A0503; Thu, 19 May 2022 11:11:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 97A8740150; Thu, 19 May 2022 11:11:24 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 6097740140 for ; Thu, 19 May 2022 11:11:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652951483; x=1684487483; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=jkv1/r/d/Y3xmDlZ4ziuS79jAU3nMw5DoXUP1zHdvZo=; b=DgfSjoQplqo3AcvaW8BPTFgJwBVb0VRgNh7kAyLARsX4U5aNY1uUyR0o bzhvvaIzzxz4ktOL7ecdI2c0WteFHVLfd0J+SYyU5K12d0Nov7DSGV1YZ VU8YplN5qwtL2yH1MZDZsxUbLfYvlnF+YiRpBS8MCWzcGuhBlf42SGkri 7K0yXN7nyt9xnrIOfJHZ+Q/oYQzYhfmY2dp2StEQ/sLL+ux1mt/PlLE8L G4pn17OTsU+MeEiXDiolfp6vfk34eTJYGTgyzCfLuQ+KxDkC6uWRzwwhb Qci6nSgHDVyMpyzYsXZNYbnG6t2gTl7ARYGfR9fU3W7YoMUWW6OynobhW A==; X-IronPort-AV: E=McAfee;i="6400,9594,10351"; a="358512961" X-IronPort-AV: E=Sophos;i="5.91,237,1647327600"; d="scan'208";a="358512961" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2022 02:11:22 -0700 X-IronPort-AV: E=Sophos;i="5.91,237,1647327600"; d="scan'208";a="598451131" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2022 02:11:20 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V3 0/2] delete CBDMA related testcases and code Date: Thu, 19 May 2022 05:09:59 -0400 Message-Id: <20220519090959.2818355-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 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 The CBDMA related testcases have been migrated to vm2vm_virtio_net_perf_cbdma suite, so delete CBDMA related testcases and code from vm2vm_virtio_net_perf testplan and suite. Wei Ling (2): test_plans/vm2vm_virtio_net_perf_test_plan: delete CBDMA related testcases tests/vm2vm_virtio_net_perf: delete CBDMA related testcases and code .../vm2vm_virtio_net_perf_test_plan.rst | 606 +----------------- tests/TestSuite_vm2vm_virtio_net_perf.py | 540 +--------------- 2 files changed, 18 insertions(+), 1128 deletions(-)