Re: [dpdk-dev] [PATCH v2] net/i40e: firmware status check

2018-12-14 Thread Kevin Traynor
On 12/03/2018 08:07 AM, Zhang, Qi Z wrote: > > >> -Original Message- >> From: Li, Xiaoyun >> Sent: Monday, December 3, 2018 3:08 PM >> To: Zhang, Qi Z >> Cc: dev@dpdk.org; Li, Xiaoyun >> Subject: [PATCH v2] net/i40e: firmware status check >> >> Check the firmware status at init time. If

Re: [dpdk-dev] [PATCH v2] net/i40e: firmware status check

2018-12-03 Thread Zhang, Qi Z
> -Original Message- > From: Li, Xiaoyun > Sent: Monday, December 3, 2018 3:08 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Li, Xiaoyun > Subject: [PATCH v2] net/i40e: firmware status check > > Check the firmware status at init time. If the firmware is in recovery mode, > alert > the use

[dpdk-dev] [PATCH v2] net/i40e: firmware status check

2018-12-02 Thread Xiaoyun Li
Check the firmware status at init time. If the firmware is in recovery mode, alert the user to check it. Signed-off-by: Xiaoyun Li --- v2: * Rebase to the newest codes. --- drivers/net/i40e/i40e_ethdev.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/drivers/net