From patchwork Thu Jun 23 06:53:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lingli Chen X-Patchwork-Id: 113315 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 249B5A0545; Thu, 23 Jun 2022 09:29:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DE205427EE; Thu, 23 Jun 2022 09:29:19 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 0F4504067B for ; Thu, 23 Jun 2022 09:29:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655969359; x=1687505359; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=2hlXKrJRmuyf+5C4dCH3bV2mRMLan8KmT6RlU/IUGrs=; b=btIVJbgv6ugKZ6sKf1B6N5JT9M7mTvhvzLmflztXwM21QN/DWFB3a3dV 9qG4tdHIjzXA1aBFZRpsTFSw5tUhwq4sHksoqklWK4vRTRsVU1Vl+0bfe yePCZ8GKD8T00B8WnkS/tudqmjJITd9s+jHwpnaSjLsiA9HobJmo4H5IA btgdCvUStuYD6LPkH9ph6UHEWWm4zXK0L6QS3it0foOaZZAqtYhr4V1Hu 0sEoZSZQJq07wb2E7qis/hIfK2OAlehBjvFhom8l2stUVdGIKVaaYjffk WLt7UNBFAzKEkreNhJzog/GyCT0iPAvhXklrEVP1ig8gx/S5SwX7ZKsND Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10386"; a="280697687" X-IronPort-AV: E=Sophos;i="5.92,215,1650956400"; d="scan'208";a="280697687" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2022 00:29:16 -0700 X-IronPort-AV: E=Sophos;i="5.92,215,1650956400"; d="scan'208";a="592582590" Received: from unknown (HELO localhost.localdomain) ([10.239.252.99]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2022 00:29:15 -0700 From: Lingli Chen To: dts@dpdk.org Cc: zhiminx.huang@intel.com, Lingli Chen Subject: [dts][PATCH V1 1/4] test_plans/dynamic_queue: modify script according to dpdk code change Date: Thu, 23 Jun 2022 02:53:33 -0400 Message-Id: <20220623065336.21482-2-linglix.chen@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220623065336.21482-1-linglix.chen@intel.com> References: <20220623065336.21482-1-linglix.chen@intel.com> 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 According to dpdk commit 3c4426db54fc(app/testpmd: do not poll stopped queues) modify the plan to adapt to this change. Signed-off-by: Lingli Chen --- test_plans/dynamic_queue_test_plan.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_plans/dynamic_queue_test_plan.rst b/test_plans/dynamic_queue_test_plan.rst index 96cfcb8a..d22068a0 100644 --- a/test_plans/dynamic_queue_test_plan.rst +++ b/test_plans/dynamic_queue_test_plan.rst @@ -94,7 +94,7 @@ Stop one Tx queue on port 0:: Set txonly forward, start testpmd -Start testpmd, then stop, check this stopped queue only transmits 255 packets +Start testpmd, then stop, check this stopped queue not display Setup this stopped queue on the port:: @@ -162,7 +162,7 @@ Stop one Tx queue on port 0:: Set txonly forward, start testpmd -Start testpmd, then stop, check this stopped queue only transmits 255 packets +Start testpmd, then stop, check this stopped queue not display Reconfigure ring size as 512 for the stopped queues on port 0::