Re: [dpdk-dev] [PATCH v5 0/2] examples/performance-thread: add arm64 support
> 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
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