From patchwork Thu Jun 23 06:53:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Lingli Chen X-Patchwork-Id: 113317 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 6E9DCA0545; Thu, 23 Jun 2022 09:29:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 37F1D4280E; Thu, 23 Jun 2022 09:29:21 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id D9A7140DDB for ; Thu, 23 Jun 2022 09:29:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655969360; x=1687505360; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=fu++pEPApzMu3jd7Eg2vH4nwDjH47lNPkBrIM/Sa3tc=; b=DE/k8648MRAoAtEHKzzNlbZx6A09RWR5P0cNKcTX82+i7+I7bei7/M1e PKitBqK1P3BVUAq8GpXc/2ilPBb3n1FBWET53wtnMPXB2JQE1l9rgaTen 6RSAWZQyRje5mQm19PUMikPFQgkJCG5Q0/+UhzzN5KQYwAImgXo/coWAR BM7d8oq/dlsIUviTPVA5hwLZk2Eo6RFBNDoB9S8xbTSYgtOrsfA/+ExOL am6npKlfOqc8eoTLf0pK+LuXkl8IKi2UtfKEEJt+QS10IFLePfj7nXH4c O7sBTjRepWBlDfRnLHaYfWHCJviVFG42SZxa/GG4a6O11WW6kN0XM1vNi g==; X-IronPort-AV: E=McAfee;i="6400,9594,10386"; a="280697707" X-IronPort-AV: E=Sophos;i="5.92,215,1650956400"; d="scan'208";a="280697707" 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:19 -0700 X-IronPort-AV: E=Sophos;i="5.92,215,1650956400"; d="scan'208";a="592582604" 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:18 -0700 From: Lingli Chen To: dts@dpdk.org Cc: zhiminx.huang@intel.com, Lingli Chen Subject: [dts][PATCH V1 3/4] test_plans/queue_start_stop: modify script according to dpdk code change Date: Thu, 23 Jun 2022 02:53:35 -0400 Message-Id: <20220623065336.21482-4-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> 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 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/queue_start_stop_test_plan.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/queue_start_stop_test_plan.rst b/test_plans/queue_start_stop_test_plan.rst index cf660710..e895076d 100644 --- a/test_plans/queue_start_stop_test_plan.rst +++ b/test_plans/queue_start_stop_test_plan.rst @@ -43,7 +43,7 @@ This case support PF (IntelĀ® Ethernet 700 Series), VF (IntelĀ® Ethernet 700 Ser #. Start packet generator to transmit and not receive packets #. Run "port 0 rxq 0 start" to start rxq 0 in port 0 #. Run "port 1 txq 1 stop" to start txq 0 in port 1 -#. Start packet generator to transmit and not receive packets but in testpmd it is a "ports 0 queue 0 received 1 packages" print +#. Start packet generator to transmit and not receive packets #. Run "port 1 txq 1 start" to start txq 0 in port 1 #. Start packet generator to transmit and receive packets #. Test it again with VF