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

2017-05-18 Thread Sekhar, Ashwin
erin.ja...@caviumnetworks.com, john.mcnam...@intel.com, > > >  jianbo@linaro.org > > > Cc: dev@dpdk.org, Ashwin Sekhar T K > > .com> > > > Subject: [dpdk-dev] [PATCH] examples/performance-thread: add > > > arm64 support > > > X-Mailer: git-send-email 2

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

2017-05-17 Thread Jianbo Liu
Sekhar T K >> Subject: [dpdk-dev] [PATCH] examples/performance-thread: add arm64 support >> X-Mailer: git-send-email 2.12.2 >> >> Updated Makefile to allow compilation for arm64 architecture. >> >> Moved the code for setting the initial stack to architecture specifi

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

2017-05-17 Thread Jerin Jacob
-Original Message- > Date: Wed, 17 May 2017 11:19:49 -0700 > From: Ashwin Sekhar T K > To: jerin.ja...@caviumnetworks.com, john.mcnam...@intel.com, > jianbo@linaro.org > Cc: dev@dpdk.org, Ashwin Sekhar T K > Subject: [dpdk-dev] [PATCH] examples/performance-thread:

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

2017-05-17 Thread Ashwin Sekhar T K
Updated Makefile to allow compilation for arm64 architecture. Moved the code for setting the initial stack to architecture specific directory. Added implementation of context-switch for arm64 architecture. Fixed minor compilation errors for arm64 compilation. Signed-off-by: Ashwin Sekhar T K -