From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id C82E2914B for ; Wed, 16 Aug 2017 21:33:14 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Aug 2017 12:32:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,384,1498546800"; d="scan'208";a="141113585" Received: from imail001.iil.intel.com ([10.184.207.12]) by fmsmga006.fm.intel.com with ESMTP; 16 Aug 2017 12:32:52 -0700 Received: from PAE-i-server5.iil.intel.com (pae-i-server5.iil.intel.com [143.185.141.162]) by imail001.iil.intel.com with ESMTP id v7GJWodV031143; Wed, 16 Aug 2017 22:32:50 +0300 From: Rami Rosen To: yong.liu@intel.com Cc: dts@dpdk.org, Rami Rosen Date: Wed, 16 Aug 2017 22:33:05 +0300 Message-Id: <20170816193305.4338-1-rami.rosen@intel.com> X-Mailer: git-send-email 2.11.0 Subject: [dts] [PATCH] test_plan cloud_filter: use correct action in Multiple cloud filters test case. 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: , X-List-Received-Date: Wed, 16 Aug 2017 19:33:15 -0000 In Multiple cloud filter rules test case, in cloud filter test plan, in the description of the second rule, we have: "Action 3 mean packet will be redirected to queue 3.".However, in the command line that immediately follows, "action 0" is used, instead of "action 3". This patch fixes this error. Signed-off-by: Rami Rosen --- test_plans/cloud_filter_test_plan.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/cloud_filter_test_plan.rst b/test_plans/cloud_filter_test_plan.rst index 24feda431f00..500e13174f57 100644 --- a/test_plans/cloud_filter_test_plan.rst +++ b/test_plans/cloud_filter_test_plan.rst @@ -255,7 +255,7 @@ Test case: Multiple cloud filter rules ethtool -N $PF_INTF flow-type ether dst 00:00:00:00:00:00 m \ ff:ff:ff:ff:ff:ff src 00:00:00:00:10:00 m 00:00:00:00:00:00 \ - vlan 2 user-def 0xffffffff00000000 action 0 loc 2 + vlan 2 user-def 0xffffffff00000000 action 3 loc 2 3. Dump cloud filter rules:: -- 2.11.0