* [dpdk-dev] [PATCH 0/4] update feature list of Intel NICs.
@ 2020-03-23 10:54 Qi Zhang
2020-03-23 10:54 ` [dpdk-dev] [PATCH 1/4] doc: update i40e feature list Qi Zhang
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Qi Zhang @ 2020-03-23 10:54 UTC (permalink / raw)
To: xiaolong.ye
Cc: dev, thomas, beilei.xing, wenzhuo.lu, jingjing.wu, qiming.yang,
Qi Zhang
To clean up the feature matrix, we decide merge vector path and
non-vector path into one colume, the patch remove all *_vec."
of Intel NICs, if a feature only support by non vector path,
it will be represented as "P".
Qi Zhang (4):
doc: update i40e feature list
doc: update ice feature list
doc: update iavf feature list
doc: update ixgbe feature list
doc/guides/nics/features/i40e.ini | 11 ++++----
doc/guides/nics/features/i40e_vec.ini | 41 ---------------------------
doc/guides/nics/features/i40e_vf.ini | 11 ++++----
doc/guides/nics/features/i40e_vf_vec.ini | 31 ---------------------
doc/guides/nics/features/iavf.ini | 4 +--
doc/guides/nics/features/iavf_vec.ini | 36 ------------------------
doc/guides/nics/features/ice.ini | 12 +++++---
doc/guides/nics/features/ice_vec.ini | 35 -----------------------
doc/guides/nics/features/ixgbe.ini | 16 +++++------
doc/guides/nics/features/ixgbe_vec.ini | 46 -------------------------------
doc/guides/nics/features/ixgbe_vf.ini | 14 +++++-----
doc/guides/nics/features/ixgbe_vf_vec.ini | 32 ---------------------
12 files changed, 37 insertions(+), 252 deletions(-)
delete mode 100644 doc/guides/nics/features/i40e_vec.ini
delete mode 100644 doc/guides/nics/features/i40e_vf_vec.ini
delete mode 100644 doc/guides/nics/features/iavf_vec.ini
delete mode 100644 doc/guides/nics/features/ice_vec.ini
delete mode 100644 doc/guides/nics/features/ixgbe_vec.ini
delete mode 100644 doc/guides/nics/features/ixgbe_vf_vec.ini
--
2.13.6
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH 1/4] doc: update i40e feature list
2020-03-23 10:54 [dpdk-dev] [PATCH 0/4] update feature list of Intel NICs Qi Zhang
@ 2020-03-23 10:54 ` Qi Zhang
2020-03-23 10:54 ` [dpdk-dev] [PATCH 2/4] doc: update ice " Qi Zhang
` (3 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Qi Zhang @ 2020-03-23 10:54 UTC (permalink / raw)
To: xiaolong.ye
Cc: dev, thomas, beilei.xing, wenzhuo.lu, jingjing.wu, qiming.yang,
Qi Zhang
Remove vector path feature list, if a feature only be supported
in non-vector path, use "P" to represent.
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
---
doc/guides/nics/features/i40e.ini | 11 +++++----
doc/guides/nics/features/i40e_vec.ini | 41 --------------------------------
doc/guides/nics/features/i40e_vf.ini | 11 +++++----
doc/guides/nics/features/i40e_vf_vec.ini | 31 ------------------------
4 files changed, 12 insertions(+), 82 deletions(-)
delete mode 100644 doc/guides/nics/features/i40e_vec.ini
delete mode 100644 doc/guides/nics/features/i40e_vf_vec.ini
diff --git a/doc/guides/nics/features/i40e.ini b/doc/guides/nics/features/i40e.ini
index e5ae6ded0..a326f7345 100644
--- a/doc/guides/nics/features/i40e.ini
+++ b/doc/guides/nics/features/i40e.ini
@@ -8,6 +8,7 @@ Speed capabilities = Y
Link status = Y
Link status event = Y
Rx interrupt = Y
+Fast mbuf free = P
Queue start/stop = Y
Runtime Rx queue setup = Y
Runtime Tx queue setup = Y
@@ -31,11 +32,11 @@ Flow API = Y
Traffic mirroring = Y
CRC offload = Y
VLAN offload = Y
-QinQ offload = Y
-L3 checksum offload = Y
-L4 checksum offload = Y
-Inner L3 checksum = Y
-Inner L4 checksum = Y
+QinQ offload = P
+L3 checksum offload = P
+L4 checksum offload = P
+Inner L3 checksum = P
+Inner L4 checksum = P
Packet type parsing = Y
Timesync = Y
Rx descriptor status = Y
diff --git a/doc/guides/nics/features/i40e_vec.ini b/doc/guides/nics/features/i40e_vec.ini
deleted file mode 100644
index c878755ef..000000000
--- a/doc/guides/nics/features/i40e_vec.ini
+++ /dev/null
@@ -1,41 +0,0 @@
-;
-; Supported features of the 'i40e_vec' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
-Speed capabilities = Y
-Link status = Y
-Link status event = Y
-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
-SR-IOV = Y
-DCB = Y
-VLAN filter = Y
-Flow control = Y
-Traffic mirroring = Y
-Timesync = Y
-Rx descriptor status = Y
-Tx descriptor status = Y
-Basic stats = Y
-Extended stats = Y
-Module EEPROM dump = Y
-Multiprocess aware = Y
-BSD nic_uio = Y
-Linux UIO = Y
-Linux VFIO = Y
-x86-32 = Y
-x86-64 = Y
-ARMv8 = Y
-Power8 = Y
diff --git a/doc/guides/nics/features/i40e_vf.ini b/doc/guides/nics/features/i40e_vf.ini
index ab114812c..9f95063d2 100644
--- a/doc/guides/nics/features/i40e_vf.ini
+++ b/doc/guides/nics/features/i40e_vf.ini
@@ -6,6 +6,7 @@
[Features]
Rx interrupt = Y
Link status = Y
+Fast mbuf free = P
Queue start/stop = Y
Jumbo frame = Y
Scattered Rx = Y
@@ -20,11 +21,11 @@ RSS reta update = Y
VLAN filter = Y
CRC offload = Y
VLAN offload = Y
-QinQ offload = Y
-L3 checksum offload = Y
-L4 checksum offload = Y
-Inner L3 checksum = Y
-Inner L4 checksum = Y
+QinQ offload = P
+L3 checksum offload = P
+L4 checksum offload = P
+Inner L3 checksum = P
+Inner L4 checksum = P
Packet type parsing = Y
Rx descriptor status = Y
Tx descriptor status = Y
diff --git a/doc/guides/nics/features/i40e_vf_vec.ini b/doc/guides/nics/features/i40e_vf_vec.ini
deleted file mode 100644
index cf7a6c6a2..000000000
--- a/doc/guides/nics/features/i40e_vf_vec.ini
+++ /dev/null
@@ -1,31 +0,0 @@
-;
-; Supported features of the 'i40evf_vec' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
-Rx interrupt = Y
-Link status = 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
-VLAN filter = Y
-Rx descriptor status = Y
-Tx descriptor status = Y
-Basic stats = Y
-Extended stats = Y
-Multiprocess aware = Y
-BSD nic_uio = Y
-Linux UIO = Y
-Linux VFIO = Y
-x86-32 = Y
-x86-64 = Y
-ARMv8 = Y
--
2.13.6
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH 2/4] doc: update ice feature list
2020-03-23 10:54 [dpdk-dev] [PATCH 0/4] update feature list of Intel NICs Qi Zhang
2020-03-23 10:54 ` [dpdk-dev] [PATCH 1/4] doc: update i40e feature list Qi Zhang
@ 2020-03-23 10:54 ` Qi Zhang
2020-03-24 5:02 ` Yang, Qiming
2020-03-23 10:54 ` [dpdk-dev] [PATCH 3/4] doc: update iavf " Qi Zhang
` (2 subsequent siblings)
4 siblings, 1 reply; 8+ messages in thread
From: Qi Zhang @ 2020-03-23 10:54 UTC (permalink / raw)
To: xiaolong.ye
Cc: dev, thomas, beilei.xing, wenzhuo.lu, jingjing.wu, qiming.yang,
Qi Zhang
Remove vector path feature list, if a feature only be supported
in non-vector path, use "P" to represent.
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
---
doc/guides/nics/features/ice.ini | 12 ++++++++----
doc/guides/nics/features/ice_vec.ini | 35 -----------------------------------
2 files changed, 8 insertions(+), 39 deletions(-)
delete mode 100644 doc/guides/nics/features/ice_vec.ini
diff --git a/doc/guides/nics/features/ice.ini b/doc/guides/nics/features/ice.ini
index 65923f0bc..2c0798407 100644
--- a/doc/guides/nics/features/ice.ini
+++ b/doc/guides/nics/features/ice.ini
@@ -8,7 +8,7 @@ Speed capabilities = Y
Link status = Y
Link status event = Y
Rx interrupt = Y
-Fast mbuf free = Y
+Fast mbuf free = P
Queue start/stop = Y
Burst mode info = Y
MTU update = Y
@@ -22,12 +22,15 @@ Multicast MAC filter = Y
RSS hash = Y
RSS key update = Y
RSS reta update = Y
+FLOW API = Y
VLAN filter = Y
CRC offload = Y
VLAN offload = Y
-QinQ offload = Y
-L3 checksum offload = Y
-L4 checksum offload = Y
+QinQ offload = P
+L3 checksum offload = P
+L4 checksum offload = P
+Inner L3 checksum = P
+Inner L4 checksum = P
Packet type parsing = Y
Rx descriptor status = Y
Tx descriptor status = Y
@@ -35,6 +38,7 @@ Basic stats = Y
Extended stats = Y
FW version = Y
Module EEPROM dump = Y
+Multiprocess aware = Y
BSD nic_uio = Y
Linux UIO = Y
Linux VFIO = Y
diff --git a/doc/guides/nics/features/ice_vec.ini b/doc/guides/nics/features/ice_vec.ini
deleted file mode 100644
index 173c8f21a..000000000
--- a/doc/guides/nics/features/ice_vec.ini
+++ /dev/null
@@ -1,35 +0,0 @@
-;
-; Supported features of the 'ice_vec' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
-Speed capabilities = Y
-Link status = Y
-Link status event = Y
-Rx interrupt = Y
-Queue start/stop = Y
-MTU update = 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
-VLAN filter = Y
-Packet type parsing = Y
-Rx descriptor status = Y
-Tx descriptor status = Y
-Basic stats = Y
-Extended stats = Y
-FW version = Y
-Module EEPROM dump = Y
-BSD nic_uio = Y
-Linux UIO = Y
-Linux VFIO = Y
-x86-32 = Y
-x86-64 = Y
--
2.13.6
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH 3/4] doc: update iavf feature list
2020-03-23 10:54 [dpdk-dev] [PATCH 0/4] update feature list of Intel NICs Qi Zhang
2020-03-23 10:54 ` [dpdk-dev] [PATCH 1/4] doc: update i40e feature list Qi Zhang
2020-03-23 10:54 ` [dpdk-dev] [PATCH 2/4] doc: update ice " Qi Zhang
@ 2020-03-23 10:54 ` Qi Zhang
2020-03-23 10:54 ` [dpdk-dev] [PATCH 4/4] doc: update ixgbe " Qi Zhang
2020-04-01 3:22 ` [dpdk-dev] [PATCH 0/4] update feature list of Intel NICs Ye Xiaolong
4 siblings, 0 replies; 8+ messages in thread
From: Qi Zhang @ 2020-03-23 10:54 UTC (permalink / raw)
To: xiaolong.ye
Cc: dev, thomas, beilei.xing, wenzhuo.lu, jingjing.wu, qiming.yang,
Qi Zhang
Remove vector path feature list, if a feature only be supported
in non-vector path, use "P" to represent.
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
---
doc/guides/nics/features/iavf.ini | 4 ++--
doc/guides/nics/features/iavf_vec.ini | 36 -----------------------------------
2 files changed, 2 insertions(+), 38 deletions(-)
delete mode 100644 doc/guides/nics/features/iavf_vec.ini
diff --git a/doc/guides/nics/features/iavf.ini b/doc/guides/nics/features/iavf.ini
index 80143059e..94d9f88a6 100644
--- a/doc/guides/nics/features/iavf.ini
+++ b/doc/guides/nics/features/iavf.ini
@@ -22,8 +22,8 @@ RSS reta update = Y
VLAN filter = Y
CRC offload = Y
VLAN offload = Y
-L3 checksum offload = Y
-L4 checksum offload = Y
+L3 checksum offload = P
+L4 checksum offload = P
Packet type parsing = Y
Rx descriptor status = Y
Tx descriptor status = Y
diff --git a/doc/guides/nics/features/iavf_vec.ini b/doc/guides/nics/features/iavf_vec.ini
deleted file mode 100644
index 167f5fdf3..000000000
--- a/doc/guides/nics/features/iavf_vec.ini
+++ /dev/null
@@ -1,36 +0,0 @@
-;
-; Supported features of the 'iavf_vec' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
-Speed capabilities = Y
-Link status = Y
-Rx interrupt = Y
-Queue start/stop = Y
-MTU update = 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
-VLAN filter = Y
-CRC offload = Y
-VLAN offload = P
-L3 checksum offload = P
-L4 checksum offload = P
-Packet type parsing = Y
-Rx descriptor status = Y
-Tx descriptor status = Y
-Basic stats = Y
-Multiprocess aware = Y
-BSD nic_uio = Y
-Linux UIO = Y
-Linux VFIO = Y
-x86-32 = Y
-x86-64 = Y
--
2.13.6
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH 4/4] doc: update ixgbe feature list
2020-03-23 10:54 [dpdk-dev] [PATCH 0/4] update feature list of Intel NICs Qi Zhang
` (2 preceding siblings ...)
2020-03-23 10:54 ` [dpdk-dev] [PATCH 3/4] doc: update iavf " Qi Zhang
@ 2020-03-23 10:54 ` Qi Zhang
2020-04-01 3:22 ` [dpdk-dev] [PATCH 0/4] update feature list of Intel NICs Ye Xiaolong
4 siblings, 0 replies; 8+ messages in thread
From: Qi Zhang @ 2020-03-23 10:54 UTC (permalink / raw)
To: xiaolong.ye
Cc: dev, thomas, beilei.xing, wenzhuo.lu, jingjing.wu, qiming.yang,
Qi Zhang
Remove vector path feature list, if a feature only be supported
in non-vector path, use "P" to represent.
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
---
doc/guides/nics/features/ixgbe.ini | 16 +++++------
doc/guides/nics/features/ixgbe_vec.ini | 46 -------------------------------
doc/guides/nics/features/ixgbe_vf.ini | 14 +++++-----
doc/guides/nics/features/ixgbe_vf_vec.ini | 32 ---------------------
4 files changed, 15 insertions(+), 93 deletions(-)
delete mode 100644 doc/guides/nics/features/ixgbe_vec.ini
delete mode 100644 doc/guides/nics/features/ixgbe_vf_vec.ini
diff --git a/doc/guides/nics/features/ixgbe.ini b/doc/guides/nics/features/ixgbe.ini
index c412d7af1..fab0487fa 100644
--- a/doc/guides/nics/features/ixgbe.ini
+++ b/doc/guides/nics/features/ixgbe.ini
@@ -29,14 +29,14 @@ Flow API = Y
Rate limitation = Y
Traffic mirroring = Y
Inline crypto = Y
-CRC offload = Y
-VLAN offload = Y
-QinQ offload = Y
-L3 checksum offload = Y
-L4 checksum offload = Y
-MACsec offload = Y
-Inner L3 checksum = Y
-Inner L4 checksum = Y
+CRC offload = P
+VLAN offload = P
+QinQ offload = P
+L3 checksum offload = P
+L4 checksum offload = P
+MACsec offload = P
+Inner L3 checksum = P
+Inner L4 checksum = P
Packet type parsing = Y
Timesync = Y
Rx descriptor status = Y
diff --git a/doc/guides/nics/features/ixgbe_vec.ini b/doc/guides/nics/features/ixgbe_vec.ini
deleted file mode 100644
index 99098b1c4..000000000
--- a/doc/guides/nics/features/ixgbe_vec.ini
+++ /dev/null
@@ -1,46 +0,0 @@
-;
-; Supported features of the 'ixgbe_vec' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
-Speed capabilities = Y
-Link status = Y
-Link status event = Y
-Rx interrupt = Y
-Queue start/stop = Y
-MTU update = Y
-Jumbo frame = Y
-Scattered Rx = Y
-LRO = Y
-TSO = Y
-Promiscuous mode = Y
-Allmulticast mode = Y
-Unicast MAC filter = Y
-RSS hash = Y
-RSS key update = Y
-RSS reta update = Y
-VMDq = Y
-SR-IOV = Y
-DCB = Y
-VLAN filter = Y
-Flow control = Y
-Rate limitation = Y
-Traffic mirroring = Y
-Inline crypto = Y
-Timesync = Y
-Rx descriptor status = Y
-Tx descriptor status = Y
-Basic stats = Y
-Extended stats = Y
-Stats per queue = Y
-EEPROM dump = Y
-Module EEPROM dump = Y
-Registers dump = Y
-Multiprocess aware = Y
-BSD nic_uio = Y
-Linux UIO = Y
-Linux VFIO = Y
-ARMv8 = Y
-x86-32 = Y
-x86-64 = Y
diff --git a/doc/guides/nics/features/ixgbe_vf.ini b/doc/guides/nics/features/ixgbe_vf.ini
index 161419059..b75d7089a 100644
--- a/doc/guides/nics/features/ixgbe_vf.ini
+++ b/doc/guides/nics/features/ixgbe_vf.ini
@@ -19,13 +19,13 @@ RSS key update = Y
RSS reta update = Y
VLAN filter = Y
Inline crypto = Y
-CRC offload = Y
-VLAN offload = Y
-QinQ offload = Y
-L3 checksum offload = Y
-L4 checksum offload = Y
-Inner L3 checksum = Y
-Inner L4 checksum = Y
+CRC offload = P
+VLAN offload = P
+QinQ offload = P
+L3 checksum offload = P
+L4 checksum offload = P
+Inner L3 checksum = P
+Inner L4 checksum = P
Packet type parsing = Y
Rx descriptor status = Y
Tx descriptor status = Y
diff --git a/doc/guides/nics/features/ixgbe_vf_vec.ini b/doc/guides/nics/features/ixgbe_vf_vec.ini
deleted file mode 100644
index 80e7f3bd2..000000000
--- a/doc/guides/nics/features/ixgbe_vf_vec.ini
+++ /dev/null
@@ -1,32 +0,0 @@
-;
-; Supported features of the 'ixgbevf_vec' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
-Link status = Y
-Rx interrupt = Y
-MTU update = Y
-Jumbo frame = Y
-Scattered Rx = Y
-LRO = Y
-TSO = Y
-Allmulticast mode = Y
-Unicast MAC filter = Y
-RSS hash = Y
-RSS key update = Y
-RSS reta update = Y
-VLAN filter = Y
-Inline crypto = Y
-Rx descriptor status = Y
-Tx descriptor status = Y
-Basic stats = Y
-Extended stats = Y
-Registers dump = Y
-Multiprocess aware = Y
-BSD nic_uio = Y
-Linux UIO = Y
-Linux VFIO = Y
-ARMv8 = Y
-x86-32 = Y
-x86-64 = Y
--
2.13.6
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH 2/4] doc: update ice feature list
2020-03-23 10:54 ` [dpdk-dev] [PATCH 2/4] doc: update ice " Qi Zhang
@ 2020-03-24 5:02 ` Yang, Qiming
2020-03-24 5:06 ` Zhang, Qi Z
0 siblings, 1 reply; 8+ messages in thread
From: Yang, Qiming @ 2020-03-24 5:02 UTC (permalink / raw)
To: Zhang, Qi Z, Ye, Xiaolong
Cc: dev@dpdk.org, thomas@monjalon.net, Xing, Beilei, Lu, Wenzhuo,
Wu, Jingjing
Hi, Qi
Should add SR-IOV capability?
Qiming
> -----Original Message-----
> From: Zhang, Qi Z <qi.z.zhang@intel.com>
> Sent: Monday, March 23, 2020 18:54
> To: Ye, Xiaolong <xiaolong.ye@intel.com>
> Cc: dev@dpdk.org; thomas@monjalon.net; Xing, Beilei
> <beilei.xing@intel.com>; Lu, Wenzhuo <wenzhuo.lu@intel.com>; Wu,
> Jingjing <jingjing.wu@intel.com>; Yang, Qiming <qiming.yang@intel.com>;
> Zhang, Qi Z <qi.z.zhang@intel.com>
> Subject: [PATCH 2/4] doc: update ice feature list
>
> Remove vector path feature list, if a feature only be supported in non-vector
> path, use "P" to represent.
>
> Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
> ---
> doc/guides/nics/features/ice.ini | 12 ++++++++----
> doc/guides/nics/features/ice_vec.ini | 35 -----------------------------------
> 2 files changed, 8 insertions(+), 39 deletions(-) delete mode 100644
> doc/guides/nics/features/ice_vec.ini
>
> diff --git a/doc/guides/nics/features/ice.ini
> b/doc/guides/nics/features/ice.ini
> index 65923f0bc..2c0798407 100644
> --- a/doc/guides/nics/features/ice.ini
> +++ b/doc/guides/nics/features/ice.ini
> @@ -8,7 +8,7 @@ Speed capabilities = Y
> Link status = Y
> Link status event = Y
> Rx interrupt = Y
> -Fast mbuf free = Y
> +Fast mbuf free = P
> Queue start/stop = Y
> Burst mode info = Y
> MTU update = Y
> @@ -22,12 +22,15 @@ Multicast MAC filter = Y
> RSS hash = Y
> RSS key update = Y
> RSS reta update = Y
> +FLOW API = Y
> VLAN filter = Y
> CRC offload = Y
> VLAN offload = Y
> -QinQ offload = Y
> -L3 checksum offload = Y
> -L4 checksum offload = Y
> +QinQ offload = P
> +L3 checksum offload = P
> +L4 checksum offload = P
> +Inner L3 checksum = P
> +Inner L4 checksum = P
> Packet type parsing = Y
> Rx descriptor status = Y
> Tx descriptor status = Y
> @@ -35,6 +38,7 @@ Basic stats = Y
> Extended stats = Y
> FW version = Y
> Module EEPROM dump = Y
> +Multiprocess aware = Y
> BSD nic_uio = Y
> Linux UIO = Y
> Linux VFIO = Y
> diff --git a/doc/guides/nics/features/ice_vec.ini
> b/doc/guides/nics/features/ice_vec.ini
> deleted file mode 100644
> index 173c8f21a..000000000
> --- a/doc/guides/nics/features/ice_vec.ini
> +++ /dev/null
> @@ -1,35 +0,0 @@
> -;
> -; Supported features of the 'ice_vec' network poll mode driver.
> -;
> -; Refer to default.ini for the full list of available PMD features.
> -;
> -[Features]
> -Speed capabilities = Y
> -Link status = Y
> -Link status event = Y
> -Rx interrupt = Y
> -Queue start/stop = Y
> -MTU update = 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
> -VLAN filter = Y
> -Packet type parsing = Y
> -Rx descriptor status = Y
> -Tx descriptor status = Y
> -Basic stats = Y
> -Extended stats = Y
> -FW version = Y
> -Module EEPROM dump = Y
> -BSD nic_uio = Y
> -Linux UIO = Y
> -Linux VFIO = Y
> -x86-32 = Y
> -x86-64 = Y
> --
> 2.13.6
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH 2/4] doc: update ice feature list
2020-03-24 5:02 ` Yang, Qiming
@ 2020-03-24 5:06 ` Zhang, Qi Z
0 siblings, 0 replies; 8+ messages in thread
From: Zhang, Qi Z @ 2020-03-24 5:06 UTC (permalink / raw)
To: Yang, Qiming, Ye, Xiaolong
Cc: dev@dpdk.org, thomas@monjalon.net, Xing, Beilei, Lu, Wenzhuo,
Wu, Jingjing
> -----Original Message-----
> From: Yang, Qiming <qiming.yang@intel.com>
> Sent: Tuesday, March 24, 2020 1:02 PM
> To: Zhang, Qi Z <qi.z.zhang@intel.com>; Ye, Xiaolong <xiaolong.ye@intel.com>
> Cc: dev@dpdk.org; thomas@monjalon.net; Xing, Beilei <beilei.xing@intel.com>;
> Lu, Wenzhuo <wenzhuo.lu@intel.com>; Wu, Jingjing <jingjing.wu@intel.com>
> Subject: RE: [PATCH 2/4] doc: update ice feature list
>
> Hi, Qi
> Should add SR-IOV capability?
NO, ice PF don't support host feature as what i40e pf does.
>
> Qiming
>
> > -----Original Message-----
> > From: Zhang, Qi Z <qi.z.zhang@intel.com>
> > Sent: Monday, March 23, 2020 18:54
> > To: Ye, Xiaolong <xiaolong.ye@intel.com>
> > Cc: dev@dpdk.org; thomas@monjalon.net; Xing, Beilei
> > <beilei.xing@intel.com>; Lu, Wenzhuo <wenzhuo.lu@intel.com>; Wu,
> > Jingjing <jingjing.wu@intel.com>; Yang, Qiming
> > <qiming.yang@intel.com>; Zhang, Qi Z <qi.z.zhang@intel.com>
> > Subject: [PATCH 2/4] doc: update ice feature list
> >
> > Remove vector path feature list, if a feature only be supported in
> > non-vector path, use "P" to represent.
> >
> > Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
> > ---
> > doc/guides/nics/features/ice.ini | 12 ++++++++----
> > doc/guides/nics/features/ice_vec.ini | 35
> > -----------------------------------
> > 2 files changed, 8 insertions(+), 39 deletions(-) delete mode 100644
> > doc/guides/nics/features/ice_vec.ini
> >
> > diff --git a/doc/guides/nics/features/ice.ini
> > b/doc/guides/nics/features/ice.ini
> > index 65923f0bc..2c0798407 100644
> > --- a/doc/guides/nics/features/ice.ini
> > +++ b/doc/guides/nics/features/ice.ini
> > @@ -8,7 +8,7 @@ Speed capabilities = Y
> > Link status = Y
> > Link status event = Y
> > Rx interrupt = Y
> > -Fast mbuf free = Y
> > +Fast mbuf free = P
> > Queue start/stop = Y
> > Burst mode info = Y
> > MTU update = Y
> > @@ -22,12 +22,15 @@ Multicast MAC filter = Y
> > RSS hash = Y
> > RSS key update = Y
> > RSS reta update = Y
> > +FLOW API = Y
> > VLAN filter = Y
> > CRC offload = Y
> > VLAN offload = Y
> > -QinQ offload = Y
> > -L3 checksum offload = Y
> > -L4 checksum offload = Y
> > +QinQ offload = P
> > +L3 checksum offload = P
> > +L4 checksum offload = P
> > +Inner L3 checksum = P
> > +Inner L4 checksum = P
> > Packet type parsing = Y
> > Rx descriptor status = Y
> > Tx descriptor status = Y
> > @@ -35,6 +38,7 @@ Basic stats = Y
> > Extended stats = Y
> > FW version = Y
> > Module EEPROM dump = Y
> > +Multiprocess aware = Y
> > BSD nic_uio = Y
> > Linux UIO = Y
> > Linux VFIO = Y
> > diff --git a/doc/guides/nics/features/ice_vec.ini
> > b/doc/guides/nics/features/ice_vec.ini
> > deleted file mode 100644
> > index 173c8f21a..000000000
> > --- a/doc/guides/nics/features/ice_vec.ini
> > +++ /dev/null
> > @@ -1,35 +0,0 @@
> > -;
> > -; Supported features of the 'ice_vec' network poll mode driver.
> > -;
> > -; Refer to default.ini for the full list of available PMD features.
> > -;
> > -[Features]
> > -Speed capabilities = Y
> > -Link status = Y
> > -Link status event = Y
> > -Rx interrupt = Y
> > -Queue start/stop = Y
> > -MTU update = 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
> > -VLAN filter = Y
> > -Packet type parsing = Y
> > -Rx descriptor status = Y
> > -Tx descriptor status = Y
> > -Basic stats = Y
> > -Extended stats = Y
> > -FW version = Y
> > -Module EEPROM dump = Y
> > -BSD nic_uio = Y
> > -Linux UIO = Y
> > -Linux VFIO = Y
> > -x86-32 = Y
> > -x86-64 = Y
> > --
> > 2.13.6
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH 0/4] update feature list of Intel NICs.
2020-03-23 10:54 [dpdk-dev] [PATCH 0/4] update feature list of Intel NICs Qi Zhang
` (3 preceding siblings ...)
2020-03-23 10:54 ` [dpdk-dev] [PATCH 4/4] doc: update ixgbe " Qi Zhang
@ 2020-04-01 3:22 ` Ye Xiaolong
4 siblings, 0 replies; 8+ messages in thread
From: Ye Xiaolong @ 2020-04-01 3:22 UTC (permalink / raw)
To: Qi Zhang; +Cc: dev, thomas, beilei.xing, wenzhuo.lu, jingjing.wu, qiming.yang
On 03/23, Qi Zhang wrote:
>To clean up the feature matrix, we decide merge vector path and
>non-vector path into one colume, the patch remove all *_vec."
>of Intel NICs, if a feature only support by non vector path,
>it will be represented as "P".
>
>Qi Zhang (4):
> doc: update i40e feature list
> doc: update ice feature list
> doc: update iavf feature list
> doc: update ixgbe feature list
>
> doc/guides/nics/features/i40e.ini | 11 ++++----
> doc/guides/nics/features/i40e_vec.ini | 41 ---------------------------
> doc/guides/nics/features/i40e_vf.ini | 11 ++++----
> doc/guides/nics/features/i40e_vf_vec.ini | 31 ---------------------
> doc/guides/nics/features/iavf.ini | 4 +--
> doc/guides/nics/features/iavf_vec.ini | 36 ------------------------
> doc/guides/nics/features/ice.ini | 12 +++++---
> doc/guides/nics/features/ice_vec.ini | 35 -----------------------
> doc/guides/nics/features/ixgbe.ini | 16 +++++------
> doc/guides/nics/features/ixgbe_vec.ini | 46 -------------------------------
> doc/guides/nics/features/ixgbe_vf.ini | 14 +++++-----
> doc/guides/nics/features/ixgbe_vf_vec.ini | 32 ---------------------
> 12 files changed, 37 insertions(+), 252 deletions(-)
> delete mode 100644 doc/guides/nics/features/i40e_vec.ini
> delete mode 100644 doc/guides/nics/features/i40e_vf_vec.ini
> delete mode 100644 doc/guides/nics/features/iavf_vec.ini
> delete mode 100644 doc/guides/nics/features/ice_vec.ini
> delete mode 100644 doc/guides/nics/features/ixgbe_vec.ini
> delete mode 100644 doc/guides/nics/features/ixgbe_vf_vec.ini
>
>--
>2.13.6
>
Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>
Applied to dpdk-next-net-intel, Thanks.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2020-04-01 3:26 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-23 10:54 [dpdk-dev] [PATCH 0/4] update feature list of Intel NICs Qi Zhang
2020-03-23 10:54 ` [dpdk-dev] [PATCH 1/4] doc: update i40e feature list Qi Zhang
2020-03-23 10:54 ` [dpdk-dev] [PATCH 2/4] doc: update ice " Qi Zhang
2020-03-24 5:02 ` Yang, Qiming
2020-03-24 5:06 ` Zhang, Qi Z
2020-03-23 10:54 ` [dpdk-dev] [PATCH 3/4] doc: update iavf " Qi Zhang
2020-03-23 10:54 ` [dpdk-dev] [PATCH 4/4] doc: update ixgbe " Qi Zhang
2020-04-01 3:22 ` [dpdk-dev] [PATCH 0/4] update feature list of Intel NICs Ye Xiaolong
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.