git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99a7213
)
doc: fix doc warning due to missing architecture
author
John McNamara
<john.mcnamara@intel.com>
Thu, 6 Apr 2017 16:36:42 +0000
(17:36 +0100)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Thu, 6 Apr 2017 20:17:11 +0000
(22:17 +0200)
TILE-GX is no longer supported but the tap driver includes it in its
NIC overview ini file which causes a doc warning:
$ make doc-guides-html
sphinx processing guides-html...
Warning generate_nic_overview_table():
Unknown feature 'TILE-Gx' in 'tap.ini'
Fixes:
04b2c3c94346
("doc: add tap features")
Signed-off-by: John McNamara <john.mcnamara@intel.com>
doc/guides/nics/features/tap.ini
patch
|
blob
|
history
diff --git
a/doc/guides/nics/features/tap.ini
b/doc/guides/nics/features/tap.ini
index
20cbeee
..
3efae75
100644
(file)
--- a/
doc/guides/nics/features/tap.ini
+++ b/
doc/guides/nics/features/tap.ini
@@
-21,7
+21,6
@@
Other kdrv = Y
ARMv7 = Y
ARMv8 = Y
Power8 = Y
-TILE-Gx = Y
x86-32 = Y
x86-64 = Y
Usage doc = Y