[dpdk-dev] [PATCH] eal: fix rte_errno values for IPC API

Thomas Monjalon thomas at monjalon.net
Tue Feb 13 14:50:52 CET 2018


> > 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: jianfeng.tan at intel.com
> > Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
> 
> Reviewed-by: Jianfeng Tan <jianfeng.tan at intel.com>
> 
> Thanks for fixing this.

Applied, thanks

There are a lot of similar issues:

git grep -l 'rte_errno = -E' | sed 's,[^/]*$,,' | sort -u

	drivers/event/opdl/
	drivers/event/sw/
	drivers/net/avf/
	drivers/net/e1000/
	drivers/net/ena/
	drivers/net/enic/
	drivers/net/fm10k/
	drivers/net/i40e/
	drivers/net/ixgbe/
	drivers/net/qede/
	drivers/net/vmxnet3/
	examples/ipsec-secgw/
	lib/librte_ether/
	lib/librte_eventdev/



More information about the dev mailing list