]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/conf.py
doc: add compression driver and ISA-L PMD guides
[dpdk.git] / doc / guides / conf.py
index 38de280eff21d3c99679c3014924433fb89aba93..c883306d77e60409059577074dab7b54821b869c 100644 (file)
@@ -388,6 +388,11 @@ def setup(app):
                             'AEAD',
                             'AEAD algorithms in crypto drivers',
                             'AEAD algorithm')
+    table_file = dirname(__file__) + '/compressdevs/overview_feature_table.txt'
+    generate_overview_table(table_file, 1,
+                            'Features',
+                            'Features availability in compression drivers',
+                            'Feature')
 
     if LooseVersion(sphinx_version) < LooseVersion('1.3.1'):
         print('Upgrade sphinx to version >= 1.3.1 for '