vhost: fix error code check when creating pthread
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 29 Nov 2017 09:55:00 +0000 (10:55 +0100)
committerOlivier Matz <olivier.matz@6wind.com>
Fri, 8 Dec 2017 09:47:55 +0000 (10:47 +0100)
commit9ccf7e832c2a1f5a7140dc268e0c74de6e75869d
tree47162459ff4d83deaea795eb0ac2b58e5d72e9a7
parent224374cc0e3ca44af5141fb7035a97f338d00c18
vhost: fix error code check when creating pthread

On error, pthread_create() returns a positive number (errno).
Fix the test on the return value.

Fixes: af1475918124 ("vhost: introduce API to start a specific driver")
Fixes: e623e0c6d8a5 ("vhost: add reconnect ability")
Cc: stable@dpdk.org
Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
lib/librte_vhost/socket.c