Re: [dpdk-dev] [PATCH v4] raw/ioat: add secondary process support

2021-01-06 Thread Bruce Richardson
On Mon, Jan 04, 2021 at 10:00:49PM +0530, Kumar Amber wrote: > Add support for secondary processes in ioat devices. The update > allocates a memzone for a primary process or returns it in a > secondary process. > > Signed-off-by: Kumar Amber > --- Thanks for the patch. Some comments below. Also,

[dpdk-dev] [PATCH v4] raw/ioat: add secondary process support

2021-01-04 Thread Kumar Amber
Add support for secondary processes in ioat devices. The update allocates a memzone for a primary process or returns it in a secondary process. Signed-off-by: Kumar Amber --- drivers/raw/ioat/ioat_common.c | 16 +--- drivers/raw/ioat/ioat_rawdev.c | 17 + 2 files chan