From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <john.mcnamara@intel.com>
Received: from mga04.intel.com (mga04.intel.com [192.55.52.120])
 by dpdk.org (Postfix) with ESMTP id DE41C2A6C
 for <dev@dpdk.org>; Thu,  6 Apr 2017 18:36:45 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=intel;
 t=1491496605; x=1523032605;
 h=from:to:cc:subject:date:message-id;
 bh=bsWL+/qXkvPd3R4+ektjq0hXJMVo83mtiKTi5oKutC4=;
 b=aOwlEu3pmamNu4I1qxHaWcrVJ+QOz0FTEk5SsjWIG0gLVznCWy/LwAmv
 lUyLdxwPv142M1lBKeo0xGsraRTjQQ==;
Received: from orsmga005.jf.intel.com ([10.7.209.41])
 by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 06 Apr 2017 09:36:44 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.37,160,1488873600"; d="scan'208";a="84167312"
Received: from sivswdev02.ir.intel.com (HELO localhost.localdomain)
 ([10.237.217.46])
 by orsmga005.jf.intel.com with ESMTP; 06 Apr 2017 09:36:43 -0700
From: John McNamara <john.mcnamara@intel.com>
To: dev@dpdk.org
Cc: pascal.mazon@6wind.com,
	John McNamara <john.mcnamara@intel.com>
Date: Thu,  6 Apr 2017 17:36:42 +0100
Message-Id: <1491496602-14415-1-git-send-email-john.mcnamara@intel.com>
X-Mailer: git-send-email 1.7.0.7
Subject: [dpdk-dev] [PATCH v1] doc: fix tap PMD doc warning due to missing
	architecture
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 06 Apr 2017 16:36:46 -0000

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