Re: [dpdk-dev] [PATCH] crypto/cnxk: fix debug build failure

2021-07-09 Thread David Marchand
On Fri, Jul 9, 2021 at 10:47 AM Tejasree Kondoj wrote: > > Removing usage of unavailable macro. Fixes: baee42a6beff ("crypto/cnxk: add IPsec datapath") > > Reported-by: Ali Alnubani > Suggested-by: David Marchand > Signed-off-by: Tejasree Kondoj Applied, thanks. -- David Marchand

[dpdk-dev] [PATCH] crypto/cnxk: fix debug build failure

2021-07-09 Thread Tejasree Kondoj
Removing usage of unavailable macro. Reported-by: Ali Alnubani Suggested-by: David Marchand Signed-off-by: Tejasree Kondoj --- drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/cnxk/cn10k_cryptodev_ops.c b/drivers/cryp