[V1,0/2] modify pvp_virtio_user_4k_pages by DPDK
Message ID | 20230605065502.564560-1-weix.ling@intel.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dts-bounces@dpdk.org> 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 E799642C31; Mon, 5 Jun 2023 08:55:15 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BBAEC40A7F; Mon, 5 Jun 2023 08:55:15 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id BC1864003C for <dts@dpdk.org>; Mon, 5 Jun 2023 08:55:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1685948113; x=1717484113; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Z16cMqg2lIcFkoclNPvqbCLXuWsWhOVTDpMtLyZcCZc=; b=jFDNCiZ35i+2AkkxA2lGn/NsNNq/1SOVrYtBDyR1m0HRkwJHnBsbaut9 jNCtm4X2nGiuCzf/aEyNkaUiwP6z8XVi2doqZ5Nu6X/aBH9xs8YAUi/kj Q697h6VYQOggzuQMD6YwVQssEt7oSv1msa7H65keZBtnHNWV0hPKGfeo/ myHQlfGdbk8duxDska44+beZom+rCLgvdxHh9vcdOyQLpGf5/e623hA5B Ct0uz0ppuT9DeLKg4l8YMzY0vSIGWDuYVO/H2Thx873mtTjoXsONqLLZU or6YB1kx8vDesk5cRVyXcGEY5bSslugw9+9ocFa2e7AEAUC2QQP3q7UH6 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10731"; a="422124053" X-IronPort-AV: E=Sophos;i="6.00,217,1681196400"; d="scan'208";a="422124053" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2023 23:55:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10731"; a="738263147" X-IronPort-AV: E=Sophos;i="6.00,217,1681196400"; d="scan'208";a="738263147" Received: from unknown (HELO dut222..) ([10.239.252.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2023 23:55:11 -0700 From: Wei Ling <weix.ling@intel.com> To: dts@dpdk.org Cc: Wei Ling <weix.ling@intel.com> Subject: [dts][PATCH V1 0/2] modify pvp_virtio_user_4k_pages by DPDK Date: Mon, 5 Jun 2023 14:55:02 +0800 Message-Id: <20230605065502.564560-1-weix.ling@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions <dts.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dts>, <mailto:dts-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dts/> List-Post: <mailto:dts@dpdk.org> List-Help: <mailto:dts-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dts>, <mailto:dts-request@dpdk.org?subject=subscribe> Errors-To: dts-bounces@dpdk.org |
Message
Ling, WeiX
June 5, 2023, 6:55 a.m. UTC
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. So delete `--no-huge -m 1024` parameter in testplan and testsuite. Wei Ling (2): test_plans/pvp_virtio_user_4k_pages: modify testplan by DPDK changed tests/pvp_virtio_user_4k_pages: modify testuite by DPDK changed test_plans/pvp_virtio_user_4k_pages_test_plan.rst | 6 +++--- tests/TestSuite_pvp_virtio_user_4k_pages.py | 11 ++++++----- 2 files changed, 9 insertions(+), 8 deletions(-)