mbox

[v3,0/6] Bugs Porting from I40evf For IAVF Feature

Message ID 20200904072907.10648-1-stevex.yang@intel.com (mailing list archive)
Headers

Message

Steve Yang Sept. 4, 2020, 7:29 a.m. UTC
  These patches are bugs porting from i40evf to iavf.

v3:
 - changed the comment of patch (net/iavf: fix scattered Rx enabling).
 - changed the comment of patch (net/iavf: fix incorrect link status
   when speed is undefined).

v2:
 - removed patch (net/iavf: fix port close), because all resources
   will be released in dev_close when RTE_ETH_DEV_CLOSE_REMOVE is set.

SteveX Yang (6):
  net/iavf: fix scattered Rx enabling
  net/iavf: fix incorrect link status when speed is undefined
  net/iavf: fix port start during configuration restore
  net/iavf: fix setting of MAC address on iavf
  net/iavf: fix multiple interrupts for VF
  net/iavf: downgrade error log

 drivers/net/iavf/iavf_ethdev.c | 18 +++++++----
 drivers/net/iavf/iavf_vchnl.c  | 58 +++++++++++++++++++++++++++-------
 2 files changed, 58 insertions(+), 18 deletions(-)