Re: [dpdk-dev] [PATCH v2] drivers/i40e: fix link update no wait

2018-03-09 Thread Zhang, Helin
; ; sta...@dpdk.org; Zhang, Helin > > ; Liang, Cunming ; > > Chilikin, Andrey > > Subject: [dpdk-dev] [PATCH v2] drivers/i40e: fix link update no wait > > > > Fixes: 26bbb7a9 ("i40e: fix link status timeout") > > Cc: cunming.li...@intel.com > >

Re: [dpdk-dev] [PATCH v2] drivers/i40e: fix link update no wait

2018-03-09 Thread Lu, Wenzhuo
ey > Subject: [dpdk-dev] [PATCH v2] drivers/i40e: fix link update no wait > > Fixes: 26bbb7a9 ("i40e: fix link status timeout") > Cc: cunming.li...@intel.com > Cc: sta...@dpdk.org > > In i40e_dev_link_update() the driver obtains the link status info via admin &

Re: [dpdk-dev] [PATCH v2] drivers/i40e: fix link update no wait

2018-03-08 Thread Eelco Chaudron
On 08/03/18 13:17, Fan Zhang wrote: Fixes: 26bbb7a9 ("i40e: fix link status timeout") Cc: cunming.li...@intel.com Cc: sta...@dpdk.org In i40e_dev_link_update() the driver obtains the link status info via admin queue command despite of "no_wait" flag. This requires relatively long time and ma

[dpdk-dev] [PATCH v2] drivers/i40e: fix link update no wait

2018-03-08 Thread Fan Zhang
Fixes: 26bbb7a9 ("i40e: fix link status timeout") Cc: cunming.li...@intel.com Cc: sta...@dpdk.org In i40e_dev_link_update() the driver obtains the link status info via admin queue command despite of "no_wait" flag. This requires relatively long time and may be a problem to some application suc