> -----Original Message-----
> From: Luca Boccassi [mailto:[email protected]]
> Sent: Monday, September 3, 2018 10:18 PM
> To: [email protected]
> Cc: Lu, Wenzhuo <[email protected]>; Ananyev, Konstantin
> <[email protected]>; Zhang, Qi Z <[email protected]>; Luca
> Boccassi <[email protected]>; [email protected]
> Subject: [PATCH v2] net/ixgbe: do not return internal code in
> rte_eth_dev_reset
Change title to "net/ixgbe: do not return internal code" to avoid check-git-log
error.
>
> In case of a temporary failure the ixgbe driver can return the internal error
> IXGBE_ERR_RESET_FAILED to the application. Instead, return -EAGAIN as per
> the public API specification.
>
> Fixes: cddaf87a1ecb ("lib: fix unused values")
> Cc: [email protected]
>
> Signed-off-by: Luca Boccassi <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks!
Qi