RE: [EXT] [PATCH 01/14] crypto/dpaa2_sec: fix fle buffer leak

2022-04-28 Thread Akhil Goyal
> > You should use check-git-log > > $ ./devtools/check-git-log.sh -14 > > Wrong headline format: > > crypto/dpaa_sec : fix secondary process probe Wrong headline prefix: > > dpaax/caamflib: remove obsolete code > > crypto/dpaa2_sec: per queue pair fle pool > > crypt

RE: [EXT] [PATCH 01/14] crypto/dpaa2_sec: fix fle buffer leak

2022-04-28 Thread Gagandeep Singh
Hi, > -Original Message- > From: Akhil Goyal > Sent: Thursday, April 28, 2022 12:46 PM > To: Gagandeep Singh ; dev@dpdk.org > Cc: sta...@dpdk.org > Subject: RE: [EXT] [PATCH 01/14] crypto/dpaa2_sec: fix fle buffer leak > > > Driver allocates a fle buffer for

RE: [EXT] [PATCH 01/14] crypto/dpaa2_sec: fix fle buffer leak

2022-04-28 Thread Akhil Goyal
> Driver allocates a fle buffer for each packet > before enqueue and free the buffer on dequeue. But in case if > there are enqueue failures, then code should free the fle buffers. > > Fixes: b15cbf5b2d88 ("crypto/dpaa2_sec: fix fle buffer leak") > Cc: sta...@dpdk.org > > Signed-off-by: Gagandeep