> > > Since the test-dma-perf application identifies devices by name, > > > include in the idxd driver documentation a note on device naming when > > vfio-pci. > > > See also discussion in bugzilla[1]. > > > > > > [1] https://bugs.dpdk.org/show_bug.cgi?id=1268
Bugzilla ID: 1268 > > > > > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > > > --- > > Note, although I reference bugzilla here, I don't consider this a bugfix, > > so I've > > not included a fixes tag and official bugzilla id etc. It's instead a note > > clarifying > > the expected behaviour. > > App/dma-perf got integrated into DPDK via > `https://patches.dpdk.org/project/dpdk/patch/20230629131455.52732-1-cheng1.ji...@intel.com/`. > The expectation is that, it is tried and tested for hardware dma, sw > skeleton dma and cpu memcpy. > Happy to acknowledge the change as it helps the DPDK community. > > Acked-by: Vipin Varghese <vipin.vargh...@amd.com> Replaced PCI id with PCI address, and applied, thanks.