From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id DDAE71D7 for ; Tue, 19 Dec 2017 13:06:34 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Dec 2017 04:06:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,426,1508828400"; d="scan'208";a="19504096" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga002.jf.intel.com with ESMTP; 19 Dec 2017 04:06:33 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX103.ger.corp.intel.com ([169.254.3.49]) with mapi id 14.03.0319.002; Tue, 19 Dec 2017 12:06:32 +0000 From: "Iremonger, Bernard" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH v3 2/4] test/test_flow_classify: update test to accommodate changes Thread-Index: AQHTdY8thdAaBsY4j0Wd0/O3LPQDXaNKl+6g Date: Tue, 19 Dec 2017 12:06:32 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C24E06A97F@IRSMSX108.ger.corp.intel.com> References: <20171211162646.146936-1-jasvinder.singh@intel.com> <20171215103924.5185-1-jasvinder.singh@intel.com> <20171215103924.5185-2-jasvinder.singh@intel.com> In-Reply-To: <20171215103924.5185-2-jasvinder.singh@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmQ1ODlhNzEtMDI2MC00NzMxLTg1MzMtMzJiYWFkYTUxYzZmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJvb1ZYUTk1c1NzVmJuMW42enVBeEw5SzZqOEpJSzZSc2xxNTBIRGR4ckxvSjl2Mk9vK2tUd2MyRDcwU2hId2N4In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 2/4] test/test_flow_classify: update test to accommodate changes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2017 12:06:35 -0000 Hi Jasvinder, > -----Original Message----- > From: Singh, Jasvinder > Sent: Friday, December 15, 2017 10:39 AM > To: dev@dpdk.org > Cc: Iremonger, Bernard > Subject: [PATCH v3 2/4] test/test_flow_classify: update test to accommoda= te > changes >=20 > Test have ben modified to adapt the flow_classify api changes. >=20 > Signed-off-by: Jasvinder Singh Acked-by: Bernard Iremonger