On 6/5/2019 9:15 AM, Andrew Rybchenko wrote: > Tx prepare documentation incorrectly suggested to set rte_errno to > negative errno value and many drivers follow. > > Andrew Rybchenko (11): > ethdev: fix Tx prepare documentation to use positive errno > net/atlantic: fix Tx prepare to set positive rte_errno > net/e1000: fix Tx prepare to set positive rte_errno > net/enic: fix Tx prepare to set positive rte_errno > net/fm10k: fix Tx prepare to set positive rte_errno > net/i40e: fix Tx prepare to set positive rte_errno > net/iavf: fix Tx prepare to set positive rte_errno > net/ice: fix Tx prepare to set positive rte_errno > net/ixgbe: fix Tx prepare to set positive rte_errno > net/qede: fix Tx prepare to set positive rte_errno > net/vmxnet3: fix Tx prepare to set positive rte_errno
For series, Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com> Series applied to dpdk-next-net/master, thanks.