Re: [PATCH] examples/flow-distributor: rename to server_node_efd
From: Thomas Monjalon <hidden>
Date: 2017-01-30 16:25:54
From: Thomas Monjalon <hidden>
Date: 2017-01-30 16:25:54
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 <redacted>
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