From patchwork Tue Nov 22 08:25:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 120065 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 CCE40A057F; Tue, 22 Nov 2022 09:31:28 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 99D4742D48; Tue, 22 Nov 2022 09:31:28 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id DC3CB427EB for ; Tue, 22 Nov 2022 09:31:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669105888; x=1700641888; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=2haE3+GSXhzmJavFZfgyrr2EGYDaV72EnfRWsFFhGFo=; b=O3IoPgEvjgr3/0k+hZc+OCiCiY4zcQwYhLPTixBtiqNOm1xDreSwQZQB Bb3j/FMYSAfjip/PgfMOXhiFKzFPIP5r3SybFAtpEMQYfppcooDCRMcMh e2PVzpIWwC3Mkg7M678HRLMYSab3yBxC+lHyuGq9k4BTA/qlfYHF9Br+3 dmXuyTxllgeHLlf9HuuPpPqk1gLcP2h3kEfltcfGZbTldxMZugO+PHwAH LMe+gYFP86F+I/D6NqeECx2xshFzvCxMOkRkytMkqtriXuGn6JFZA/+hj Kh7zODBZxvwrujkJX1aFL7cFsTK/15CV/s9UPvdfMolAD4TbyE0x6SHq6 g==; X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="378023359" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208,223";a="378023359" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2022 00:31:26 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="643641560" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208,223";a="643641560" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2022 00:31:23 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/2] modify the dmas parameter by DPDK changed Date: Tue, 22 Nov 2022 16:25:35 +0800 Message-Id: <20221122082535.2896464-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 From DPDK-22.11, the dmas parameter have been changed by the local patch, so modify the dmas parameter. Wei Ling (2): test_plans/vm2vm_virtio_pmd_cbdma_test_plan: modify the dmas parameter by DPDK changed tests/vm2vm_virtio_pmd_cbdma: modify the dmas parameter by DPDK changed .../vm2vm_virtio_pmd_cbdma_test_plan.rst | 574 +++++++++--------- tests/TestSuite_vm2vm_virtio_pmd_cbdma.py | 373 +++++------- 2 files changed, 437 insertions(+), 510 deletions(-)