examples/tep_term: remove this application
authorXiaoyun Li <xiaoyun.li@intel.com>
Mon, 26 Oct 2020 08:11:43 +0000 (16:11 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 29 Oct 2020 11:37:51 +0000 (12:37 +0100)
commit079981e98090cd98e066a4bcad1ff780c34f2f69
tree2e5b570411480c3d6a33531f8181e38d38254a5e
parenteda44ced0ec14677de6944c76955621c6182b2df
examples/tep_term: remove this application

This example sets up a scenario that VXLAN packets can be received
by different PF queues based on VNID and each queue is bound to a VM
with a VNID so that the VM can receive its inner packets.

Usually, OVS is used to do the software encap/decap for VXLAN packets.

And the VXLAN packets offloading can be replaced with flow rules in
testpmd like Chapter "Sample VXLAN flow rules" in Testpmd Application
User Guide.

And this example hasn't been used for a long time.

So deprecate this example.

Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
15 files changed:
MAINTAINERS
doc/guides/rel_notes/release_20_11.rst
doc/guides/sample_app_ug/img/tep_termination_arch.svg [deleted file]
doc/guides/sample_app_ug/index.rst
doc/guides/sample_app_ug/tep_termination.rst [deleted file]
doc/guides/testpmd_app_ug/testpmd_funcs.rst
examples/meson.build
examples/tep_termination/Makefile [deleted file]
examples/tep_termination/main.c [deleted file]
examples/tep_termination/main.h [deleted file]
examples/tep_termination/meson.build [deleted file]
examples/tep_termination/vxlan.c [deleted file]
examples/tep_termination/vxlan.h [deleted file]
examples/tep_termination/vxlan_setup.c [deleted file]
examples/tep_termination/vxlan_setup.h [deleted file]