Hi Fiona, On 4/3/2019 4:08 PM, Fiona Trahe wrote: > Fixes: 11e5ba72cf67 ("doc: add crypto asymmetric feature list") > cc: sta...@dpdk.org > > Signed-off-by: Fiona Trahe <fiona.tr...@intel.com> > --- > .gitignore | 1 + > doc/guides/conf.py | 5 +++++ > doc/guides/cryptodevs/features/aesni_gcm.ini | 5 +++++ > doc/guides/cryptodevs/features/aesni_mb.ini | 5 +++++ > doc/guides/cryptodevs/features/armv8.ini | 5 +++++ > doc/guides/cryptodevs/features/caam_jr.ini | 5 +++++ > doc/guides/cryptodevs/features/ccp.ini | 5 +++++ > doc/guides/cryptodevs/features/default.ini | 9 +++++++++ > doc/guides/cryptodevs/features/dpaa2_sec.ini | 5 +++++ > doc/guides/cryptodevs/features/dpaa_sec.ini | 5 +++++ > doc/guides/cryptodevs/features/kasumi.ini | 5 +++++ > doc/guides/cryptodevs/features/mvsam.ini | 5 +++++ > doc/guides/cryptodevs/features/null.ini | 5 +++++ > doc/guides/cryptodevs/features/octeontx.ini | 5 +++++ > doc/guides/cryptodevs/features/qat.ini | 5 +++++ I believe qat need to be updated with the supported asym features. > doc/guides/cryptodevs/features/snow3g.ini | 5 +++++ > doc/guides/cryptodevs/features/virtio.ini | 5 +++++ > doc/guides/cryptodevs/features/zuc.ini | 5 +++++ > doc/guides/cryptodevs/openssl.rst | 8 ++++++++ > doc/guides/cryptodevs/overview.rst | 7 +++++++ > 20 files changed, 105 insertions(+) > > rest of the patch looks good.
-Akhil