Re: [dpdk-dev] rte_errno set to negative value to be fixed
On 21-Jan-19 4:26 PM, Andrew Rybchenko wrote: Hi all, there are a number of cases where rte_errno is obviously set to negative value. I think it should be fixed. Regards, Andrew. +1 -- Thanks, Anatoly
[dpdk-dev] rte_errno set to negative value to be fixed
Hi all, there are a number of cases where rte_errno is obviously set to negative value. I think it should be fixed. Regards, Andrew. $ git grep 'rte_errno = -E' drivers/event/opdl/opdl_evdev.c: rte_errno = -EINVAL; drivers/event/opdl/opdl_evdev.c: rte_errno = -ED