On 03-Apr-18 2:04 PM, Olivier Matz wrote:
Many parts of dpdk use their own management threads. Introduce a new wrapper for thread creation that will be extended in next commits to set the name and affinity.To be consistent with other DPDK APIs, the return value is negative in case of error, which was not the case for pthread_create(). Signed-off-by: Olivier Matz <olivier.m...@6wind.com> ---
Reviewed-by: Anatoly Burakov <anatoly.bura...@intel.com> -- Thanks, Anatoly