From: Thomas Monjalon <thomas@monjalon.net>
To: dev@dpdk.org
Cc: rahul.lakkireddy@chelsio.com, qi.z.zhang@intel.com,
xiao.w.wang@intel.com, xavier.huwei@huawei.com,
beilei.xing@intel.com, wenzhuo.lu@intel.com,
qiming.yang@intel.com, konstantin.ananyev@intel.com,
ferruh.yigit@intel.com, jerinj@marvell.com, rmody@marvell.com,
shshaikh@marvell.com, maxime.coquelin@redhat.com,
xiaolong.ye@intel.com, Chas Williams <chas3@att.com>,
John McNamara <john.mcnamara@intel.com>,
Marko Kovacevic <marko.kovacevic@intel.com>,
Tetsuya Mukawa <mtetsuyah@gmail.com>,
Bruce Richardson <bruce.richardson@intel.com>,
Jasvinder Singh <jasvinder.singh@intel.com>,
Cristian Dumitrescu <cristian.dumitrescu@intel.com>,
Matan Azrad <matan@mellanox.com>
Subject: [dpdk-dev] [PATCH 2/3] doc: remove empty columns from NIC features matrix
Date: Thu, 12 Mar 2020 00:01:35 +0100 [thread overview]
Message-ID: <20200311230136.63452-3-thomas@monjalon.net> (raw)
In-Reply-To: <20200311230136.63452-1-thomas@monjalon.net>
The virtual PMDs bonding, KNI, null, ring, softnic and vdev_netvsc
have no real feature to advertise so they can be removed
from the (too) big matrix of ethdev features.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
doc/guides/nics/features/bonding.ini | 6 ------
doc/guides/nics/features/kni.ini | 7 -------
doc/guides/nics/features/null.ini | 6 ------
doc/guides/nics/features/ring.ini | 6 ------
doc/guides/nics/features/softnic.ini | 9 ---------
doc/guides/nics/features/vdev_netvsc.ini | 12 ------------
6 files changed, 46 deletions(-)
delete mode 100644 doc/guides/nics/features/bonding.ini
delete mode 100644 doc/guides/nics/features/kni.ini
delete mode 100644 doc/guides/nics/features/null.ini
delete mode 100644 doc/guides/nics/features/ring.ini
delete mode 100644 doc/guides/nics/features/softnic.ini
delete mode 100644 doc/guides/nics/features/vdev_netvsc.ini
diff --git a/doc/guides/nics/features/bonding.ini b/doc/guides/nics/features/bonding.ini
deleted file mode 100644
index c1653051e7..0000000000
--- a/doc/guides/nics/features/bonding.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-;
-; Supported features of the 'bonding' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
diff --git a/doc/guides/nics/features/kni.ini b/doc/guides/nics/features/kni.ini
deleted file mode 100644
index 6deb66ae2d..0000000000
--- a/doc/guides/nics/features/kni.ini
+++ /dev/null
@@ -1,7 +0,0 @@
-;
-; Supported features of the 'kni' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
-Usage doc = Y
diff --git a/doc/guides/nics/features/null.ini b/doc/guides/nics/features/null.ini
deleted file mode 100644
index 3957f7ca18..0000000000
--- a/doc/guides/nics/features/null.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-;
-; Supported features of the 'null' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
diff --git a/doc/guides/nics/features/ring.ini b/doc/guides/nics/features/ring.ini
deleted file mode 100644
index ac207ba31b..0000000000
--- a/doc/guides/nics/features/ring.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-;
-; Supported features of the 'ring' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
diff --git a/doc/guides/nics/features/softnic.ini b/doc/guides/nics/features/softnic.ini
deleted file mode 100644
index 0583381cc7..0000000000
--- a/doc/guides/nics/features/softnic.ini
+++ /dev/null
@@ -1,9 +0,0 @@
-;
-; Supported features of the 'softnic' poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
-x86-32 = Y
-x86-64 = Y
-Usage doc = Y
diff --git a/doc/guides/nics/features/vdev_netvsc.ini b/doc/guides/nics/features/vdev_netvsc.ini
deleted file mode 100644
index cfc5cb93ef..0000000000
--- a/doc/guides/nics/features/vdev_netvsc.ini
+++ /dev/null
@@ -1,12 +0,0 @@
-;
-; Supported features of the 'vdev_netvsc' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
-ARMv7 = Y
-ARMv8 = Y
-Power8 = Y
-x86-32 = Y
-x86-64 = Y
-Usage doc = Y
--
2.25.1
next prev parent reply other threads:[~2020-03-11 23:02 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-11 23:01 [dpdk-dev] [PATCH 0/3] refresh " Thomas Monjalon
2020-03-11 23:01 ` [dpdk-dev] [PATCH 1/3] doc: fix matrix CSS for recent sphinx Thomas Monjalon
2020-03-11 23:01 ` Thomas Monjalon [this message]
2020-03-11 23:01 ` [dpdk-dev] [PATCH 3/3] doc: remove similar columns from NIC features matrix Thomas Monjalon
2020-03-18 11:42 ` [dpdk-dev] [PATCH 0/3] refresh " Thomas Monjalon
2020-03-20 5:35 ` Zhang, Qi Z
2020-03-20 10:44 ` Thomas Monjalon
2020-03-20 11:15 ` Zhang, Qi Z
2020-03-24 8:36 ` Andrew Rybchenko
2020-04-16 20:13 ` Thomas Monjalon
2020-04-17 16:32 ` Thomas Monjalon
2020-04-17 18:21 ` Ajit Khaparde
2020-04-16 21:57 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200311230136.63452-3-thomas@monjalon.net \
--to=thomas@monjalon.net \
--cc=beilei.xing@intel.com \
--cc=bruce.richardson@intel.com \
--cc=chas3@att.com \
--cc=cristian.dumitrescu@intel.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@intel.com \
--cc=jasvinder.singh@intel.com \
--cc=jerinj@marvell.com \
--cc=john.mcnamara@intel.com \
--cc=konstantin.ananyev@intel.com \
--cc=marko.kovacevic@intel.com \
--cc=matan@mellanox.com \
--cc=maxime.coquelin@redhat.com \
--cc=mtetsuyah@gmail.com \
--cc=qi.z.zhang@intel.com \
--cc=qiming.yang@intel.com \
--cc=rahul.lakkireddy@chelsio.com \
--cc=rmody@marvell.com \
--cc=shshaikh@marvell.com \
--cc=wenzhuo.lu@intel.com \
--cc=xavier.huwei@huawei.com \
--cc=xiao.w.wang@intel.com \
--cc=xiaolong.ye@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).