Re: [dpdk-dev] [PATCH v4 1/3] bus/pci: set PCI master in command register

2021-04-27 Thread Kinsella, Ray
On 27/04/2021 14:39, Haiyue Wang wrote: > Add the API to set 'Bus Master Enable' bit to be enabled or disabled in > the PCI command register. > > Signed-off-by: Haiyue Wang > --- > drivers/bus/pci/pci_common.c | 28 > drivers/bus/pci/rte_bus_pci.h | 14 ++

[dpdk-dev] [PATCH v4 1/3] bus/pci: set PCI master in command register

2021-04-27 Thread Haiyue Wang
Add the API to set 'Bus Master Enable' bit to be enabled or disabled in the PCI command register. Signed-off-by: Haiyue Wang --- drivers/bus/pci/pci_common.c | 28 drivers/bus/pci/rte_bus_pci.h | 14 ++ drivers/bus/pci/version.map | 3 +++ lib/pci/rte