From patchwork Fri Nov 11 07:51:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 119776 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 EDA28A0542; Fri, 11 Nov 2022 08:58:40 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D291F40143; Fri, 11 Nov 2022 08:58:40 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 1B23A40141 for ; Fri, 11 Nov 2022 08:58:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668153520; x=1699689520; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=jEcb2kK93UIfOOQaOk0E0xqiSWSrWv8/LO2zarPI4o4=; b=NYoVyvsCoVwOet+tSdJyTM00UxiS6QrN32bT65JEpWB0rAW9JK897YE4 gMTy1ks2uuVgo+3hqJz8J8pyNKwSsIz4BLiU/fBHYBkPWb4+XDuO9llUC PGx5n9EO3giKLzzsI6xpU5KyrfM5NC5H/TIh4/iq4uqTi7qu6If4CZ8bB s3C2KhAsZU2dsoXkpTjA7OJzPKkc5a5eP30w6e/GruHZUHZhcHQE+9RzG PIk0gS7Ociugrcmdzc+bKW1k0PDV+trw4PU5Ddz9SZyMF5pLFZTJM6lra 8G6Jh7vomPNlhrHcA8gqjfQo6FniupiSRgdphiCYfkCCI2m33+bE3/UUa A==; X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="397846119" X-IronPort-AV: E=Sophos;i="5.96,156,1665471600"; d="scan'208";a="397846119" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2022 23:58:39 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="631959386" X-IronPort-AV: E=Sophos;i="5.96,156,1665471600"; d="scan'208";a="631959386" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2022 23:58:37 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify the dmas and add new testuite Date: Fri, 11 Nov 2022 15:51:57 +0800 Message-Id: <20221111075157.2425402-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.From DPDK-22.11, the dmas parameter have changed from `lcore-dma=[lcore1@0000:00:04.0]` to `dmas=[txq0@0000:00:04.0]` by DPDK local patch,so modify the dmas parameter. 2.Add new testcase in testplan. 3.Upstream the new testsuite. Wei Ling (2): test_plans/loopback_virtio_user_server_mode_dsa_test_plan: modify the dmas parameter and add cases tests/loopback_virtio_user_server_mode_dsa: add new testsuite ..._virtio_user_server_mode_dsa_test_plan.rst | 1015 +++++++-- ...te_loopback_virtio_user_server_mode_dsa.py | 1935 +++++++++++++++++ 2 files changed, 2718 insertions(+), 232 deletions(-) create mode 100644 tests/TestSuite_loopback_virtio_user_server_mode_dsa.py