> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Bruce Richardson > Sent: Friday, April 28, 2017 11:18 AM > To: [email protected] > 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 <[email protected]>
Missing "Cc: [email protected]" Apart from that: Acked-by: Pablo de Lara <[email protected]>

