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

2020-09-03 Thread Min, JiaqiX
Tested-by: Jiaqi Min -Original Message- From: dev On Behalf Of Jeff Guo Sent: Thursday, September 3, 2020 4:39 PM To: Sun, GuinanX ; dev@dpdk.org Cc: Xing, Beilei ; sta...@dpdk.org Subject: Re: [dpdk-dev] [PATCH v4] net/i40e: fix link status Acked-by: Jeff Guo On 9/2/2020 4:06 PM

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

2020-09-03 Thread Jeff Guo
Acked-by: Jeff Guo On 9/2/2020 4:06 PM, Guinan Sun wrote: If the PF driver supports the new speed reporting capabilities then use link_event_adv instead of link_event to get the speed. Fixes: 2a73125b7041 ("i40evf: fix link info update") Cc: sta...@dpdk.org Signed-off-by: Guinan Sun Tested-b

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

2020-09-02 Thread Guinan Sun
If the PF driver supports the new speed reporting capabilities then use link_event_adv instead of link_event to get the speed. Fixes: 2a73125b7041 ("i40evf: fix link info update") Cc: sta...@dpdk.org Signed-off-by: Guinan Sun Tested-by: Shougang Wang --- v4: * fix compilation issue in meson bui