From patchwork Tue Sep 6 09:06:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 115960 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 6090AA0542; Tue, 6 Sep 2022 11:11:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4F6F240143; Tue, 6 Sep 2022 11:11:02 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 353E0400D6 for ; Tue, 6 Sep 2022 11:11:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662455461; x=1693991461; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=HGvnA7LD2S8VBZpinwWGtTzj1t+SASvIdKcMtdH7Z8M=; b=Q7Wt0DzjgxHzJ1HBW0p9gVHs7w2WgeRQ/2o+DqcIFdcs6UJlJSB5E6TJ svTTAEsLM567uOdPxNcRSZstZ+vjSN968ghz2Y862IJZhRPq+YNFBsrS5 ejJXgZxbVC+h/jlNlLzy08AQxtVxBvRSYJsewBMPVSQrI2j8tzOIS/ukH 74guohuy6vETqLYRDo5uoii/9Fw6aK/ZxhCb63AEiVa/M5STklK9i5w14 KFQyatRG3QqYh4IgYkDkMheYxYNsuh76O53Ofaqk7xF+41a4Cmti9gCIJ NTRhSMeBVSXoUhwWihZhUQcHn1bgLxPaYWhm1aSm0AIyHrh6but7tW0Ea A==; X-IronPort-AV: E=McAfee;i="6500,9779,10461"; a="294130256" X-IronPort-AV: E=Sophos;i="5.93,293,1654585200"; d="scan'208";a="294130256" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 02:11:00 -0700 X-IronPort-AV: E=Sophos;i="5.93,293,1654585200"; d="scan'208";a="609892852" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 02:10:58 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 1/2] test_plans/basic_4k_pages_cbdma_test_plan: delete dma_ring_size parameter Date: Tue, 6 Sep 2022 05:06:02 -0400 Message-Id: <20220906090602.534818-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 By DPDK have removed dma_ring_size parameter, so delete dma_ring_size parameter from basic_4k_pages_cbdma testplan. Signed-off-by: Wei Ling --- .idea/vcs.xml | 6 ++++++ test_plans/basic_4k_pages_cbdma_test_plan.rst | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..94a25f7f --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/test_plans/basic_4k_pages_cbdma_test_plan.rst b/test_plans/basic_4k_pages_cbdma_test_plan.rst index 66ce000f..009a200c 100644 --- a/test_plans/basic_4k_pages_cbdma_test_plan.rst +++ b/test_plans/basic_4k_pages_cbdma_test_plan.rst @@ -135,8 +135,8 @@ when vhost uses the asynchronous operations with CBDMA channels in 4K-pages memo rm -rf vhost-net* ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 2-4 -n 4 --no-huge -m 1024 --file-prefix=vhost -a 0000:00:04.0 -a 0000:00:04.1 \ - --vdev 'net_vhost0,iface=vhost-net0,queues=1,tso=1,dmas=[txq0;rxq0],dma_ring_size=2048' \ - --vdev 'net_vhost1,iface=vhost-net1,queues=1,tso=1,dmas=[txq0;rxq0],dma_ring_size=2048' \ + --vdev 'net_vhost0,iface=vhost-net0,queues=1,tso=1,dmas=[txq0;rxq0]' \ + --vdev 'net_vhost1,iface=vhost-net1,queues=1,tso=1,dmas=[txq0;rxq0]' \ --iova=va -- -i --nb-cores=2 --txd=1024 --rxd=1024 --lcore-dma=[lcore3@0000:00:04.0,lcore4@0000:00:04.1] testpmd>start @@ -194,8 +194,8 @@ when vhost uses the asynchronous operations with CBDMA channels in 4K-pages memo rm -rf vhost-net* ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 2-4 -n 4 --no-huge -m 1024 --file-prefix=vhost -a 0000:00:04.0 -a 0000:00:04.1 \ - --vdev 'net_vhost0,iface=vhost-net0,queues=1,tso=1,dmas=[txq0;rxq0],dma_ring_size=2048' \ - --vdev 'net_vhost1,iface=vhost-net1,queues=1,tso=1,dmas=[txq0;rxq0],dma_ring_size=2048' \ + --vdev 'net_vhost0,iface=vhost-net0,queues=1,tso=1,dmas=[txq0;rxq0]' \ + --vdev 'net_vhost1,iface=vhost-net1,queues=1,tso=1,dmas=[txq0;rxq0]' \ --iova=va -- -i --nb-cores=2 --txd=1024 --rxd=1024 --lcore-dma=[lcore3@0000:00:04.0,lcore4@0000:00:04.1] testpmd>start