From: John McNamara Date: Thu, 6 Apr 2017 16:36:42 +0000 (+0100) Subject: doc: fix doc warning due to missing architecture X-Git-Tag: spdx-start~3693 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=6a767a694d33a67606c6c3805cdac4cf1cec48dc;p=dpdk.git doc: fix doc warning due to missing architecture 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 --- diff --git a/doc/guides/nics/features/tap.ini b/doc/guides/nics/features/tap.ini index 20cbeee72f..3efae758cc 100644 --- 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