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

2020-09-23 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of murphy yang > Sent: Friday, September 18, 2020 5:47 PM > To: dev@dpdk.org > Cc: Yang, MurphyX ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/iavf: fix link status > > From: murphy > > If the PF

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

2020-09-18 Thread murphy yang
From: murphy If the PF driver supports the new speed reporting capabilities then use link_event_adv instead of link_event to get the speed. Fixes: 5330b042977c ("net/iavf: fix link speed") Cc: sta...@dpdk.org Signed-off-by: murphy --- drivers/net/iavf/iavf_vchnl.c | 7 +++ 1 file changed