From patchwork Thu Oct 12 01:26:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 30170 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4B1901B19F; Thu, 12 Oct 2017 03:26:51 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 983141AEEB for ; Thu, 12 Oct 2017 03:26:48 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 38DBF20940; Wed, 11 Oct 2017 21:26:48 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 11 Oct 2017 21:26:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:date:from:message-id:subject:to:x-me-sender:x-me-sender :x-sasl-enc; s=mesmtp; bh=obx23dJzOuvZzwdS4ebRS8brhGD0GcaMhxEDrT w3/0A=; b=kUmvU+euoylHwP2OKVVfoHEpRAUE1aCzGeuxKtgIFD46E03q32y+rF lhvNzleWIqyk45C7mdXqUQDxL0LOrh8SthmRi8k5q+/80b1oII9DWHN5lh83Ef90 VZN4uty9iPGNTLoZWDEtwvomhenLj+y4GwJupe0iPEg3GEf/EVzDw= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:message-id:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=obx23dJzOuvZzwdS4 ebRS8brhGD0GcaMhxEDrTw3/0A=; b=XHFmJ3cdLlZq5JTPT1HZP8oHM6MyB/Mbv jTx697Ixyw1kxJ1mXjhLCPqVG9Ss6uIuxn8WYUEGvbSU/7PhIrfIxqI9TPSBMh2Z Y5Ns2kXJzehLoATCTw45GIn4kyNqGh35h6HzzTx7Kr4ySoSWuJIn386C/i79vzR8 1PHR6qCDvRjSAgQHY3+MiddAuAXyNI2lthoOvdURAPhXF4lYVOnCr06OZPH3P4+L tcVCNvwX6RkzPr+Odd+ppnGPw45aL77Uj1MvqwNaMiphyJUZ8RmZmbHU+YcKn00Y G1B7EIxe6CjzoA0a8EahLNaCjr3abF00Nu8JjrqH2EG8ojMGeO1pA== X-ME-Sender: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6F77524732; Wed, 11 Oct 2017 21:26:47 -0400 (EDT) From: Thomas Monjalon To: jing.d.chen@intel.com Cc: ferruh.yigit@intel.com, dev@dpdk.org Date: Thu, 12 Oct 2017 03:26:44 +0200 Message-Id: <20171012012644.28616-1-thomas@monjalon.net> X-Mailer: git-send-email 2.14.1 Subject: [dpdk-dev] [PATCH] doc: remove fm10k features description for SSE 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The features described for scalar fm10k and its vector implementations are the same. No need to distinguish them in features description. Signed-off-by: Thomas Monjalon Acked-by: John McNamara --- doc/guides/nics/features/fm10k_vec.ini | 35 ------------------------------- doc/guides/nics/features/fm10k_vf_vec.ini | 29 ------------------------- 2 files changed, 64 deletions(-) delete mode 100644 doc/guides/nics/features/fm10k_vec.ini delete mode 100644 doc/guides/nics/features/fm10k_vf_vec.ini diff --git a/doc/guides/nics/features/fm10k_vec.ini b/doc/guides/nics/features/fm10k_vec.ini deleted file mode 100644 index 4917e820c..000000000 --- a/doc/guides/nics/features/fm10k_vec.ini +++ /dev/null @@ -1,35 +0,0 @@ -; -; Supported features of the 'fm10k_vec' network poll mode driver. -; -; Refer to default.ini for the full list of available PMD features. -; -[Features] -Speed capabilities = P -Rx interrupt = Y -Queue start/stop = Y -Jumbo frame = Y -Scattered Rx = Y -TSO = Y -Promiscuous mode = Y -Allmulticast mode = Y -Unicast MAC filter = Y -Multicast MAC filter = Y -RSS hash = Y -RSS key update = Y -RSS reta update = Y -VMDq = Y -VLAN filter = Y -CRC offload = Y -VLAN offload = Y -L3 checksum offload = Y -L4 checksum offload = Y -Packet type parsing = Y -Basic stats = Y -Extended stats = Y -Stats per queue = Y -Multiprocess aware = Y -BSD nic_uio = Y -Linux UIO = Y -Linux VFIO = Y -x86-32 = Y -x86-64 = Y diff --git a/doc/guides/nics/features/fm10k_vf_vec.ini b/doc/guides/nics/features/fm10k_vf_vec.ini deleted file mode 100644 index 6f4a639a3..000000000 --- a/doc/guides/nics/features/fm10k_vf_vec.ini +++ /dev/null @@ -1,29 +0,0 @@ -; -; Supported features of the 'fm10kvf_vec' network poll mode driver. -; -; Refer to default.ini for the full list of available PMD features. -; -[Features] -Speed capabilities = P -Rx interrupt = Y -Queue start/stop = Y -Jumbo frame = Y -Scattered Rx = Y -TSO = Y -RSS hash = Y -RSS key update = Y -RSS reta update = Y -CRC offload = Y -VLAN offload = Y -L3 checksum offload = Y -L4 checksum offload = Y -Packet type parsing = Y -Basic stats = Y -Extended stats = Y -Stats per queue = Y -Multiprocess aware = Y -BSD nic_uio = Y -Linux UIO = Y -Linux VFIO = Y -x86-32 = Y -x86-64 = Y