RE: [PATCH] crypto: fix crypto callbacks macro

2024-04-16 Thread Power, Ciara
> -Original Message- > From: Power, Ciara > Sent: Monday, April 15, 2024 1:36 PM > To: dev@dpdk.org > Cc: Power, Ciara ; Gujjar, Abhinandan S > ; sta...@dpdk.org; Akhil Goyal > ; Fan Zhang > Subject: [PATCH] crypto: fix crypto callbacks macro > > The c

[PATCH] crypto: fix crypto callbacks macro

2024-04-15 Thread Ciara Power
The crypto callbacks macro is being used with ifdef instead of if, so when the config file value is changed to 0 to disable, the code is still being compiled in. Fixes: 1c3ffb95595e ("cryptodev: add enqueue and dequeue callbacks") Cc: abhinandan.guj...@intel.com Cc: sta...@dpdk.org Signed-off-by: