]> git.droids-corp.org - dpdk.git/commit
examples/performance-thread: remove
authorFerruh Yigit <ferruh.yigit@intel.com>
Fri, 17 Dec 2021 13:15:26 +0000 (13:15 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 20 Jan 2022 13:30:59 +0000 (14:30 +0100)
commit1dcbc676d5e0b6d299147a47d2274ba1e9e248a4
treeec02407cc31a47360946da737baa17f97c08856d
parent65ac1464ff57860d49d583363a31f25fc8e6160e
examples/performance-thread: remove

Remove sample application which is not clear if it is still relevant.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
44 files changed:
MAINTAINERS
devtools/build-tags.sh
doc/guides/rel_notes/release_22_03.rst
doc/guides/sample_app_ug/img/performance_thread_1.svg [deleted file]
doc/guides/sample_app_ug/img/performance_thread_2.svg [deleted file]
doc/guides/sample_app_ug/index.rst
doc/guides/sample_app_ug/performance_thread.rst [deleted file]
examples/meson.build
examples/performance-thread/Makefile [deleted file]
examples/performance-thread/common/arch/arm64/ctx.c [deleted file]
examples/performance-thread/common/arch/arm64/ctx.h [deleted file]
examples/performance-thread/common/arch/arm64/stack.h [deleted file]
examples/performance-thread/common/arch/x86/ctx.c [deleted file]
examples/performance-thread/common/arch/x86/ctx.h [deleted file]
examples/performance-thread/common/arch/x86/stack.h [deleted file]
examples/performance-thread/common/common.mk [deleted file]
examples/performance-thread/common/lthread.c [deleted file]
examples/performance-thread/common/lthread.h [deleted file]
examples/performance-thread/common/lthread_api.h [deleted file]
examples/performance-thread/common/lthread_cond.c [deleted file]
examples/performance-thread/common/lthread_cond.h [deleted file]
examples/performance-thread/common/lthread_diag.c [deleted file]
examples/performance-thread/common/lthread_diag.h [deleted file]
examples/performance-thread/common/lthread_diag_api.h [deleted file]
examples/performance-thread/common/lthread_int.h [deleted file]
examples/performance-thread/common/lthread_mutex.c [deleted file]
examples/performance-thread/common/lthread_mutex.h [deleted file]
examples/performance-thread/common/lthread_objcache.h [deleted file]
examples/performance-thread/common/lthread_pool.h [deleted file]
examples/performance-thread/common/lthread_queue.h [deleted file]
examples/performance-thread/common/lthread_sched.c [deleted file]
examples/performance-thread/common/lthread_sched.h [deleted file]
examples/performance-thread/common/lthread_timer.h [deleted file]
examples/performance-thread/common/lthread_tls.c [deleted file]
examples/performance-thread/common/lthread_tls.h [deleted file]
examples/performance-thread/l3fwd-thread/Makefile [deleted file]
examples/performance-thread/l3fwd-thread/main.c [deleted file]
examples/performance-thread/l3fwd-thread/meson.build [deleted file]
examples/performance-thread/l3fwd-thread/test.sh [deleted file]
examples/performance-thread/pthread_shim/Makefile [deleted file]
examples/performance-thread/pthread_shim/main.c [deleted file]
examples/performance-thread/pthread_shim/meson.build [deleted file]
examples/performance-thread/pthread_shim/pthread_shim.c [deleted file]
examples/performance-thread/pthread_shim/pthread_shim.h [deleted file]