04/11/2021 19:48, Tal Shnaiderman: > Added table to the crypto device drivers documentation > stating the support of each PMD on Linux, FreeBSD and Windows. > > Signed-off-by: Tal Shnaiderman <tal...@nvidia.com> > > --- > v2: add chacha20_poly1305 to the table [AkhilG] > --- > doc/guides/conf.py | 5 +++++ > doc/guides/cryptodevs/features/aesni_gcm.ini | 7 +++++++ > doc/guides/cryptodevs/features/aesni_mb.ini | 7 +++++++ > doc/guides/cryptodevs/features/armv8.ini | 7 +++++++ > doc/guides/cryptodevs/features/bcmfs.ini | 7 +++++++ > doc/guides/cryptodevs/features/caam_jr.ini | 6 ++++++ > doc/guides/cryptodevs/features/ccp.ini | 6 ++++++ > doc/guides/cryptodevs/features/chacha20_poly1305.ini | 7 +++++++ > doc/guides/cryptodevs/features/cn10k.ini | 6 ++++++ > doc/guides/cryptodevs/features/cn9k.ini | 6 ++++++ > doc/guides/cryptodevs/features/default.ini | 8 ++++++++ > doc/guides/cryptodevs/features/dpaa2_sec.ini | 6 ++++++ > doc/guides/cryptodevs/features/dpaa_sec.ini | 6 ++++++ > doc/guides/cryptodevs/features/kasumi.ini | 7 +++++++ > doc/guides/cryptodevs/features/mlx5.ini | 7 +++++++ > doc/guides/cryptodevs/features/mvsam.ini | 7 +++++++ > doc/guides/cryptodevs/features/nitrox.ini | 6 ++++++ > doc/guides/cryptodevs/features/null.ini | 9 ++++++++- > doc/guides/cryptodevs/features/octeontx.ini | 7 +++++++ > doc/guides/cryptodevs/features/octeontx2.ini | 6 ++++++ > doc/guides/cryptodevs/features/openssl.ini | 7 +++++++ > doc/guides/cryptodevs/features/qat.ini | 7 +++++++ > doc/guides/cryptodevs/features/snow3g.ini | 7 +++++++ > doc/guides/cryptodevs/features/virtio.ini | 7 +++++++ > doc/guides/cryptodevs/features/zuc.ini | 7 +++++++ > doc/guides/cryptodevs/overview.rst | 7 +++++++ > 26 files changed, 174 insertions(+), 1 deletion(-)
An addition in .gitignore is missing: doc/guides/cryptodevs/overview_os_table.txt Will fix when pulling.