From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] doc: fix tap PMD doc warning due to missing architecture Date: Thu, 06 Apr 2017 22:16:36 +0200 Message-ID: <2101784.hX5k1exezs@xps13> References: <1491496602-14415-1-git-send-email-john.mcnamara@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, pascal.mazon@6wind.com To: John McNamara Return-path: Received: from mail-wr0-f174.google.com (mail-wr0-f174.google.com [209.85.128.174]) by dpdk.org (Postfix) with ESMTP id 288C12A6C for ; Thu, 6 Apr 2017 22:16:38 +0200 (CEST) Received: by mail-wr0-f174.google.com with SMTP id g19so35344723wrb.0 for ; Thu, 06 Apr 2017 13:16:38 -0700 (PDT) In-Reply-To: <1491496602-14415-1-git-send-email-john.mcnamara@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 Applied, thanks