examples/server_node_efd: renamed from flow_distributor
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Tue, 24 Jan 2017 09:06:14 +0000 (09:06 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 30 Jan 2017 16:26:11 +0000 (17:26 +0100)
commited2a80fdf672951cdd12b2f8828c9a4e20e1e3da
tree8219a7b89dc6f3325ae30b937e6401c0a5504e2d
parenta085723ac8cdb41750738567b8da2d3fc7b2363c
examples/server_node_efd: renamed from flow_distributor

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@intel.com>
28 files changed:
MAINTAINERS
doc/api/examples.dox
doc/guides/sample_app_ug/flow_distributor.rst [deleted file]
doc/guides/sample_app_ug/img/flow_distributor.svg [deleted file]
doc/guides/sample_app_ug/img/server_node_efd.svg [new file with mode: 0644]
doc/guides/sample_app_ug/index.rst
doc/guides/sample_app_ug/server_node_efd.rst [new file with mode: 0644]
examples/Makefile
examples/flow_distributor/Makefile [deleted file]
examples/flow_distributor/distributor/Makefile [deleted file]
examples/flow_distributor/distributor/args.c [deleted file]
examples/flow_distributor/distributor/args.h [deleted file]
examples/flow_distributor/distributor/init.c [deleted file]
examples/flow_distributor/distributor/init.h [deleted file]
examples/flow_distributor/distributor/main.c [deleted file]
examples/flow_distributor/node/Makefile [deleted file]
examples/flow_distributor/node/node.c [deleted file]
examples/flow_distributor/shared/common.h [deleted file]
examples/server_node_efd/Makefile [new file with mode: 0644]
examples/server_node_efd/node/Makefile [new file with mode: 0644]
examples/server_node_efd/node/node.c [new file with mode: 0644]
examples/server_node_efd/server/Makefile [new file with mode: 0644]
examples/server_node_efd/server/args.c [new file with mode: 0644]
examples/server_node_efd/server/args.h [new file with mode: 0644]
examples/server_node_efd/server/init.c [new file with mode: 0644]
examples/server_node_efd/server/init.h [new file with mode: 0644]
examples/server_node_efd/server/main.c [new file with mode: 0644]
examples/server_node_efd/shared/common.h [new file with mode: 0644]