> -----Original Message----- > From: Xia, Chenbo <chenbo....@intel.com> > Sent: Saturday, September 18, 2021 10:25 > To: dev@dpdk.org; david.march...@redhat.com > Cc: Li, Xiaoyun <xiaoyun...@intel.com> > Subject: [PATCH v2 2/7] app/testpmd: use PCI memory resource access APIs > > Currently testpmd uses struct rte_pci_device to access PCI memory resource. > Since this structure will be internal later, this patch replaces use of > rte_pci_device with new PCI memory resource access APIs to read/write BAR 0. > > Signed-off-by: Chenbo Xia <chenbo....@intel.com> > --- > app/test-pmd/config.c | 50 ++++++++++++++------------------------ > app/test-pmd/testpmd.h | 54 ++++++++++++++++++++++-------------------- > 2 files changed, 46 insertions(+), 58 deletions(-)
Acked-by: Xiaoyun Li <xiaoyun...@intel.com>