From patchwork Tue Nov 22 08:42:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 120071 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 55EDDA057F; Tue, 22 Nov 2022 09:48:07 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 51D3142D45; Tue, 22 Nov 2022 09:48:07 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id BB457427EB for ; Tue, 22 Nov 2022 09:48:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669106886; x=1700642886; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=iMM3CJZdgEbzddxje092q/J5NTqavpGwR/uAz2DE7CM=; b=Y6JaWK0ifk6TDt4lLVVQpAznj1pxz6O4pd7cX+rrBcFjHUjmjvExKAEU kAmvZzgIXfHF58YLP6woVJodc9H4ruhHEK9cIdA2My++h36yqvvLPJn4p ltg7LjwnYmnLAqtDxoYGeteVbryr+m5eNh81kAxU/rN53J7JsB3PkLF/u 3T6x2EjnNR2Ziqnnhgop8hT64qPU9+VwOGO3E5iwHwWfbluKPLlRZsLhY 7mrfndssfyvZEJsaodp1a3JNAJxnMckZxKcPbZBBDRzxbxRjKpkqHkKRL JqeZoB6vLkbmA2XHx4jPWKpc8Dm+SZZWT4Q+JsSukCfyDfDiSFqwxLEPn Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="375911513" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208,223";a="375911513" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2022 00:48:04 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="641344340" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208,223";a="641344340" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2022 00:48:01 -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:42:15 +0800 Message-Id: <20221122084215.2897539-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 | 943 +++++++------- tests/TestSuite_vm2vm_virtio_user_cbdma.py | 1150 +++++++++-------- 2 files changed, 1042 insertions(+), 1051 deletions(-)