[dpdk-dev] [PATCH v8 2/4] examples: add lthread subsystem forperformance-thread

2015-12-07 Thread Thomas Monjalon
Please add the new directory in the MAINTAINERS file. Thanks

[dpdk-dev] [PATCH v8 2/4] examples: add lthread subsystem forperformance-thread

2015-12-04 Thread Ian Betts
This commit adds the lightweight thread subsystem used by the performance-thread sample applications. Changes in this version * remove ASM implementation of atomic64_xchg in favor of builtin __sync_lock_test_and_set() Signed-off-by: Ian Betts --- examples/performance-thread/common/arch/x86/