[v7,05/11] doc: update eventdev feature matrix for cn10k

Message ID 20211122075414.1834651-5-skori@marvell.com (mailing list archive)
State Superseded, archived
Delegated to: Jerin Jacob
Headers
Series [v7,01/11] doc: add skeleton for eventdevs feature matrices |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Sunil Kumar Kori Nov. 22, 2021, 7:54 a.m. UTC
  From: Sunil Kumar Kori <skori@marvell.com>

Patch updates eventdev and adapters feature matrices for
cn10k platform.

Signed-off-by: Sunil Kumar Kori <skori@marvell.com>
---
v7:
 - Rebased to 21.11 rc3
 - Fix Tx adapter capabilities for SW driver
v6:
 - Rebased to 21.11 rc2
 - Added feature matrices for all supported drivers
 - Added doc vs code check script
 
v5:
 - Rebased to 21.11
 - Added feature matrix for cnxk.
v4:
 - Rebased to 20.02
v3:
 - Removed .txt files to generate tables.
 - Use conf.py script to generate tables.
 - Add .ini file for all supported PMDs.
v2:
 - Review comments incorporated

 doc/guides/eventdevs/features/cn10k.ini | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
  

Comments

Jerin Jacob Nov. 22, 2021, 6:25 p.m. UTC | #1
On Mon, Nov 22, 2021 at 1:24 PM <skori@marvell.com> wrote:
>
> From: Sunil Kumar Kori <skori@marvell.com>
>
> Patch updates eventdev and adapters feature matrices for
> cn10k platform.
>
> Signed-off-by: Sunil Kumar Kori <skori@marvell.com>
> ---
> v7:
>  - Rebased to 21.11 rc3
>  - Fix Tx adapter capabilities for SW driver
> v6:
>  - Rebased to 21.11 rc2
>  - Added feature matrices for all supported drivers
>  - Added doc vs code check script
>
> v5:
>  - Rebased to 21.11
>  - Added feature matrix for cnxk.
> v4:
>  - Rebased to 20.02
> v3:
>  - Removed .txt files to generate tables.
>  - Use conf.py script to generate tables.
>  - Add .ini file for all supported PMDs.
> v2:
>  - Review comments incorporated
>
>  doc/guides/eventdevs/features/cn10k.ini | 17 +++++++++++++++++

devtools/parse-event-support.sh scripts looks for
doc/guides/eventdevs/features/cnxk.ini
based on driver file. Please converge cn9k.ini and cn10k.ini as cnxk.ini
  

Patch

diff --git a/doc/guides/eventdevs/features/cn10k.ini b/doc/guides/eventdevs/features/cn10k.ini
index c7ddde5a65..f57bccbdc6 100644
--- a/doc/guides/eventdevs/features/cn10k.ini
+++ b/doc/guides/eventdevs/features/cn10k.ini
@@ -4,11 +4,28 @@ 
 ; Refer to default.ini for the full list of available PMD features.
 ;
 [Scheduling Features]
+queue_qos                  = Y
+distributed_sched          = Y
+queue_all_types            = Y
+nonseq_mode                = Y
+runtime_port_link          = Y
+multiple_queue_port        = Y
+carry_flow_id              = Y
+maintenance_free           = Y
 
 [Eth Rx adapter Features]
+internal_port              = Y
+multi_eventq               = Y
+override_flow_id           = Y
+event_vector               = Y
 
 [Eth Tx adapter Features]
+internal_port              = Y
+event_vector               = Y
 
 [Crypto adapter Features]
+internal_port_op_fwd       = Y
+session_private_data       = Y
 
 [Timer adapter Features]
+internal_port              = Y