Re: [dpdk-dev] [PATCH v2 0/4] Fixes for BSD compilation

2017-04-21 Thread Thomas Monjalon
21/04/2017 15:50, Bruce Richardson: > Fixes a number of issues with compiling on BSD, and a general fix to > clean up the compilation of the performance-thread app. > > V2 changes: > * adjust fix for perf thread compilation to use rte_lcore.h > instead of extra #ifdefs. > * added in two extra pa

[dpdk-dev] [PATCH v2 0/4] Fixes for BSD compilation

2017-04-21 Thread Bruce Richardson
Fixes a number of issues with compiling on BSD, and a general fix to clean up the compilation of the performance-thread app. V2 changes: * adjust fix for perf thread compilation to use rte_lcore.h instead of extra #ifdefs. * added in two extra patches, enabling examples_clean to run on BSD, a