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

2017-02-08 Thread Ferruh Yigit
On 2/8/2017 3:30 PM, Ferruh Yigit wrote: > On 2/8/2017 9:14 AM, Qiming Yang wrote: >> This patch fixed the redundant delay in function link update. There is >> no need to call rte_delay_ms and hold CPU for 100ms when link status is up. >> >> Fixes: 26bbb7a9 ("i40e: fix link status timeout") >>

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

2017-02-08 Thread Ferruh Yigit
On 2/8/2017 9:14 AM, Qiming Yang wrote: > This patch fixed the redundant delay in function link update. There is > no need to call rte_delay_ms and hold CPU for 100ms when link status is up. > > Fixes: 26bbb7a9 ("i40e: fix link status timeout") > > Signed-off-by: Qiming Yang Reviewed-by: Fe

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

2017-02-08 Thread Qiming Yang
This patch fixed the redundant delay in function link update. There is no need to call rte_delay_ms and hold CPU for 100ms when link status is up. Fixes: 26bbb7a9 ("i40e: fix link status timeout") Signed-off-by: Qiming Yang --- drivers/net/i40e/i40e_ethdev.c | 4 ++-- 1 file changed, 2 inse