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

2017-07-04 Thread O'Driscoll, Tim
> From: Sekhar, Ashwin [mailto:ashwin.sek...@cavium.com] > > This license is already there in many files in examples/performance- > thread directory. > > There are two cases in my patch. > > 1. > I moved some code from examples/performance-thread/common/lthread.c to > examples/performance-thread

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

2017-07-04 Thread Sekhar, Ashwin
This license is already there in many files in examples/performance- thread directory. There are two cases in my patch. 1. I moved some code from examples/performance-thread/common/lthread.c to  examples/performance-thread/common/arch/x86/stack.h.  lthread.c already has the below kind of license.

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

2017-07-03 Thread O'Driscoll, Tim
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > > There can be a licensing issue here. > We may need advice from the Governing Board and the Technical Board. That's correct. This uses a 2-clause BSD license, but the Intellectual Property Policy section in the Project Cha

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

2017-07-03 Thread Thomas Monjalon
There can be a licensing issue here. We may need advice from the Governing Board and the Technical Board. 18/05/2017 12:21, Ashwin Sekhar T K: > +/* > + * https://github.com/halayli/lthread which carries the following license. > + * > + * Copyright (C) 2012, Hasan Alayli > + * > + * Redistributio

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

2017-05-18 Thread Ashwin Sekhar T K
Updated Makefile to allow compilation for arm64 architecture. Added necessary arm64 support for lthread. Fixed minor compilation errors for arm64 compilation. Tested the apps l3fwd-thread and lthread_pthread_shim on thunderx and x86_64. Signed-off-by: Ashwin Sekhar T K --- examples/performanc