Re: [dpdk-dev] [PATCH 4/8] examples/performance-thread: rename directory to standard

2019-10-14 Thread Bruce Richardson
On Mon, Oct 14, 2019 at 09:46:50PM +0530, Jerin Jacob wrote: > On Mon, Oct 14, 2019 at 5:05 PM Bruce Richardson > wrote: > > > > In other places in DPDK, e.g. EAL, the architecture-specific files for arm > > are just stored in a folder called "arm". Rename the "arm64" folder for > > performance th

Re: [dpdk-dev] [PATCH 4/8] examples/performance-thread: rename directory to standard

2019-10-14 Thread Jerin Jacob
On Mon, Oct 14, 2019 at 5:05 PM Bruce Richardson wrote: > > In other places in DPDK, e.g. EAL, the architecture-specific files for arm > are just stored in a folder called "arm". Rename the "arm64" folder for > performance thread example to align to this naming. > > Signed-off-by: Bruce Richardson

[dpdk-dev] [PATCH 4/8] examples/performance-thread: rename directory to standard

2019-10-14 Thread Bruce Richardson
In other places in DPDK, e.g. EAL, the architecture-specific files for arm are just stored in a folder called "arm". Rename the "arm64" folder for performance thread example to align to this naming. Signed-off-by: Bruce Richardson --- examples/performance-thread/common/arch/{arm64 => arm}/ctx.c