Re: [dpdk-dev] [PATCH v4] net/e1000: fix link status update

2019-11-25 Thread Ye Xiaolong
On 11/20, Lunyuan Cui wrote: >There is no need to judge the original link state, >only update the data according to the current link state. >It can maintain better robustness. > >In addition, this patch change the variable >from link_check to link_up. > >Fixes: 80ba61115e77 ("net/e1000: use link st

[dpdk-dev] [PATCH v4] net/e1000: fix link status update

2019-11-19 Thread Lunyuan Cui
There is no need to judge the original link state, only update the data according to the current link state. It can maintain better robustness. In addition, this patch change the variable from link_check to link_up. Fixes: 80ba61115e77 ("net/e1000: use link status helper functions") Cc: sta...@dp