From patchwork Thu Dec 22 05:59:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 121264 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 CCDE9A034C; Thu, 22 Dec 2022 07:08:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C6BCF40698; Thu, 22 Dec 2022 07:08:30 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id EC654400D7 for ; Thu, 22 Dec 2022 07:08: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=1671689309; x=1703225309; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=2goQVTNRSRTUfUOzGafU14IQgjMXTLM53RGbDgrPlbA=; b=A0pRWaVyojLC2FtPQP+pGPl5pFgqUVfGzHFVdAgJv2U9mJvyQfx2xzrD QnbJ1yitjEjzQqHCcUbeC8f72Z0iPy877xCQ9EBBk5nvYiMdgvKimpmeh SWVagjSmbE9r6lp+eQbC4aJRZupNfZfBCZJOhxKcYcJpY4AmFKpXcXmYM bk8bQHE5PnpH3DRHfuimvrBmM2iQhxBZoi2hp2rtdU+TVn/W0hg43vlSk Tkcz3t/X3KPPjws1jbE59Jbk4fie43vi6BAzYhpHMos76ejdwRXM1v6cQ gwOzi8IIHcKczZyoqB8JqjtMY1IkFPMWpWzXmOtUjtdvdDyy/CRNHCmmc Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="307739460" X-IronPort-AV: E=Sophos;i="5.96,264,1665471600"; d="scan'208";a="307739460" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Dec 2022 22:08:27 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="715043779" X-IronPort-AV: E=Sophos;i="5.96,264,1665471600"; d="scan'208";a="715043779" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Dec 2022 22:08:25 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V3 0/2] modify dmas parameter by DPDK changed Date: Thu, 22 Dec 2022 13:59:49 +0800 Message-Id: <20221222055949.178743-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 1.Modify and add new testcases to cover the virtio loopback topo with the DSA driver. 2.Add the new testsuite TestSuite_loopback_virtio_user_server_mode_dsa.py. Wei Ling (2): test_plans/loopback_virtio_user_server_mode_dsa_test_plan: modify dmas parameter by DPDK changed tests/loopback_virtio_user_server_mode_dsa: add new testsuite ..._virtio_user_server_mode_dsa_test_plan.rst | 1228 ++++++++--- ...te_loopback_virtio_user_server_mode_dsa.py | 1928 +++++++++++++++++ 2 files changed, 2811 insertions(+), 345 deletions(-) create mode 100644 tests/TestSuite_loopback_virtio_user_server_mode_dsa.py