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

2020-09-01 Thread Sun, GuinanX
Hi Ferruh > -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Monday, August 31, 2020 9:24 PM > To: Sun, GuinanX ; dev@dpdk.org > Cc: Xing, Beilei ; Guo, Jia ; > sta...@dpdk.org > Subject: Re: [dpdk-stable] [PATCH v3] net/i40e: fix link status > > On 8/6/2020

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

2020-08-31 Thread Ferruh Yigit
On 8/6/2020 9:16 AM, 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 > --- > v3: > * r