From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id F40DD3990 for ; Thu, 14 Jul 2016 15:44:09 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 14 Jul 2016 06:44:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,362,1464678000"; d="scan'208";a="734202234" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by FMSMGA003.fm.intel.com with ESMTP; 14 Jul 2016 06:44:08 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 14 Jul 2016 06:44:08 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 14 Jul 2016 06:44:08 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.181]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.150]) with mapi id 14.03.0248.002; Thu, 14 Jul 2016 21:44:06 +0800 From: "Liu, Yong" To: "Rosen, Rami" CC: "dts@dpdk.org" Thread-Topic: [PATCH] test_plans: cloud filter - fix test case description for cloud filters test. Thread-Index: AQHR3D372APDjQHIIEqsC68x9oCd7KAX8wpg Date: Thu, 14 Jul 2016 13:44:06 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E222573C5@SHSMSX103.ccr.corp.intel.com> References: <1468328781-17357-1-git-send-email-rami.rosen@intel.com> In-Reply-To: <1468328781-17357-1-git-send-email-rami.rosen@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDJkNDQxZDgtNDJlYi00NGIwLWEyZTktNzAxNzhjNDFjODU2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InlvRHFjMndPUXB0akpHenpPNDlGZGw3WUp6ZzJaSWp1cndvRTVRMVZQU1U9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH] test_plans: cloud filter - fix test case description for cloud filters test. 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: Thu, 14 Jul 2016 13:44:10 -0000 Applied, thanks. > -----Original Message----- > From: Rosen, Rami > Sent: Tuesday, July 12, 2016 9:06 PM > To: Liu, Yong > Cc: dts@dpdk.org; Rosen, Rami > Subject: [PATCH] test_plans: cloud filter - fix test case description for > cloud filters test. >=20 > The Cloud filter test uses TCP() as the inner packet and not UDP(). > This patch fixes the description of the first test case in > cloud_filter_test_plan.rst accordingly. >=20 >=20 > Signed-off-by: Rami Rosen > --- > test_plans/cloud_filter_test_plan.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/test_plans/cloud_filter_test_plan.rst > b/test_plans/cloud_filter_test_plan.rst > index 77c5c95..defcef8 100644 > --- a/test_plans/cloud_filter_test_plan.rst > +++ b/test_plans/cloud_filter_test_plan.rst > @@ -85,7 +85,7 @@ Action 3 mean packet will be redirected to queue 3. > ethtool -N $PF_INTF flow-type ip4 dst-ip 192.168.1.1 user-def > 0xffffffff00000001 action 3 loc 1 >=20 > 2. Send vxlan packet with inner ip matched rule > - > Ether()/IP()/UDP()/Vxlan()/Ether()/IP(dst=3D"192.168.1.1")/UDP()/Raw(' > x' * 20) > + > Ether()/IP()/UDP()/Vxlan()/Ether()/IP(dst=3D"192.168.1.1")/TCP()/Raw(' > x' * 20) >=20 > 3. verify packet received by queue3 of VF1, verify packet type is correc= t >=20 > -- > 2.7.4