> -----Original Message----- > From: dev <[email protected]> On Behalf Of Bruce Richardson > Sent: Friday, May 31, 2019 2:55 AM > To: [email protected] > Cc: Bruce Richardson <[email protected]> > 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 <[email protected]> > --- > 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.

