From patchwork Wed Dec 28 09:15:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 121443 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 039F0A0540; Wed, 28 Dec 2022 10:25:47 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 91F694161A; Wed, 28 Dec 2022 10:25:46 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id C4F1D40141 for ; Wed, 28 Dec 2022 10:25:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672219546; x=1703755546; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=SQ5l/8mo9g1sGSjt8/ZvQ5xY5K8uEuI61FbKC6IcZRg=; b=K4EpA6u2UoS1HjLFpYwKzwHSMawdyXjJuAozFzcOTsGEqpiUNxtXov+0 5/5XbYVK+FShTps8aBY9iZHjQ+prCGxpuoHkCbNvNTVama5jOBDyZ0ngX L6BKgusPzQgtIkCUZhTbbw8fUPISOpL7VOqGx4tjP47sPkW4cm1Qu7RGu 7q8GEGO2nP1LYQH8o+3CbqPCQyIPgQEDDUYXZ4DNAxtzQvLGdnP/BE7OL H5gSY4bHyYDdh+M8rmg62IybocBF1u3omJnd0eDurv8ZOPKuikBd9ASE8 FU+vkPEt/cpQDpLhP3kKUeouRxKMWh3JsV+zHP5DPPP1y8NaM4tRp8YN1 g==; X-IronPort-AV: E=McAfee;i="6500,9779,10573"; a="300532943" X-IronPort-AV: E=Sophos;i="5.96,280,1665471600"; d="scan'208";a="300532943" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Dec 2022 01:25:24 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10573"; a="777390721" X-IronPort-AV: E=Sophos;i="5.96,280,1665471600"; d="scan'208";a="777390721" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Dec 2022 01:25:22 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 1/2] test_plans/virtio_event_idx_interrupt_cbdma: modify case1&3 rerun times from 10 to 100 Date: Wed, 28 Dec 2022 17:15:55 +0800 Message-Id: <20221228091555.3623582-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 Modify case1&3 rerun times from 10 to 100. Signed-off-by: Wei Ling --- test_plans/virtio_event_idx_interrupt_cbdma_test_plan.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_plans/virtio_event_idx_interrupt_cbdma_test_plan.rst b/test_plans/virtio_event_idx_interrupt_cbdma_test_plan.rst index eed10893..55008f07 100644 --- a/test_plans/virtio_event_idx_interrupt_cbdma_test_plan.rst +++ b/test_plans/virtio_event_idx_interrupt_cbdma_test_plan.rst @@ -96,7 +96,7 @@ operations with CBDMA channels. ifconfig [ens3] 1.1.1.2 tcpdump -i [ens3] -6. Rerun step4 and step5 10 times to check event idx workable after driver reload. +6. Rerun step4 and step5 100 times to check event idx workable after driver reload. Test Case 2: Split ring 16 queues virtio-net event idx interrupt mode test with cbdma enable -------------------------------------------------------------------------------------------- @@ -180,7 +180,7 @@ with CBDMA channels. ifconfig [ens3] 1.1.1.2 tcpdump -i [ens3] -6. Rerun step4 and step5 10 times to check event idx workable after driver reload. +6. Rerun step4 and step5 100 times to check event idx workable after driver reload. Test Case 4: Packed ring 16 queues virtio-net event idx interrupt mode test with cbdma enable ---------------------------------------------------------------------------------------------