This series contains fixes to the iavf driver. Brett fixes the supported link speeds in the iavf driver, which was only able to report speeds that the i40e driver supported and was missing the speeds supported by the ice driver. In addition, fix how 2.5 and 5.0 GbE speeds are reported.
Alek fixes a enum comparison that was comparing two different enums that may have different values, so update the comparison to use matching enums. Paul increases the time to complete a reset to allow for 128 VFs to complete a reset. The following are changes since commit 9798278260e8f61d04415342544a8f701bc5ace7: tipc: fix NULL pointer dereference in tipc_disc_rcv() and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 40GbE Aleksandr Loktionov (1): iavf: use appropriate enum for comparison Brett Creeley (2): iavf: fix speed reporting over virtchnl iavf: Fix reporting 2.5 Gb and 5Gb speeds Paul Greenwalt (1): iavf: increase reset complete wait time drivers/net/ethernet/intel/iavf/iavf.h | 18 +++ .../net/ethernet/intel/iavf/iavf_ethtool.c | 37 +++--- drivers/net/ethernet/intel/iavf/iavf_main.c | 67 ++++++----- drivers/net/ethernet/intel/iavf/iavf_txrx.c | 12 +- .../net/ethernet/intel/iavf/iavf_virtchnl.c | 106 +++++++++++++++--- 5 files changed, 177 insertions(+), 63 deletions(-) -- 2.26.2