From patchwork Wed Jun 22 17:34:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 113229 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 ABFD5A04FD; Wed, 22 Jun 2022 11:10:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 81F814069C; Wed, 22 Jun 2022 11:10:05 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 2114540689 for ; Wed, 22 Jun 2022 11:10:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655889004; x=1687425004; h=from:to:cc:subject:date:message-id; bh=kj0oKz7iCAmWONCzBthDNGkybYOVaRK0D00yHDeWUmw=; b=TrfeW426f54ah9R0H15ifkLFKqmgb8ojS7PCLq4llZc8DwqqMIeDCrsG FV+/nyR3G0pu9SFbEoDh4K7urRinwTAccpXv3vNfx/rb2GwhnnpE1qILR 0h8mHgajmq7pg3G0wgNnDWBabdf7VP0IU7UAhMs+NQGiKc7Y34qxu7Eyg WBNl9c4VtcGQqNgl5sixfVRKNy74aysSqvnttcmvBDru8yQgSsGR8qWIa KNCBcsgufMHA/xITNM1kOAZr/TKuPe1E+wADpFvieFCtZ3kygw/RMOx4o pmdVE0HkmGNAUqsBPa/OdEXkxzdWud11FY1CKVGb694iETHZ+Gs2rytHu A==; X-IronPort-AV: E=McAfee;i="6400,9594,10385"; a="277910843" X-IronPort-AV: E=Sophos;i="5.92,212,1650956400"; d="scan'208";a="277910843" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2022 02:10:03 -0700 X-IronPort-AV: E=Sophos;i="5.92,212,1650956400"; d="scan'208";a="655564482" Received: from unknown (HELO localhost.localdomain) ([10.239.252.94]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2022 02:10:02 -0700 From: Jiale Song To: dts@dpdk.org Cc: Jiale Song Subject: [dts] [PATCH V1] test_plans/large_vf: change the subcase number to 1/2/3 Date: Wed, 22 Jun 2022 17:34:37 +0000 Message-Id: <20220622173437.25185-1-songx.jiale@intel.com> X-Mailer: git-send-email 2.17.1 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 subcase not in order, change the subcase number to 1/2/3. Signed-off-by: Jiale Song --- test_plans/large_vf_test_plan.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_plans/large_vf_test_plan.rst b/test_plans/large_vf_test_plan.rst index 918c7563..c7f0d119 100644 --- a/test_plans/large_vf_test_plan.rst +++ b/test_plans/large_vf_test_plan.rst @@ -359,7 +359,7 @@ Send 1000 matched IPv6 UDP packets with random UDP sport:: Check the IPv6 UDP packets are redirected by RSS to queue [0~3] without FDIR matched ID=0x2. -Subcase 3: negative: fail to test more than 128 VFs +Subcase 2: negative: fail to test more than 128 VFs --------------------------------------------------- Success to create 128 max VFs with 4 QPs per PF default:: @@ -370,7 +370,7 @@ If create 129 VFs, will report fail:: echo 129 > /sys/bus/pci/devices/0000\:60\:00.0/sriov_numvfs -bash: echo: write error: Numerical result out of range -Subcase 4: negative: fail to setup more than 4 queues when VF number is 128 +Subcase 3: negative: fail to setup more than 4 queues when VF number is 128 --------------------------------------------------------------------------- Create 128 max VFs.