RE: [PATCH v2 07/15] pci: define some command constants

2023-09-07 Thread Xia, Chenbo
> > Subject: [PATCH v2 07/15] pci: define some command constants > > Define some PCI command constants and use them in existing drivers. > > Signed-off-by: David Marchand > Acked-by: Bruce Richardson > --- > drivers/bus/pci/linux/pci_vfio.c | 8 > dri

[PATCH v2 07/15] pci: define some command constants

2023-08-21 Thread David Marchand
Define some PCI command constants and use them in existing drivers. Signed-off-by: David Marchand Acked-by: Bruce Richardson --- drivers/bus/pci/linux/pci_vfio.c | 8 drivers/event/dlb2/pf/dlb2_main.c | 8 +++- lib/pci/rte_pci.h | 6 -- 3 files changed, 11 inse