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 5F9D91B205 for ; Mon, 23 Oct 2017 18:06:20 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Oct 2017 09:06:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,423,1503385200"; d="scan'208";a="912804005" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by FMSMGA003.fm.intel.com with ESMTP; 23 Oct 2017 09:06:18 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by IRSMSX102.ger.corp.intel.com ([169.254.2.180]) with mapi id 14.03.0319.002; Mon, 23 Oct 2017 17:06:17 +0100 From: "Singh, Jasvinder" To: "Iremonger, Bernard" , "dev@dpdk.org" , "Yigit, Ferruh" , "Ananyev, Konstantin" , "Dumitrescu, Cristian" , "adrien.mazarguil@6wind.com" Thread-Topic: [PATCH v10 4/4] test: flow classify library unit tests Thread-Index: AQHTTBH1RiTCe5kvJECjWUMmAd02RaLxmWvw Date: Mon, 23 Oct 2017 16:06:17 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6D33278450@IRSMSX103.ger.corp.intel.com> References: <1508679124-5922-1-git-send-email-bernard.iremonger@intel.com> <1508771778-617-5-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1508771778-617-5-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjEyZjhlNjUtYjQ4Zi00NzdlLWI3NzMtMmZhNTY2ZGUwZDRmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjE2dkNBMXNzbzdCNlBcL1FLcE8wWVRoOVJWZ1ExbGlCZVR6cVhYamxtek9vPSJ9 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 v10 4/4] test: flow classify library unit tests 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: Mon, 23 Oct 2017 16:06:20 -0000 > -----Original Message----- > From: Iremonger, Bernard > Sent: Monday, October 23, 2017 4:16 PM > To: dev@dpdk.org; Yigit, Ferruh ; Ananyev, > Konstantin ; Dumitrescu, Cristian > ; adrien.mazarguil@6wind.com; Singh, > Jasvinder > Cc: Iremonger, Bernard > Subject: [PATCH v10 4/4] test: flow classify library unit tests >=20 > Add flow_classify_autotest program. >=20 > Set up IPv4 ACL field definitions. > Create table_acl for use by librte_flow_classify API's. > Create an mbuf pool for use by rte_flow_classify_query. >=20 > For each of the librte_flow_classify API's: > test with invalid parameters > test with invalid patterns > test with invalid actions > test with valid parameters >=20 > Initialise ipv4 udp traffic for use by the udp test for rte_flow_classifi= er_run. >=20 > Initialise ipv4 tcp traffic for use by the tcp test for rte_flow_classifi= er_run. >=20 > Initialise ipv4 sctp traffic for use by the sctp test for rte_flow_classi= fier_run. >=20 > Signed-off-by: Bernard Iremonger > --- Acked-by: Jasvinder Singh