examples/netmap-compat: remove example
authorCiara Power <ciara.power@intel.com>
Fri, 25 Oct 2019 09:56:07 +0000 (10:56 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Sat, 26 Oct 2019 20:32:40 +0000 (22:32 +0200)
commitd82610b940a37dd69eb7d877c4bfe93555438e1d
tree889835937ec5a04501c36c5489f00a17eadf5110
parent46971b273ec7f469ca67a865453e1dd36274c5e1
examples/netmap-compat: remove example

Rather than providing a shim layer on top of netmap,
we should instead encourage users to create apps using
the DPDK APIs directly.

Signed-off-by: Ciara Power <ciara.power@intel.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
14 files changed:
MAINTAINERS
doc/guides/rel_notes/release_19_11.rst
doc/guides/sample_app_ug/index.rst
doc/guides/sample_app_ug/netmap_compatibility.rst [deleted file]
examples/Makefile
examples/meson.build
examples/netmap_compat/Makefile [deleted file]
examples/netmap_compat/bridge/Makefile [deleted file]
examples/netmap_compat/bridge/bridge.c [deleted file]
examples/netmap_compat/lib/compat_netmap.c [deleted file]
examples/netmap_compat/lib/compat_netmap.h [deleted file]
examples/netmap_compat/meson.build [deleted file]
examples/netmap_compat/netmap/netmap.h [deleted file]
examples/netmap_compat/netmap/netmap_user.h [deleted file]