Re: [PATCH] mem: fix API doc about allocation on secondary processes

2022-10-04 Thread David Marchand
On Fri, Sep 30, 2022 at 3:19 PM Honnappa Nagarahalli wrote: > > Since 10 years, memzone allocation is allowed on secondary processes. Now > > it's time to update the documentation accordingly. > > > > At the same time, fix mempool, mbuf and ring documentation which rely on > > memzones internally.

RE: [PATCH] mem: fix API doc about allocation on secondary processes

2022-09-30 Thread Honnappa Nagarahalli
> Subject: [PATCH] mem: fix API doc about allocation on secondary processes > > Since 10 years, memzone allocation is allowed on secondary processes. Now > it's time to update the documentation accordingly. > > At the same time, fix mempool, mbuf and ring documentation w

[PATCH] mem: fix API doc about allocation on secondary processes

2022-09-29 Thread Olivier Matz
Since 10 years, memzone allocation is allowed on secondary processes. Now it's time to update the documentation accordingly. At the same time, fix mempool, mbuf and ring documentation which rely on memzones internally. Bugzilla ID: 1074 Fixes: 916e4f4f4e45 ("memory: fix for multi process support"