Hi Kevin, This patch need not be backported. You can ignore this.
Thanks, Anoob > -----Original Message----- > From: Kevin Traynor <ktray...@redhat.com> > Sent: Wednesday, May 8, 2019 4:47 PM > To: Anoob Joseph <ano...@marvell.com>; Akhil Goyal <akhil.go...@nxp.com>; > Pablo de Lara <pablo.de.lara.gua...@intel.com> > Cc: Jerin Jacob Kollanukkaran <jer...@marvell.com>; Narayana Prasad Raju > Athreya <pathr...@marvell.com>; Shally Verma <shal...@marvell.com>; > dev@dpdk.org > Subject: [EXT] Re: [dpdk-dev] [PATCH] crypto/octeontx: use distinct metabuf > pool for each queue > > External Email > > ---------------------------------------------------------------------- > 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>