From patchwork Mon Jun 5 06:33:59 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 128072 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 5546F42C31; Mon, 5 Jun 2023 08:34:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3EB0C40A7F; Mon, 5 Jun 2023 08:34:12 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 646794003C for ; Mon, 5 Jun 2023 08:34:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1685946850; x=1717482850; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=AjDRUUW/M3eULbteEdc8H6hL9YpNXwwI2UuvqL4er88=; b=d40mh8k3D4LRcbZxtH2nsGOY/aQVnezPp+gxgaZNg12MvWouqGSB1Rp8 eht2CHABMDEzl8Z3R4Q8zN12FLpG0BINsns2jtgHsRFZY8LHt6bzOY1vb mVGZHyi12lyQ0cMk5RBvvpL9nOEp7JFcR/emPqow4cN3adAc67dgx1be2 XIUUdx+Kq2atQc2HXeh14IHMGUsCjprgJt3gZglBCZqIeODRn0/ciFkgV Q2JMU1qFj5r4ZNejQbCLIsXNbeEdkA7wcodxFt7+5+eoAPjzFT8br71hA Zlg165q6cMsF0e7IUi/QqVX4w/0149XF5wIGG2BlVMfkiaE2DVmd7Z/5B g==; X-IronPort-AV: E=McAfee;i="6600,9927,10731"; a="356306971" X-IronPort-AV: E=Sophos;i="6.00,217,1681196400"; d="scan'208";a="356306971" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2023 23:34:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10731"; a="852860694" X-IronPort-AV: E=Sophos;i="6.00,217,1681196400"; d="scan'208";a="852860694" Received: from unknown (HELO dut222..) ([10.239.252.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2023 23:34:08 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/3] modify basic_4k_pages_cbdma by DPDK changed Date: Mon, 5 Jun 2023 14:33:59 +0800 Message-Id: <20230605063359.563731-1-weix.ling@intel.com> X-Mailer: git-send-email 2.34.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 As the DPDK commit a399d7b5(vfio: do not coalesce DMA mappings) changed, We need to delete the `--no-huge -m 1024` parameter when start the vhost-user as back-end side. 1.Delete the `--no-huge -m 1024` parameter in testplan. 2.Delete the `--no-huge -m 1024` parameter in testsuite and add handle expected value in conf/basic_4k_pages_cbdma.cfg. 3.Add [suite] section to save case config and expected values. Wei Ling (3): test_plans/basic_4k_pages_cbdma: modify testplan by DPDK changed tests/basic_4k_pages_cbdma: modify testsuite by DPDK changed conf/basic_4k_pages_cbdma: add suite config as expected values conf/basic_4k_pages_cbdma.cfg | 7 + test_plans/basic_4k_pages_cbdma_test_plan.rst | 560 +++++++++--------- tests/TestSuite_basic_4k_pages_cbdma.py | 225 +++++-- 3 files changed, 457 insertions(+), 335 deletions(-)