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

2020-04-28 Thread alvinx . zhang
From: Alvin Zhang If the PF driver does not support the new speed reporting capabilities then use link_event else use link_event_adv to get the speed. Fixes: 48de41ca11f0 (net/iavf: enable link status update) Cc: jingjing...@intel.com Cc: sta...@dpdk.org Signed-off-by: Alvin Zhang V2: Modify

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

2020-04-28 Thread alvinx . zhang
From: Alvin Zhang If the PF driver does not support the new speed reporting capabilities then use link_event else use link_event_adv to get the speed. Fixes: 48de41ca11f0 (net/iavf: enable link status update) Cc: jingjing...@intel.com Cc: sta...@dpdk.org Signed-off-by: Alvin Zhang --- drivers