Re: [dpdk-dev] [PATCH v4 0/3] example and test cases optimizations

2019-07-08 Thread Thomas Monjalon
08/04/2019 05:02, Phil Yang: > Phil Yang (3): > packet_ordering: add statistics for each worker thread > test/distributor: replace sync builtins with atomic builtins > test/ring_perf: replace sync builtins with atomic builtins After months of wait for comments, Applied, thanks

Re: [dpdk-dev] [PATCH v4 0/3] example and test cases optimizations

2019-07-04 Thread Phil Yang (Arm Technology China)
uce.richard...@intel.com; konstantin.anan...@intel.com; > david.march...@redhat.com > Subject: Re: [dpdk-dev] [PATCH v4 0/3] example and test cases optimizations > > 08/04/2019 05:02, Phil Yang: > > Phil Yang (3): > > packet_ordering: add statistics for each worker thread &g

Re: [dpdk-dev] [PATCH v4 0/3] example and test cases optimizations

2019-07-04 Thread Thomas Monjalon
08/04/2019 05:02, Phil Yang: > Phil Yang (3): > packet_ordering: add statistics for each worker thread > test/distributor: replace sync builtins with atomic builtins > test/ring_perf: replace sync builtins with atomic builtins No more update regarding the performance gain or loss? Any decis

[dpdk-dev] [PATCH v4 0/3] example and test cases optimizations

2019-04-07 Thread Phil Yang
v4: packet_ordering: Fixed -Wmissing-braces issue for clang build. (Thomas Monjalon) v3: test_distributor: Remove the conditional compilation and just keep the __atomic_xxx calls. (Honnappa Nagarahalli) v2: 1. Add per lcore statistics for each worker thread, removed __sync builtins. 2. Reimplemen