On 18 May 2017 at 02:44, Jerin Jacob <jerin.ja...@caviumnetworks.com> wrote: > -----Original Message----- >> Date: Wed, 17 May 2017 11:19:49 -0700 >> From: Ashwin Sekhar T K <ashwin.sek...@caviumnetworks.com> >> To: jerin.ja...@caviumnetworks.com, john.mcnam...@intel.com, >> jianbo....@linaro.org >> Cc: dev@dpdk.org, Ashwin Sekhar T K <ashwin.sek...@caviumnetworks.com> >> 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 specific >> directory. > > Please split the patch to two > - "arch_set_stack" abstraction and associated x86 change > - arm64 support
There are so many redundant code in l3fwd and l3fwd-thread, I think it's possible to merge them. > > Thanks Ashwin. > > I think, This may be the last feature to make arm64 at par with x86 features > supported in DPDK. > > /Jerin