From patchwork Thu Dec 22 05:43:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 121261 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 A29E1A034C; Thu, 22 Dec 2022 06:51:44 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7981740698; Thu, 22 Dec 2022 06:51:44 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id DAAA9400D7 for ; Thu, 22 Dec 2022 06:51:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671688303; x=1703224303; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=H55t1r8xO8IJElDddpHefTRJXwJqRk2RY41/1zf1jEo=; b=NIwNzWKauSlGwg2tJeXrfZ+/QKSqfvoqKyWTopx2vTgaWAGxeDqCB0dT MponWkbj3BZQa4/GV3UNuf4w6YXEOdqaMcQJWpLx+T7Q0eMghIBie6Xng E4tPhnnyGq6wxmcX0fOIensKWUesWBrg60T5BqquxFmNMmDA11b6mR+3G JYhllbmN0CpMQJ4sNP73xXrjWARYrQ3ruxIqS7Fri7wVlY5m37peRoJ6c gDZyUOJF+SR6LYgR3Xrt4pXrOI7/iyztL1ro7oOw2qk13OVPLRapNjkVo PdoHXsD2SZ9tMMSdIQAPYL6fo0W3vw7wY0np+01eTx/gTEqllwCzZalyb w==; X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="307737170" X-IronPort-AV: E=Sophos;i="5.96,264,1665471600"; d="scan'208";a="307737170" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Dec 2022 21:51:41 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="897099244" X-IronPort-AV: E=Sophos;i="5.96,264,1665471600"; d="scan'208";a="897099244" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Dec 2022 21:51:40 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V3 0/2] modify dsa parameter by DPDK changed Date: Thu, 22 Dec 2022 13:43:04 +0800 Message-Id: <20221222054304.178115-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.The dmas parameter have been changed by the local patch, so modify the dmas parameter in the testplan. 2.Add new tests/TestSuite_vm2vm_virtio_user_dsa.py to test the vm2vm_virtio_user with DSA driver. Wei Ling (2): test_plans/vm2vm_virtio_user_dsa_test_plan: modify dsa parameter by DPDK changed tests/vm2vm_virtio_user_dsa: add new testsuite .../vm2vm_virtio_user_dsa_test_plan.rst | 1055 ++++----- tests/TestSuite_vm2vm_virtio_user_dsa.py | 2079 +++++++++++++++++ 2 files changed, 2607 insertions(+), 527 deletions(-) create mode 100644 tests/TestSuite_vm2vm_virtio_user_dsa.py