[v1,1/1] doc: update eventdev feature matrix for dlb2

Message ID 20211124121422.2115668-1-skori@marvell.com (mailing list archive)
State Superseded, archived
Delegated to: Jerin Jacob
Headers
Series [v1,1/1] doc: update eventdev feature matrix for dlb2 |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Sunil Kumar Kori Nov. 24, 2021, 12:14 p.m. UTC
  From: Sunil Kumar Kori <skori@marvell.com>

Patch updates eventdev and adapters feature matrices for
dlb2 driver.

Signed-off-by: Sunil Kumar Kori <skori@marvell.com>
---
 doc/guides/eventdevs/features/default.ini | 46 +++++++++++------------
 doc/guides/eventdevs/features/dlb2.ini    | 21 +++++++++++
 2 files changed, 44 insertions(+), 23 deletions(-)
 create mode 100644 doc/guides/eventdevs/features/dlb2.ini
  

Patch

diff --git a/doc/guides/eventdevs/features/default.ini b/doc/guides/eventdevs/features/default.ini
index 5b16c45193..2ea233463a 100644
--- a/doc/guides/eventdevs/features/default.ini
+++ b/doc/guides/eventdevs/features/default.ini
@@ -6,46 +6,46 @@ 
 ; the features table in the documentation.
 ;
 [Scheduling Features]
-queue_qos                =
-event_qos                =
-distributed_sched        =
-queue_all_types          =
-burst_mode               =
-implicit_release_disable =
-nonseq_mode              =
-runtime_port_link        =
-multiple_queue_port      =
-carry_flow_id            =
-maintenance_free         =
+queue_qos                  =
+event_qos                  =
+distributed_sched          =
+queue_all_types            =
+burst_mode                 =
+implicit_release_disable   =
+nonseq_mode                =
+runtime_port_link          =
+multiple_queue_port        =
+carry_flow_id              =
+maintenance_free           =
 
 ;
 ; Features of a default Ethernet Rx adapter.
 ;
 [Eth Rx adapter Features]
-internal_port    =
-multi_eventq     =
-override_flow_id =
-event_vector     =
+internal_port              =
+multi_eventq               =
+override_flow_id           =
+event_vector               =
 
 ;
 ; Features of a default Ethernet Tx adapter.
 ;
 [Eth Tx adapter Features]
-internal_port =
-event_vector  =
+internal_port              =
+event_vector               =
 
 ;
 ; Features of a default Crypto adapter.
 ;
 [Crypto adapter Features]
-internal_port_op_new     =
-internal_port_op_fwd     =
-internal_port_qp_ev_bind =
-session_private_data     =
+internal_port_op_new       =
+internal_port_op_fwd       =
+internal_port_qp_ev_bind   =
+session_private_data       =
 
 ;
 ; Features of a default Timer adapter.
 ;
 [Timer adapter Features]
-internal_port =
-periodic      =
+internal_port              =
+periodic                   =
diff --git a/doc/guides/eventdevs/features/dlb2.ini b/doc/guides/eventdevs/features/dlb2.ini
new file mode 100644
index 0000000000..29747b1c26
--- /dev/null
+++ b/doc/guides/eventdevs/features/dlb2.ini
@@ -0,0 +1,21 @@ 
+;
+; Supported features of the 'dlb2' eventdev driver.
+;
+; Refer to default.ini for the full list of available PMD features.
+;
+[Scheduling Features]
+queue_qos                  = Y
+event_qos                  = Y
+distributed_sched          = Y
+queue_all_types            = Y
+burst_mode                 = Y
+implicit_release_disable   = Y
+maintenance_free           = Y
+
+[Eth Rx adapter Features]
+
+[Eth Tx adapter Features]
+
+[Crypto adapter Features]
+
+[Timer adapter Features]