Re: [dpdk-dev] [PATCH] crypto/aesni_mb: call buffer manager allocation

2018-07-23 Thread De Lara Guarch, Pablo
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Tuesday, July 3, 2018 6:58 AM > To: Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH] crypto/aesni_mb: call buffer manager allocation > > Instead of having a static field for the buffer manager MB_MG

[dpdk-dev] [PATCH] crypto/aesni_mb: call buffer manager allocation

2018-07-03 Thread Pablo de Lara
Instead of having a static field for the buffer manager MB_MGR in the queue pair structure, use the provided API that allocates memory for it and store a pointer to it. Signed-off-by: Pablo de Lara --- drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 10 +- drivers/crypto/aesni_mb/rt