From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pascal Mazon Subject: [PATCH] doc: add features doc for net/tap Date: Tue, 21 Feb 2017 14:14:53 +0100 Message-ID: <08c32e80c18cdd9f4dc48a5833ceee045a22ffd3.1487682746.git.pascal.mazon@6wind.com> Cc: dev@dpdk.org, Pascal Mazon To: keith.wiles@intel.com 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) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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