Re: [dpdk-dev] [PATCH 3/3] crypto/nitrox: support cipher only crypto operations

2020-09-22 Thread Akhil Goyal
Hi Nagadheeraj, > Subject: [PATCH 3/3] crypto/nitrox: support cipher only crypto operations > > This patch adds cipher only crypto operation support. > > Signed-off-by: Nagadheeraj Rottela > --- Could you please rebase this patch on latest TOT? I see a conflict in the last patch. You can also

[dpdk-dev] [PATCH 3/3] crypto/nitrox: support cipher only crypto operations

2020-07-24 Thread Nagadheeraj Rottela
This patch adds cipher only crypto operation support. Signed-off-by: Nagadheeraj Rottela --- doc/guides/cryptodevs/nitrox.rst | 2 - drivers/crypto/nitrox/nitrox_sym.c| 3 + drivers/crypto/nitrox/nitrox_sym_reqmgr.c | 189 -- 3 files changed, 143 insertio