From patchwork Mon Nov 28 02:49:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 120176 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 4E966A0093; Mon, 28 Nov 2022 03:55:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 22F254067C; Mon, 28 Nov 2022 03:55:30 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 688AF40156 for ; Mon, 28 Nov 2022 03:55:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669604128; x=1701140128; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=tTctYKGR7e4CLQr9nTVpgujSwXTbhtZg2S919DShmTI=; b=G/VNYlPw/keflUzvjVD+I1IYwFJc7ow/HpJtFPHqBxBydOSZEnYX9mzp dkfIQDUwLPzyPLWOBVQCJ5jvZMMjJexuTWOi8C5Zgr+KQLz+SpOJsNsZe 3O/FchV87qVfCN52rmGq2fI1+qULWlfujOcp2BGtRDhmK+4+dlCuhyGsK +AFmpuD7gVZOmBa1e10WkkGNR9Zu0b3Bs8GBS/avsL9Yjh4m3UU3aYr12 ORLbyLiea9/nL7j7iJMu/nqFzI1AmhaYYheR+K4jJKq++mK1qSFP3/JQg a73FWUjzLeh4t6xP9bfNiIr3Xk4p4RTGZ40VN4YhPYrZeEP7T8DNp3SEM A==; X-IronPort-AV: E=McAfee;i="6500,9779,10544"; a="401025089" X-IronPort-AV: E=Sophos;i="5.96,199,1665471600"; d="scan'208,223";a="401025089" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Nov 2022 18:55:27 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10544"; a="767889105" X-IronPort-AV: E=Sophos;i="5.96,199,1665471600"; d="scan'208,223";a="767889105" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Nov 2022 18:55:25 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V3 0/3] modify the dmas parameter by DPDK changed Date: Mon, 28 Nov 2022 10:49:40 +0800 Message-Id: <20221128024940.2315286-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 | 859 +++++++++++++-------------- 3 files changed, 640 insertions(+), 745 deletions(-)