> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson > Sent: Friday, April 28, 2017 11:18 AM > To: dev@dpdk.org > Cc: Richardson, Bruce > Subject: [dpdk-dev] [PATCH] examples/performance-thread: fix compilation > on FreeBSD 10.0 > > While later releases in the FreeBSD 10 series have a CPU_COUNT macro > defined, FreeBSD 10.0 and 10.1 do not have this macro. Therefore we > provide > a basic fallback implementation of the macro for platforms where it is not > defined. > > Fixes: 433ba6228f9a ("examples/performance-thread: add pthread_shim > app") > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com>
Missing "Cc: sta...@dpdk.org" Apart from that: Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>