[dpdk-dev] [PATCH 8/8] raw/ioat: add local API to perform copies
Jerin Jacob Kollanukkaran
jerinj at marvell.com
Wed Jun 5 15:52:01 CEST 2019
> -----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.
More information about the dev
mailing list