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 35D0A1B64B for ; Mon, 23 Oct 2017 18:04:57 +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:04:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,423,1503385200"; d="scan'208";a="912803504" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by FMSMGA003.fm.intel.com with ESMTP; 23 Oct 2017 09:04:55 -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:04:54 +0100 From: "Singh, Jasvinder" To: "Iremonger, Bernard" , "dev@dpdk.org" , "Yigit, Ferruh" , "Ananyev, Konstantin" , "Dumitrescu, Cristian" , "adrien.mazarguil@6wind.com" Thread-Topic: [PATCH v10 2/4] examples/flow_classify: flow classify sample application Thread-Index: AQHTTBHuntTz9hJyRUCMHxKp+J2hnKLxmOhA 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> In-Reply-To: <1508771778-617-3-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzgwZDZhYzYtMjI4My00NmFiLTg5ZTMtY2UwNjZmNDMyYWEyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlpyVUZvbmZjWU9zdDBlZ3BoZmN1V2ZtNFNoKzU2ZThycTlxMXd6YW9lZUU9In0= 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 2/4] examples/flow_classify: flow classify sample application 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:04:57 -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 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