Re: [PATCH v6 1/2] pcie: Use common ARI next function number

2023-07-10 Thread Ani Sinha
> On 10-Jul-2023, at 1:38 PM, Akihiko Odaki wrote: > > Currently the only implementers of ARI is SR-IOV devices, and they > behave similar. Share the ARI next function number. > > Signed-off-by: Akihiko Odaki Reviewed-by: Ani Sinha > --- > docs/pcie_sriov.txt | 4 ++-- > include/hw/pci/p

[PATCH v6 1/2] pcie: Use common ARI next function number

2023-07-10 Thread Akihiko Odaki
Currently the only implementers of ARI is SR-IOV devices, and they behave similar. Share the ARI next function number. Signed-off-by: Akihiko Odaki --- docs/pcie_sriov.txt | 4 ++-- include/hw/pci/pcie.h | 2 +- hw/net/igb.c | 2 +- hw/net/igbvf.c| 2 +- hw/nvme/ctrl.c