From patchwork Fri Nov 11 08:14:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 119782 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 ACE36A0542; Fri, 11 Nov 2022 09:21:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A68F440143; Fri, 11 Nov 2022 09:21:37 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 0CCBB40141 for ; Fri, 11 Nov 2022 09:21:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668154896; x=1699690896; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=krJxTEN7Xu/nPAy+psBYwvhhQ4yN96A6nQl3l/VMUr8=; b=eOlkLuFYhvubBFSHNsT1N/EwH65TW7NNuCo4Do/tOuIaA1Lu0wsc/haF h5dyhIHaq4mQxS1dzQRmtx//Znm4SxxMKuON4FMe2X2YhZGC4pGxbsKcy XI6ycybtMsed/o3kf4xr+ZyEbxQeeUzbijejMBid+V08AuyZoNMdpBMfU pj+Fm1VUAz2z+mMaiTWTagp6qqpgR7BgtDz3uHhtdw4YUDXUWExC8FN44 qYb13JLcCzUZDMJ+WI5fO1q69LxlIfDYxeYIaidUmTcnr0laXLf8RH6my 7jEbm0EFsgubuoD99LcYPDvkUIkA9KgP70HYV6Jt//MEFAvPZPDPG01Xm g==; X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="294912885" X-IronPort-AV: E=Sophos;i="5.96,156,1665471600"; d="scan'208";a="294912885" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Nov 2022 00:21:35 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="762599103" X-IronPort-AV: E=Sophos;i="5.96,156,1665471600"; d="scan'208";a="762599103" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Nov 2022 00:21:34 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify the dmas parameter and upstream the Date: Fri, 11 Nov 2022 16:14:54 +0800 Message-Id: <20221111081454.2426129-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.Upstream the testuite. Wei Ling (2): test_plans/vm2vm_virtio_user_dsa_test_plan: modify the dmas parameter tests/vm2vm_virtio_user_dsa: add new testsuite .../vm2vm_virtio_user_dsa_test_plan.rst | 1045 ++++----- tests/TestSuite_vm2vm_virtio_user_dsa.py | 2070 +++++++++++++++++ 2 files changed, 2593 insertions(+), 522 deletions(-) create mode 100644 tests/TestSuite_vm2vm_virtio_user_dsa.py