From patchwork Mon Mar 27 05:56:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 125512 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 EED804284C; Mon, 27 Mar 2023 07:59:51 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C513240ED8; Mon, 27 Mar 2023 07:59:51 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 2B5D140ED5 for ; Mon, 27 Mar 2023 07:59:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679896790; x=1711432790; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=cKZl897sby9wYb++C6PjHmg02X72bwjID0fjNSulDZ8=; b=XuQqAj6suZB04tLupAFs6lYB5eO3Ln267kV4EzrpkEZZoJ1yd15DxuH5 Eon7XZqOiPw0O5hCJDw56YwRwdxHosd9PPRcnDPqutNpYBMT7PzGkRvy7 gBlaadL++o5D5+jtOOqX3HqNSMtW6Q4bcAAiJOBH+ogfwLuEwid0Y3/nZ jppXe0sEWsjaa8qPEqUSpQi0lAhgqHeoEg6rUFldAucqJtITwq9F8vms1 WTO6z5tHo6/YCk2eOAxcwPhU2fSL528TMbNl9Lz0XpmxT8i44djZMWW+4 xUedboacOVkdmuwtpaxUK3EB2wCUeCr7c6xpUeaFM31i3P9NLEAVgbszV w==; X-IronPort-AV: E=McAfee;i="6600,9927,10661"; a="426446311" X-IronPort-AV: E=Sophos;i="5.98,293,1673942400"; d="scan'208";a="426446311" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2023 22:59:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10661"; a="747863922" X-IronPort-AV: E=Sophos;i="5.98,293,1673942400"; d="scan'208";a="747863922" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2023 22:59:47 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V3 0/2] fix basic_4k_pages_dsa testplan and Date: Mon, 27 Mar 2023 13:56:56 +0800 Message-Id: <20230327055658.3202858-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 the dmas parameter in testplan by the DPDK local path changed. 2.fix start QEMU with wrong command issue in testsuite. 3.Replace the new API function to create WQ or bind DSA to DPDK driver in testsuite. Wei Ling (2): test_plans/basic_4k_pages_dsa: modify the dmas parameter tests/basic_4k_pages_dsa: fix start QEMU with wrong command issue test_plans/basic_4k_pages_dsa_test_plan.rst | 376 +++++++++----------- tests/TestSuite_basic_4k_pages_dsa.py | 365 +++++++++---------- 2 files changed, 352 insertions(+), 389 deletions(-)