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

2019-06-05 Thread Bruce Richardson
On Wed, Jun 05, 2019 at 01:52:01PM +, Jerin Jacob Kollanukkaran wrote: > > > -Original Message- > > From: dev On Behalf Of Bruce Richardson > > Sent: Friday, May 31, 2019 2:55 AM > > To: dev@dpdk.org > > Cc: Bruce Richardson > > Subject: [dp

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

2019-06-05 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: dev On Behalf Of Bruce Richardson > Sent: Friday, May 31, 2019 2:55 AM > To: dev@dpdk.org > Cc: Bruce Richardson > Subject: [dpdk-dev] [PATCH 8/8] raw/ioat: add local API to perform copies > > Add local APIs to trigger data cop

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

2019-06-04 Thread Bruce Richardson
On Mon, Jun 03, 2019 at 04:44:17PM +0200, Thomas Monjalon wrote: > 30/05/2019 23:25, Bruce Richardson: > > 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. > > Would be nice

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

2019-06-03 Thread Thomas Monjalon
30/05/2019 23:25, Bruce Richardson: > 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. Would be nice to have a small design overview in the guide. We may need also to answer the

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

2019-05-30 Thread Bruce Richardson
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 --- app/test/test_ioat_rawdev.c| 159 - doc/guides/rawdevs/ioat