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

Wang, Haiyue haiyue.wang at intel.com
Fri Apr 23 14:07:10 CEST 2021


> -----Original Message-----
> From: Kinsella, Ray <mdr at ashroe.eu>
> Sent: Friday, April 23, 2021 18:44
> To: Wang, Haiyue <haiyue.wang at intel.com>; dev at dpdk.org
> Cc: Zhang, Qi Z <qi.z.zhang at intel.com>; Wang, Liang-min <liang-min.wang at intel.com>; Neil Horman
> <nhorman at tuxdriver.com>; Gaetan Rivet <grive at 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.wang at intel.com>
> > Tested-by: Qi Zhang <qi.z.zhang at 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.

> >


More information about the dev mailing list