X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=doc%2Fguides%2Fconf.py;h=a85f6c9d995a10fa15744e10cf94f19eed0b46a5;hb=8d53e9f3c6001dcb2865f6e894da5b54e1418f88;hp=da99a3f84805ad91967314a14c9a0cfac2a2ef5a;hpb=e2bea7436061ca2e7e14bfcfdc5870f2555c3965;p=deb_dpdk.git diff --git a/doc/guides/conf.py b/doc/guides/conf.py index da99a3f8..a85f6c9d 100644 --- a/doc/guides/conf.py +++ b/doc/guides/conf.py @@ -391,6 +391,11 @@ def setup(app): 'AEAD', 'AEAD algorithms in crypto drivers', 'AEAD algorithm') + table_file = dirname(__file__) + '/cryptodevs/overview_asym_table.txt' + generate_overview_table(table_file, 5, + 'Asymmetric', + 'Asymmetric algorithms in crypto drivers', + 'Asymmetric algorithm') table_file = dirname(__file__) + '/compressdevs/overview_feature_table.txt' generate_overview_table(table_file, 1, 'Features',