mbox

[v5,0/3] fix PF reset causes VF memory request failure

Message ID 20210506034957.46458-1-haiyue.wang@intel.com (mailing list archive)
Headers

Message

Wang, Haiyue May 6, 2021, 3:49 a.m. UTC
  By triggerring the VF reset from PF reset,

        echo 1 > /sys/bus/pci/devices/PF-BDF/reset

the PCI bus master bit will cleared on VF, so the VF needs to enable
this bit before restart.

This patch set adds the API to enable PCI bus master.

v5: error handling if bus master enable failed
v4: change the API to set type, so can enable or disable
v3: added the missed annotate symbol add time
v2: rebase to new librte directory path

Haiyue Wang (3):
  bus/pci: set PCI master in command register
  net/iavf: enable PCI bus master after reset
  net/i40e: enable PCI bus master after reset

 drivers/bus/pci/pci_common.c      | 28 ++++++++++++++++++++++++++++
 drivers/bus/pci/rte_bus_pci.h     | 14 ++++++++++++++
 drivers/bus/pci/version.map       |  3 +++
 drivers/net/i40e/i40e_ethdev_vf.c |  6 +++++-
 drivers/net/iavf/iavf_ethdev.c    |  3 ++-
 lib/pci/rte_pci.h                 |  4 ++++
 6 files changed, 56 insertions(+), 2 deletions(-)