From patchwork Tue Nov 22 08:58:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 120079 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 1FF34A057F; Tue, 22 Nov 2022 10:04:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1AE4442D4B; Tue, 22 Nov 2022 10:04:43 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 9BD7B427EB for ; Tue, 22 Nov 2022 10:04:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669107881; x=1700643881; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=p/T+VUh9FIUKVhS2e3ZiHnicORcr6zNV0b2qnBVsyAk=; b=IXEww9BhPp6aFgem9o38Ou/bPIjrrzgKj2B52I5oSG72j0tihp4fhIPN V9/Q3bBTfPfI/kxWr+878rf+rPAzpYmfCsYdeSSfL/yADl1qKQa7eroqI 95cx9cIobIyO6JYcuvuXoDXtDX4O9ZgCK0/o8pEwdw1JyoyjXHXqWQKai MSswqxum2FxmXAb9TAT3kuSvtpK4F2E6qUe4HXdOXzwMFR2TyMmrzzzj+ MBMaibcfIUOz0QppmeyW7fIRs7AkB4RO4J+Imvx6J5M2oIfEQ8MrQtb2e zH/9t5MRvY5AaWSWDj9lwJx9xYrZ/HyJsfjx0gKEq24WwB7rGUFTELViq w==; X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="311399715" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208,223";a="311399715" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2022 01:04:39 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="674284719" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208,223";a="674284719" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2022 01:04:37 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/3] modify the dmas parameter by DPDK changed Date: Tue, 22 Nov 2022 16:58:51 +0800 Message-Id: <20221122085851.2898638-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 (3): test_plans/vhost_cbdma_test_plan: modify the dmas parameter by DPDK changed tests/vhost_cbdma: modify the dmas parameter by DPDK changed conf/vhost_cbdma: modify the suite config by case changed conf/vhost_cbdma.cfg | 20 +- test_plans/vhost_cbdma_test_plan.rst | 506 ++++++-------- tests/TestSuite_vhost_cbdma.py | 991 ++++++++++++--------------- 3 files changed, 669 insertions(+), 848 deletions(-)