Re: [dpdk-dev] [PATCH] drivers/crypto: add missing OOP feature flag

2020-07-01 Thread Akhil Goyal
> > ZUC, SNOW3G and KASUMI PMDs support Out-of-place operations, > but their feature flags did not reflect this. > > Fixes: 2717246ecd7d ("cryptodev: replace mbuf scatter gather flag") > Cc: sta...@dpdk.org > > Signed-off-by: Pablo de Lara > --- Applied to dpdk-next-crypto Thanks.

[dpdk-dev] [PATCH] drivers/crypto: add missing OOP feature flag

2020-06-04 Thread Pablo de Lara
ZUC, SNOW3G and KASUMI PMDs support Out-of-place operations, but their feature flags did not reflect this. Fixes: 2717246ecd7d ("cryptodev: replace mbuf scatter gather flag") Cc: sta...@dpdk.org Signed-off-by: Pablo de Lara --- doc/guides/cryptodevs/features/kasumi.ini | 1 + doc/guides/cryptod