Re: [dpdk-dev] [PATCH v2 1/4] examples: enable performance-thread in examples build

2017-03-30 Thread Declan Doherty
On 29/03/2017 5:38 PM, Bruce Richardson wrote: The performance-thread example was not build by default in the make examples build target. It will compile ok for x86_64 targets so add it to the examples makefile list for that platform. Signed-off-by: Bruce Richardson --- examples/Makefile | 3 +

[dpdk-dev] [PATCH v2 1/4] examples: enable performance-thread in examples build

2017-03-29 Thread Bruce Richardson
The performance-thread example was not build by default in the make examples build target. It will compile ok for x86_64 targets so add it to the examples makefile list for that platform. Signed-off-by: Bruce Richardson --- examples/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a