From patchwork Thu Nov 10 03:20:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 119691 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 93128A04FD; Thu, 10 Nov 2022 04:27:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6AA00400EF; Thu, 10 Nov 2022 04:27:04 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 10BF1400D4 for ; Thu, 10 Nov 2022 04:27:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668050823; x=1699586823; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=jO9bhwNzC4kOkca9UZJ0n/7M0Nl8JWM2HsTCfmNSIPw=; b=fMxBVRQ2qrrq9/Vz1iSBh1BnREtWoUScb9vEqHie1hXEHQg+dAX3SiGR YgrZDnp3t9IJkaG7XQuuz30Wjits/1/d48tCHpS2u/+tleAh5yifpcOhH CIU4wGYovSQi5ZB+a70YkA1G9pdPOt42/pye2DC+GWiZM8bGwbY/sjCBz yh+DXy4ReXl7kAnA5v8Yw4uxjy6rHX04WJsPEO9ldXVATJ7tEy0A1Crge oQJgcE8xJ81Z6qGUo/Fq681soDNs881AR/WPfZJ/kw52KgciUx7zwLsjc yoiU7UikmwhVOvQUd0cl28AXW6JchNDfPlTlRlQAO4fJMzn83ggKu8J9U A==; X-IronPort-AV: E=McAfee;i="6500,9779,10526"; a="294541005" X-IronPort-AV: E=Sophos;i="5.96,152,1665471600"; d="scan'208,223";a="294541005" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2022 19:27:02 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10526"; a="668241132" X-IronPort-AV: E=Sophos;i="5.96,152,1665471600"; d="scan'208,223";a="668241132" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2022 19:27:01 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify the dmas parameter by DPDK changed Date: Thu, 10 Nov 2022 11:20:30 +0800 Message-Id: <20221110032030.1813861-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_user_cbdma_test_plan: modify the dmas parameter by DPDK changed tests/vm2vm_virtio_user_cbdma: modify the dmas parameter by DPDK changed .../vm2vm_virtio_user_cbdma_test_plan.rst | 467 +++---- tests/TestSuite_vm2vm_virtio_user_cbdma.py | 1150 +++++++++-------- 2 files changed, 808 insertions(+), 809 deletions(-)