[dpdk-stable] [PATCH] ethdev: fix errno to have positive value
    Thomas Monjalon 
    thomas at monjalon.net
       
    Tue Jan 22 17:03:07 CET 2019
    
    
  
21/01/2019 17:18, Andrew Rybchenko:
> rte_errno should be set to positive value from errno.h plus
> few RTE-specific values.
> 
> Fixes: 4fb7e803eb1a ("ethdev: add Tx preparation")
> Fixes: 439a90b5f2a7 ("ethdev: reorder inline functions")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Andrew Rybchenko <arybchenko at solarflare.com>
Applied, thanks
There are other occurrences in drivers:
	git grep 'rte_errno = -E'
    
    
More information about the stable
mailing list