[PATCH v6 03/11] doc: update eventdev feature matrix for octeontx2
From: <hidden>
Date: 2021-11-15 13:15:41
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Sunil Kumar Kori <redacted> Patch updates eventdev and adapters feature matrices for octeontx2 platform. Signed-off-by: Sunil Kumar Kori <redacted> --- 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/octeontx2.ini | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)
diff --git a/doc/guides/eventdevs/features/octeontx2.ini b/doc/guides/eventdevs/features/octeontx2.ini
index 3bce593858..05b84beb6e 100644
--- a/doc/guides/eventdevs/features/octeontx2.ini
+++ b/doc/guides/eventdevs/features/octeontx2.ini@@ -4,11 +4,27 @@ ; 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 [Eth Tx adapter Features] +internal_port = Y [Crypto adapter Features] +internal_port_op_new = Y +internal_port_op_fwd = Y +internal_port_qp_ev_bind = Y [Timer adapter Features] +internal_port = Y +periodic = Y
--
2.25.1