From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id DED092BB4 for ; Tue, 21 Feb 2017 14:15:27 +0100 (CET) Received: from 6wind.com (unknown [10.16.0.184]) by proxy.6wind.com (Postfix) with SMTP id 4C840246AB; Tue, 21 Feb 2017 14:15:22 +0100 (CET) Received: by 6wind.com (sSMTP sendmail emulation); Tue, 21 Feb 2017 14:15:20 +0100 From: Pascal Mazon To: keith.wiles@intel.com Cc: dev@dpdk.org, Pascal Mazon Date: Tue, 21 Feb 2017 14:14:53 +0100 Message-Id: <08c32e80c18cdd9f4dc48a5833ceee045a22ffd3.1487682746.git.pascal.mazon@6wind.com> X-Mailer: git-send-email 2.8.0.rc0 Subject: [dpdk-dev] [PATCH] doc: add features doc for net/tap X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2017 13:15:29 -0000 Signed-off-by: Pascal Mazon --- doc/guides/nics/features/tap.ini | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/guides/nics/features/tap.ini diff --git a/doc/guides/nics/features/tap.ini b/doc/guides/nics/features/tap.ini new file mode 100644 index 000000000000..f4aca6921ddc --- /dev/null +++ b/doc/guides/nics/features/tap.ini @@ -0,0 +1,19 @@ +; +; Supported features of the 'tap' driver. +; +; Refer to default.ini for the full list of available PMD features. +; +[Features] +Link status = Y +Jumbo frame = Y +Promiscuous mode = Y +Allmulticast mode = Y +Basic stats = Y +Other kdrv = Y +ARMv7 = Y +ARMv8 = Y +Power8 = Y +TILE-Gx = Y +x86-32 = Y +x86-64 = Y +Usage doc = Y -- 2.8.0.rc0