Re: [dpdk-dev] [PATCH v5 0/2] examples/performance-thread: add arm64 support

2017-07-04 Thread Thomas Monjalon
> Ashwin Sekhar T K (2): > examples/performance-thread: reorganise arch dependent code > examples/performance-thread: add arm64 support Applied, thanks

[dpdk-dev] [PATCH v5 0/2] examples/performance-thread: add arm64 support

2017-07-04 Thread Ashwin Sekhar T K
This series of patches adds the arm64 support for performance-thread app. Patch 1 moves some x86 specific code to architecture dependent directory Patch 2 adds the necessary arm64 support for lthread. v5: * Added back the save/restore of callee saved ASIMD registers in ctx_switch. This was omi