From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id EEE546C9C for ; Sat, 20 Aug 2016 15:34:52 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 20 Aug 2016 06:34:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,549,1464678000"; d="scan'208";a="751339825" Received: from imail001.iil.intel.com ([10.184.207.12]) by FMSMGA003.fm.intel.com with ESMTP; 20 Aug 2016 06:34:52 -0700 Received: from rr.iil.intel.com (rr.iil.intel.com [143.185.141.149]) by imail001.iil.intel.com with ESMTP id u7KDYm1P008284; Sat, 20 Aug 2016 16:34:48 +0300 From: Rami Rosen To: dts@dpdk.org Cc: yufengx.mo@intel.com, Rami Rosen Date: Sat, 20 Aug 2016 16:37:45 +0300 Message-Id: <1471700265-12701-1-git-send-email-rami.rosen@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dts] [PATCH] test_plans: fix wrong filter type parameter in GRE test plan. 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: Sat, 20 Aug 2016 13:34:53 -0000 The call to "tunnel_filter rm" should get oip and not iip as the filter type parameter, as the rule that was added immediately before has oip as the filter type parameter and not iip. Signed-off-by: Rami Rosen --- test_plans/ipgre_test_plan.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/ipgre_test_plan.rst b/test_plans/ipgre_test_plan.rst index 444efdf..0dc131b 100644 --- a/test_plans/ipgre_test_plan.rst +++ b/test_plans/ipgre_test_plan.rst @@ -144,7 +144,7 @@ Send packet outer ip address matched and check packet recevied by queue 3. Remove tunnel filter and check same packet recevied by queue 0. testpmd> tunnel_filter rm 0 XX:XX:XX:XX:XX:XX YY:YY:YY:YY:YY:YY \ - 0.0.0.0 1 ipingre iip 0 3 + 0.0.0.0 1 ipingre oip 0 3 Test Case 4: GRE packet chksum offload ==================================== -- 2.5.5