examples/quota-watermark: remove example
authorCiara Power <ciara.power@intel.com>
Fri, 25 Oct 2019 09:56:06 +0000 (10:56 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Sat, 26 Oct 2019 20:32:40 +0000 (22:32 +0200)
commit46971b273ec7f469ca67a865453e1dd36274c5e1
tree2b1218dd35796983a53bf2eb19505b786c58df00
parentbd6e98193a0b08aca30045e80fc4e22ecd480163
examples/quota-watermark: remove example

Original DPDK rings code had explicit support for a
single watermark per-ring, but more recent releases of
DPDK had a more general mechanism where each enqueue
or dequeue call could return the remaining elements/free-slots
in the ring.
Therefore, this example is not as relevant as before and can be removed.

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