From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v11 2/4] examples/flow_classify: flow classify sample application Date: Tue, 24 Oct 2017 22:13:45 +0200 Message-ID: <1756842.uNYnpZ0oxW@xps> References: <1508771778-617-1-git-send-email-bernard.iremonger@intel.com> <1508866083-15646-3-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com, konstantin.ananyev@intel.com, cristian.dumitrescu@intel.com, adrien.mazarguil@6wind.com, jasvinder.singh@intel.com To: Bernard Iremonger Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id CEB091B199 for ; Tue, 24 Oct 2017 22:13:46 +0200 (CEST) In-Reply-To: <1508866083-15646-3-git-send-email-bernard.iremonger@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/10/2017 19:28, Bernard Iremonger: > examples/flow_classify/Makefile | 57 ++ > examples/flow_classify/flow_classify.c | 848 +++++++++++++++++++++++++++++ > examples/flow_classify/ipv4_rules_file.txt | 14 + The example app is not added in examples/Makefile.