examples/load_balancer: remove example
authorCiara Power <ciara.power@intel.com>
Fri, 25 Oct 2019 09:56:08 +0000 (10:56 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Sat, 26 Oct 2019 20:32:40 +0000 (22:32 +0200)
commitab6ebd70205f3587a4ecab8e5fb21100d9d99ce0
tree90cea8712586673d633484df40c99b38050b6d61
parentd82610b940a37dd69eb7d877c4bfe93555438e1d
examples/load_balancer: remove example

This example can be removed because DPDK now has a range
of libraries, especially rte_eventdev, that did not exist
previously for load balancing, making this less relevant.
Also, modern NIC cards have greater ability to do load balancing,
e.g. using RSS, over a wider range of fields than earlier cards did.

Signed-off-by: Ciara Power <ciara.power@intel.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
13 files changed:
MAINTAINERS
doc/guides/rel_notes/release_19_11.rst
doc/guides/sample_app_ug/index.rst
doc/guides/sample_app_ug/load_balancer.rst [deleted file]
examples/Makefile
examples/load_balancer/Makefile [deleted file]
examples/load_balancer/config.c [deleted file]
examples/load_balancer/init.c [deleted file]
examples/load_balancer/main.c [deleted file]
examples/load_balancer/main.h [deleted file]
examples/load_balancer/meson.build [deleted file]
examples/load_balancer/runtime.c [deleted file]
examples/meson.build