From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Singh, Jasvinder" Subject: Re: [PATCH v10 2/4] examples/flow_classify: flow classify sample application Date: Mon, 23 Oct 2017 16:04:53 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6D33278426@IRSMSX103.ger.corp.intel.com> References: <1508679124-5922-1-git-send-email-bernard.iremonger@intel.com> <1508771778-617-3-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Iremonger, Bernard" , "dev@dpdk.org" , "Yigit, Ferruh" , "Ananyev, Konstantin" , "Dumitrescu, Cristian" , "adrien.mazarguil@6wind.com" Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 35D0A1B64B for ; Mon, 23 Oct 2017 18:04:57 +0200 (CEST) In-Reply-To: <1508771778-617-3-git-send-email-bernard.iremonger@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----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 2/4] examples/flow_classify: flow classify sample > application >=20 > The flow_classify sample application exercises the following > librte_flow_classify API's: >=20 > rte_flow_classifier_create > rte_flow_classifier_query > rte_flow_classify_table_create > rte_flow_classify_table_entry_add > rte_flow_classify_table_entry_delete >=20 > It sets up the IPv4 ACL field definitions. > It creates table_acl and adds and deletes rules using the librte_table AP= I. >=20 > It uses a file of IPv4 five tuple rules for input. >=20 > Signed-off-by: Bernard Iremonger > --- Acked-by: Jasvinder Singh