From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/flow-distributor: rename to server_node_efd Date: Mon, 30 Jan 2017 17:25:52 +0100 Message-ID: <1683744.udnxFVMyFf@xps13> References: <1485248774-91712-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Pablo de Lara Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 873232E8A for ; Mon, 30 Jan 2017 17:25:54 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id c85so221404928wmi.1 for ; Mon, 30 Jan 2017 08:25:54 -0800 (PST) In-Reply-To: <1485248774-91712-1-git-send-email-pablo.de.lara.guarch@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" 2017-01-24 09:06, Pablo de Lara: > To avoid confusion with distributor app, this commit > renames the flow-distributor sample app to server_node_efd, > since it shows how to use the EFD library and it is based > on a server/nodes model. > > Signed-off-by: Pablo de Lara Are you sure of the name? :) Applied with a fix: --- a/examples/Makefile +++ b/examples/Makefile -DIRS-$(CONFIG_RTE_LIBRTE_EFD) += flow_distributor +DIRS-$(CONFIG_RTE_LIBRTE_EFD) += server_node_efd