From patchwork Thu Dec 22 07:16:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 121275 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 08829A034C; Thu, 22 Dec 2022 08:25:40 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E2D3440698; Thu, 22 Dec 2022 08:25:39 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id C721C400D7 for ; Thu, 22 Dec 2022 08:25:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671693937; x=1703229937; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=UFiRXSEKsCWxfpj+Mgcevb+uuS8Df2EGmLawBdY3If4=; b=ksCXNjtDJw00n+LuU1njRCCC0YtNI1CuW/MBJyfDktE8yyealshFUBe+ JNcnfRX/6mRYHYGVQwTZNuvzEebVXOteRZh/An8PyX48iaMcsPqFQHk/9 s8thlQcexxvcdYQi2otovl00OXBm2CUL0Ysm8Gb2uadtJetrDG39qbefY XPwGfHP125d/rYOi1sirnfD+B6cmY2fdMh1dMW51nYPbQ+Q9/wes21Yu+ RfHkgKK/Q21VRYVAxDzT78ObOnhKQihldGtU/nzUc4yZqRGivH/cidA3/ oG/gZYIHfyskl03qtHBBpMzmdZHm48wNwdEtAcC+tlyTfIuMlyWqzbzXe A==; X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="320120085" X-IronPort-AV: E=Sophos;i="5.96,264,1665471600"; d="scan'208";a="320120085" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Dec 2022 23:25:36 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="758845145" X-IronPort-AV: E=Sophos;i="5.96,264,1665471600"; d="scan'208";a="758845145" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Dec 2022 23:25:35 -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, 22 Dec 2022 15:16:58 +0800 Message-Id: <20221222071658.180120-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 | 1978 +++++++++++++++++ 2 files changed, 2861 insertions(+), 345 deletions(-) create mode 100644 tests/TestSuite_loopback_virtio_user_server_mode_dsa.py