All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] doc: fix tap PMD doc warning due to missing architecture
@ 2017-04-06 16:36 John McNamara
  2017-04-06 20:16 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: John McNamara @ 2017-04-06 16:36 UTC (permalink / raw)
  To: dev; +Cc: pascal.mazon, John McNamara

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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/guides/nics/features/tap.ini b/doc/guides/nics/features/tap.ini
index 20cbeee..3efae75 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
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v1] doc: fix tap PMD doc warning due to missing architecture
  2017-04-06 16:36 [PATCH v1] doc: fix tap PMD doc warning due to missing architecture John McNamara
@ 2017-04-06 20:16 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2017-04-06 20:16 UTC (permalink / raw)
  To: John McNamara; +Cc: dev, pascal.mazon

2017-04-06 17:36, John McNamara:
> 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>

Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-06 20:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-06 16:36 [PATCH v1] doc: fix tap PMD doc warning due to missing architecture John McNamara
2017-04-06 20:16 ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.