> -----Original Message----- > From: Radu Nicolau <[email protected]> > Sent: Friday, July 3, 2026 10:50 PM > To: [email protected] > Cc: [email protected]; Nicolau, Radu <[email protected]>; > [email protected]; Fan Zhang <[email protected]> > Subject: [PATCH] crypto/virtio: cookies are allocated from mempool > > The Rx/Tx functions allocate cookies as needed, no need to allocate and free > from > heap. > > Fixes: 6f0175ff53e0 ("crypto/virtio: support basic PMD ops") > Cc: [email protected] > > Signed-off-by: Radu Nicolau <[email protected]> > --- > drivers/crypto/virtio/virtio_cryptodev.c | 24 +----------------------- > 1 file changed, 1 insertion(+), 23 deletions(-) >
Tested-by: Yu Jiang <[email protected]> Best Regards Yu Jiang

