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

2021-01-07 Thread Bruce Richardson
On Thu, Jan 07, 2021 at 05:53:12PM +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 > > --- > v5 > * add error check for memzone lookup >

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

2021-01-07 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 --- v5 * add error check for memzone lookup v6 * fix compilation v7 * include dev ops for secondary --- drivers/raw/ioat/ioa