> -----Original Message----- > From: stable [mailto:[email protected]] On Behalf Of Olivier Matz > Sent: Friday, December 8, 2017 10:20 AM > To: [email protected]; Pattan, Reshma <[email protected]> > Cc: [email protected] > Subject: [dpdk-stable] [PATCH] pdump: fix error code check when > creating/canceling pthread > > On error, pthread_create() returns a positive number (an errno) but does > not set the errno variable. > > Fixes: 278f945402c5 ("pdump: add new library for packet capture") > Cc: [email protected] > > Signed-off-by: Olivier Matz <[email protected]>
Acked-by: John McNamara <[email protected]>

