[dpdk-dev] [PATCH] examples/flow-distributor: rename to server_node_efd

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jan 30 17:25:52 CET 2017


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 <pablo.de.lara.guarch at intel.com>

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



More information about the dev mailing list