On 18/04/2019 04:30, Anoob Joseph wrote: > The metabuf pool is shared across all queue pairs belonging to the > PMD. In order to prevent one queue pair from starving another, > use a distinct mempool for each queue pair. > > Fixes: 273487f7b381 ("crypto/octeontx: add global resource init") >
Hi Anoob, This won't apply on stable, the code has changed quite a bit on master. Please send a backport for 18.11 stable branch, or let me know if it's not needed. thanks, Kevin. > Signed-off-by: Anoob Joseph <ano...@marvell.com>