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 AAB65A0093; Fri, 22 Apr 2022 12:11:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 82E754067B; Fri, 22 Apr 2022 12:11:39 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id C203E40042 for ; Fri, 22 Apr 2022 12:11:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650622298; x=1682158298; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=c8zPSvIDkHzOKS1df2ATJqEb/PiHveRpTuzrOsqPDkc=; b=mClrTUI3HSINOS4E5aYP6bfwnKU2k2DSg8jqCY2qrZcswcof66xmtt7o a7L1JIYLSIscjMk4z0AsDUng+u254hWMHo/AatMy/vcgaU6Ky9R4b6ysY +Oyehk+lATivmlK+8yCfuE7GiYZNSqcPtWB1qhw2eP1sK4RtUrlT8veSI /+1yGZ6uRGrzBNLxQu05wWlXyBuizUbIrOpfQxpPeHvhomVH8eUUgwj26 xb0vAnrSEi4hRJTMLmnY7ibaCEQJzmZBd+Zd28C1eCdLYGhi91PHM0cI6 314XvyzIV9PnLoHUhag5a78r5F/9kZqewn4pYd8PwtUkIh6w91gnkwfLc A==; X-IronPort-AV: E=McAfee;i="6400,9594,10324"; a="264413967" X-IronPort-AV: E=Sophos;i="5.90,281,1643702400"; d="scan'208";a="264413967" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2022 03:11:35 -0700 X-IronPort-AV: E=Sophos;i="5.90,281,1643702400"; d="scan'208";a="577803726" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2022 03:11:34 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [PATCH V1 0/3] add vm2vm_virtio_net_perf_cbdma Date: Fri, 22 Apr 2022 18:11:29 +0800 Message-Id: <20220422101129.1565769-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path), add new testsuite vm2vm_virtio_net_perf_cbdma for coverage the vm2vm split ring and packed ring path test with cbdma. 1) Add net vm2vm_virtio_net_perf_cbdma_test_plan into test_plans/index.rst. 2) Add new testplan vm2vm_virtio_net_perf_cbdma_test_plan into test_plans. 3) Add new testsuite TestSuite_vm2vm_virtio_net_perf_cbdma.py into tests. Wei Ling (3): test_plans/index: add vm2vm_virtio_net_perf_cbdma test_plans/vm2vm_virtio_net_perf_cbdma_test_plan: add vm2vm_virtio_net_perf_cbdma testplan tests/vm2vm_virtio_net_perf_cbdma: add vm2vm_virtio_net_perf_cbdma testsuite test_plans/index.rst | 1 + .../vm2vm_virtio_net_perf_cbdma_test_plan.rst | 876 ++++++++++++++++++ .../TestSuite_vm2vm_virtio_net_perf_cbdma.py | 744 +++++++++++++++ 3 files changed, 1621 insertions(+) create mode 100644 test_plans/vm2vm_virtio_net_perf_cbdma_test_plan.rst create mode 100644 tests/TestSuite_vm2vm_virtio_net_perf_cbdma.py -- 2.25.1