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

2021-01-08 Thread Bruce Richardson
On Fri, Jan 08, 2021 at 07:14:56PM +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 v8] raw/ioat: add secondary process support

2021-01-08 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 v8 * fix wrong memzone al