From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas@monjalon.net> Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id CEB091B199 for <dev@dpdk.org>; Tue, 24 Oct 2017 22:13:46 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 63BBB20D21; Tue, 24 Oct 2017 16:13:46 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 24 Oct 2017 16:13:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=6lVbh8BZnY75JAW0G4UIEbHItb XQPjpZRr9QhL/bgvU=; b=dPAKRpLbfTJWMzEtjDLOry6yIpme6eDDuADLdHM+/3 MA0ylCYC5/WZH160WR1Dyzdtm5jXw3abvYPwga3KBydxIh5I6d08d+9dpYwhvjlc qjH9VM0FINC8VbDq3fx0DDpBV8qjW+2dIcuI6ljpM1IHt4wxX5w88GDHctSzwUhA o= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=6lVbh8 BZnY75JAW0G4UIEbHItbXQPjpZRr9QhL/bgvU=; b=Z1hbetrQDUR2LBBolZK7b1 v7B29VsyCaNrfMe9CzXezOgKCHj+eVKWhP1JDqgOWlcly8My62ZpgxqORQWWdyzK oyt6of+S1rL/xaEog7ou3sHyVWM8EreiN1a3W9MGk9EklMLWaXbwzqs5wqMzoM1A j1cMYttyEij4HiDktgfNPpkV7iibXFb3vOF77NKq+BGC0JN7MXCypyH8b1PhuQci f71lD6T0xYzsB03QM+gIH/84RPJ0Zl4y4tG2lbBF436Bp6001uwD6q9Yl61ebqAU g6hYrGIYLGmECUzw/Dkw5ZpeTkPt0IQqxAMRqK4KIxo3PrH3J9n4LLVADjJOqRMg == X-ME-Sender: <xms:-p7vWaNCwonnfpG7-HKi6muCahXzZnqlK6u46meZlPXmCoGzrGIrSw> Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 117ED7E1AE; Tue, 24 Oct 2017 16:13:46 -0400 (EDT) From: Thomas Monjalon <thomas@monjalon.net> To: Bernard Iremonger <bernard.iremonger@intel.com> Cc: dev@dpdk.org, ferruh.yigit@intel.com, konstantin.ananyev@intel.com, cristian.dumitrescu@intel.com, adrien.mazarguil@6wind.com, jasvinder.singh@intel.com Date: Tue, 24 Oct 2017 22:13:45 +0200 Message-ID: <1756842.uNYnpZ0oxW@xps> In-Reply-To: <1508866083-15646-3-git-send-email-bernard.iremonger@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v11 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 <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Tue, 24 Oct 2017 20:13:47 -0000 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.