> -----Original Message----- > From: Kinsella, Ray <m...@ashroe.eu> > Sent: Friday, April 23, 2021 18:44 > To: Wang, Haiyue <haiyue.w...@intel.com>; dev@dpdk.org > Cc: Zhang, Qi Z <qi.z.zh...@intel.com>; Wang, Liang-min > <liang-min.w...@intel.com>; Neil Horman > <nhor...@tuxdriver.com>; Gaetan Rivet <gr...@u256.net> > Subject: Re: [PATCH v2 1/3] bus/pci: enable PCI master in command register > > > > On 22/04/2021 02:18, Haiyue Wang wrote: > > This adds the support to set 'Bus Master Enable' bit in the PCI command > > register. > > > > Signed-off-by: Haiyue Wang <haiyue.w...@intel.com> > > Tested-by: Qi Zhang <qi.z.zh...@intel.com> > > --- > > drivers/bus/pci/pci_common.c | 20 ++++++++++++++++++++ > > drivers/bus/pci/rte_bus_pci.h | 12 ++++++++++++ > > drivers/bus/pci/version.map | 1 + > > lib/pci/rte_pci.h | 4 ++++ > > 4 files changed, 37 insertions(+) > >
> > * > > diff --git a/drivers/bus/pci/version.map b/drivers/bus/pci/version.map > > index f33ed0abd..b271e48a8 100644 > > --- a/drivers/bus/pci/version.map > > +++ b/drivers/bus/pci/version.map > > @@ -20,5 +20,6 @@ DPDK_21 { > > EXPERIMENTAL { > > global: > > > > Please annotate when the symbol was added. > Fixed in v3. > >