[dpdk-dev] [PATCH] net/i40e: fix link status update error

2018-05-09 Thread Beilei Xing
Link status is not updated correctly, link speed is 0 when link is up and link speed is not 0 when link is down. This patch fixes the issue. Fixes: eef2daf2e199 ("net/i40e: fix link update no wait") Cc: echau...@redhat.com Cc: sta...@dpdk.org Signed-off-by: Keith Wiles Signed-off-by: Beilei Xing

Re: [dpdk-dev] [PATCH] net/i40e: fix link status update error

2018-05-09 Thread Zhang, Qi Z
> -Original Message- > From: Xing, Beilei > Sent: Thursday, May 10, 2018 10:26 AM > To: Zhang, Roy Fan ; Zhang, Qi Z > > Cc: dev@dpdk.org; echau...@redhat.com; sta...@dpdk.org; Wiles, Keith > > Subject: [PATCH] net/i40e: fix link status update error > > Link status is not updated correct