> -----Original Message----- > From: Burakov, Anatoly > Sent: Saturday, February 10, 2018 9:15 PM > To: [email protected] > Cc: Tan, Jianfeng > Subject: [PATCH] eal: fix rte_errno values for IPC API > > rte_errno values should not be negative. > > Fixes: bacaa2754017 ("eal: add channel for multi-process communication") > Fixes: 783b6e54971d ("eal: add synchronous multi-process communication") > Cc: [email protected] > Signed-off-by: Anatoly Burakov <[email protected]>
Reviewed-by: Jianfeng Tan <[email protected]> Thanks for fixing this.

