> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Bruce Richardson > Sent: Friday, May 31, 2019 2:55 AM > To: dev@dpdk.org > Cc: Bruce Richardson <bruce.richard...@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.richard...@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.