summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJohn McNamara <john.mcnamara@intel.com>2016-07-29 12:59:14 +0100
committerThomas Monjalon <thomas.monjalon@6wind.com>2016-08-03 18:42:17 +0200
commit9db3f52126fbd759653b4092bce199dd040c1a8b (patch)
tree61ae999a251bbffb99888c075222b359354872ad /.gitignore
parentb0a1419a88efebac3a1d52987b7e634848f9c85e (diff)
doc: generate NIC overview table from ini files
Convert the NIC feature table in the overview doc into a set of ini files and add functions into the Sphinx conf.py file to auto-generate them back into an RST table. The reason for doing this is to make it easier for PMD maintainers to update the feature matrix that makes up the table and to avoid frequent and hard to resolve conflicts in doc/guides/nics/overview.rst. A NIC/PMD feature matrix is now an ini file like the following: $ head doc/guides/nics/nic_features/i40e.ini ; ; Features of the i40e network driver. ; [Features] Link status = Y Link status event = Y Rx interrupt = Y Queue start/stop = Y ... The output RST table matches the existing table with the column headers sorted. Signed-off-by: John McNamara <john.mcnamara@intel.com> Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29bb2..a722abea21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+doc/guides/nics/overview_table.txt