[dpdk-dev] [PATCH 8/8] raw/ioat: add local API to perform copies

Bruce Richardson bruce.richardson at intel.com
Wed Jun 5 15:57:27 CEST 2019


On Wed, Jun 05, 2019 at 01:52:01PM +0000, Jerin Jacob Kollanukkaran wrote:
> 
> > -----Original Message-----
> > From: dev <dev-bounces at dpdk.org> On Behalf Of Bruce Richardson
> > Sent: Friday, May 31, 2019 2:55 AM
> > To: dev at dpdk.org
> > Cc: Bruce Richardson <bruce.richardson at intel.com>
> > Subject: [dpdk-dev] [PATCH 8/8] raw/ioat: add local API to perform copies
> > 
> > Add local APIs to trigger data copies, and retrieve handle values once those
> > copies are completed. Included are unit tests to validate the data is copies
> > correctly.
> > 
> > Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> > ---
> >  app/test/test_ioat_rawdev.c        | 159 ++++++++++++++++++++++++++++-
> 
> How about moving this test to drivers/raw/ioat/ directory by implementing
> dev_selftest ops? IMO, it is better to not pollute app/test with PMD specific
> test cases.
> 
Let me look into it.

/Bruce


More information about the dev mailing list