From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id DD333A0465 for ; Wed, 29 May 2019 11:47:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A20612C55; Wed, 29 May 2019 11:47:30 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 2EF9E1B19 for ; Wed, 29 May 2019 11:47:28 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 May 2019 02:47:28 -0700 X-ExtLoop1: 1 Received: from dpdk-test60.sh.intel.com ([10.67.111.110]) by orsmga005.jf.intel.com with ESMTP; 29 May 2019 02:47:27 -0700 From: Xueqin Lin To: dts@dpdk.org Cc: "xueqin.lin" Date: Tue, 28 May 2019 23:47:36 -0400 Message-Id: <1559101656-42385-1-git-send-email-xueqin.lin@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dts] [PATCH] test_plans/rss_to_rte_flow: correct queue id not match with script X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "dts" From: "xueqin.lin" Signed-off-by: Xueqin Lin --- test_plans/rss_to_rte_flow_test_plan.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/rss_to_rte_flow_test_plan.rst b/test_plans/rss_to_rte_flow_test_plan.rst index c6158bd..d91484a 100644 --- a/test_plans/rss_to_rte_flow_test_plan.rst +++ b/test_plans/rss_to_rte_flow_test_plan.rst @@ -442,7 +442,7 @@ Test case: Set queue-region generic flow api 1 0 0 i- VLAN => RSS 3 0 0 i- VLAN => RSS - Send the 3 packets to port 0. They are all distributed to queue 8. + Send the 3 packets to port 0. They are all distributed to queue 0. Queue region only can be deleted all or none. Test case: Set queue region with invalid parameter -- 2.7.5