DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] refresh NIC features matrix
@ 2020-03-11 23:01 Thomas Monjalon
  2020-03-11 23:01 ` [dpdk-dev] [PATCH 1/3] doc: fix matrix CSS for recent sphinx Thomas Monjalon
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Thomas Monjalon @ 2020-03-11 23:01 UTC (permalink / raw)
  To: dev
  Cc: rahul.lakkireddy, qi.z.zhang, xiao.w.wang, xavier.huwei,
	beilei.xing, wenzhuo.lu, qiming.yang, konstantin.ananyev,
	ferruh.yigit, jerinj, rmody, shshaikh, maxime.coquelin,
	xiaolong.ye

This series aims to clean-up the big table of ethdev features:
  http://doc.dpdk.org/guides/nics/overview.html#id1

We could reorganize the information in this table,
maybe split it or add/remove some rows.
Before going to such reorganization, we should clean it up.

The first patch is fixing the look & size of the table with recent sphinx.

The second and third patches are removing 8 columns which are
clearly unneeded:
  - bnx2x_vf
  - bonding
  - kni
  - nfp_vf
  - null
  - ring
  - softnic
  - vdev_netvsc

More columns can be removed by merging PF/VF and vector datapaths.
If a feature cannot be supported in all cases, it should be marked
as partially supported (P).
If a feature is PF-specific (like flow control), that's OK to mark
it fully supported because it's obviously impossible for VF.
There are also some features which were probably marked in some
columns and missed in its VF or vector counterpart.
Please work to merge and drop these 16 columns:
  - cxgbevf
  - fm10k_vf
  - hns3_vf
  - i40e_vec
  - i40e_vf
  - i40e_vf_vec
  - iavf_vec
  - ice_vec
  - igb_vf
  - ixgbe_vec
  - ixgbe_vf
  - ixgbe_vf_vec
  - octeontx2_vec
  - octeontx2_vf
  - qede_vf
  - virtio_vec

The total gain is to reduce the table size from 71 to 47 columns.

Please send patches for Chelsio, Huawei, Intel, Marvell and virtio.


Thomas Monjalon (3):
  doc: fix matrix CSS for recent sphinx
  doc: remove empty columns from NIC features matrix
  doc: remove similar columns from NIC features matrix

 doc/guides/conf.py                       | 16 +++++++++----
 doc/guides/nics/features/bnx2x.ini       |  1 +
 doc/guides/nics/features/bnx2x_vf.ini    | 18 ---------------
 doc/guides/nics/features/bonding.ini     |  6 -----
 doc/guides/nics/features/kni.ini         |  7 ------
 doc/guides/nics/features/nfp_vf.ini      | 29 ------------------------
 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 ----------
 10 files changed, 13 insertions(+), 97 deletions(-)
 delete mode 100644 doc/guides/nics/features/bnx2x_vf.ini
 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/nfp_vf.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

-- 
2.25.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-04-17 18:21 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11 23:01 [dpdk-dev] [PATCH 0/3] refresh NIC features matrix 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 ` [dpdk-dev] [PATCH 2/3] doc: remove empty columns from NIC features matrix Thomas Monjalon
2020-03-11 23:01 ` [dpdk-dev] [PATCH 3/3] doc: remove similar " 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

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).