From patchwork Thu Dec 15 06:29:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 120916 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 93047A0543; Thu, 15 Dec 2022 07:37:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8D01440684; Thu, 15 Dec 2022 07:37:13 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 4B71C40223 for ; Thu, 15 Dec 2022 07:37:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671086231; x=1702622231; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=/uO28OhL1k5uNTuY479A6o3VnZI9mz56xGbAulIz0Hw=; b=EPwB7NWnPOXY36rCHnVu5El9NitVvbPrj6YUmOB2zUqprqVaG0IkrHj6 alHfP3cZrgjozOeHpg2u5AHhGhwZN+3bLjkYh4DBaPTVuZgpKwVLcFhc0 xDEo7l0TsJA32VWBJsWDCx9KubuHNtLdvOoFKBHctyXDmRRbJfjxiUfc5 lh4+WujXPmqQbeyU9grRi95fJ5FegT2BFs7RzQsvCsW4BuY+rEbBxrgSU 1RQ4r7IeCZ78FBaL/cb09oyG29tcF5nl7zWLxb69TzqqSFuevQQiNnMyS 444MN0lVrDAd2yS4NqKQLOgYaerYnfz1FDP0TaQyRSGei8nIn+coViWh4 Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10561"; a="319741133" X-IronPort-AV: E=Sophos;i="5.96,246,1665471600"; d="scan'208";a="319741133" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Dec 2022 22:37:08 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10561"; a="649275432" X-IronPort-AV: E=Sophos;i="5.96,246,1665471600"; d="scan'208";a="649275432" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Dec 2022 22:37:07 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V4 0/2] modify dmas parameter by DPDK changed Date: Thu, 15 Dec 2022 14:29:27 +0800 Message-Id: <20221215062927.310859-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 The dmas parameter have been changed by the local patch, so modify the dmas parameter in the testplan and testsuite. Wei Ling (2): test_plans/loopback_virtio_user_server_mode_cbdma_test_plan: modify dmas parameter by DPDK changed tests/loopback_virtio_user_server_mode_cbdma: modify dmas parameter by DPDK changed ...irtio_user_server_mode_cbdma_test_plan.rst | 602 ++++++++---- ..._loopback_virtio_user_server_mode_cbdma.py | 913 ++++++++++++------ 2 files changed, 1050 insertions(+), 465 deletions(-)