doc/guides/vdpadevs/overview_feature_table.txt
doc/guides/bbdevs/overview_feature_table.txt
doc/guides/gpus/overview_feature_table.txt
+doc/guides/eventdevs/overview_feature_table.txt
+doc/guides/eventdevs/overview_rx_adptr_feature_table.txt
+doc/guides/eventdevs/overview_tx_adptr_feature_table.txt
+doc/guides/eventdevs/overview_crypto_adptr_feature_table.txt
+doc/guides/eventdevs/overview_timer_adptr_feature_table.txt
# ignore generated ctags/cscope files
cscope.out.po
'Features',
'Features availability in GPU drivers',
'Feature')
+ table_file = dirname(__file__) + '/eventdevs/overview_feature_table.txt'
+ generate_overview_table(table_file, 1,
+ 'Scheduling Features',
+ 'Features availability in eventdev drivers',
+ 'Feature')
+ table_file = dirname(__file__) + '/eventdevs/overview_rx_adptr_feature_table.txt'
+ generate_overview_table(table_file, 2,
+ 'Eth Rx adapter Features',
+ 'Features availability for Ethdev Rx adapters',
+ 'Feature')
+ table_file = dirname(__file__) + '/eventdevs/overview_tx_adptr_feature_table.txt'
+ generate_overview_table(table_file, 3,
+ 'Eth Tx adapter Features',
+ 'Features availability for Ethdev Tx adapters',
+ 'Feature')
+ table_file = dirname(__file__) + '/eventdevs/overview_crypto_adptr_feature_table.txt'
+ generate_overview_table(table_file, 4,
+ 'Crypto adapter Features',
+ 'Features availability for Crypto adapters',
+ 'Feature')
+ table_file = dirname(__file__) + '/eventdevs/overview_timer_adptr_feature_table.txt'
+ generate_overview_table(table_file, 5,
+ 'Timer adapter Features',
+ 'Features availability for Timer adapters',
+ 'Feature')
if LooseVersion(sphinx_version) < LooseVersion('1.3.1'):
print('Upgrade sphinx to version >= 1.3.1 for '
--- /dev/null
+;
+; Supported features of the 'cnxk' eventdev driver.
+;
+; 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
--- /dev/null
+;
+; Features of a default eventdev driver.
+;
+; This file defines the features that are valid for inclusion in
+; the other driver files and also the order that they appear in
+; 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 =
+
+;
+; Features of a default Ethernet Rx adapter.
+;
+[Eth Rx adapter Features]
+internal_port =
+multi_eventq =
+override_flow_id =
+event_vector =
+
+;
+; Features of a default Ethernet Tx adapter.
+;
+[Eth Tx adapter Features]
+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 =
+
+;
+; Features of a default Timer adapter.
+;
+[Timer adapter Features]
+internal_port =
+periodic =
--- /dev/null
+;
+; 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]
--- /dev/null
+;
+; Supported features of the 'dpaa' eventdev driver.
+;
+; Refer to default.ini for the full list of available PMD features.
+;
+[Scheduling Features]
+distributed_sched = Y
+burst_mode = Y
+nonseq_mode = 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
+
+[Eth Tx adapter Features]
+internal_port = Y
+
+[Crypto adapter Features]
+internal_port_op_new = Y
+internal_port_qp_ev_bind = Y
+session_private_data = Y
+
+[Timer adapter Features]
--- /dev/null
+;
+; Supported features of the 'dpaa2' eventdev driver.
+;
+; Refer to default.ini for the full list of available PMD features.
+;
+[Scheduling Features]
+distributed_sched = Y
+queue_all_types = Y
+burst_mode = 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
+
+[Eth Tx adapter Features]
+internal_port = Y
+
+[Crypto adapter Features]
+internal_port_op_new = Y
+internal_port_qp_ev_bind = Y
+session_private_data = Y
+
+[Timer adapter Features]
--- /dev/null
+;
+; Supported features of the 'distributed software' eventdev driver.
+;
+; Refer to default.ini for the full list of available PMD features.
+;
+[Scheduling Features]
+distributed_sched = Y
+burst_mode = Y
+nonseq_mode = Y
+multiple_queue_port = Y
+carry_flow_id = Y
+
+[Eth Rx adapter Features]
+multi_eventq = Y
+override_flow_id = Y
+event_vector = Y
+
+[Eth Tx adapter Features]
+
+[Crypto adapter Features]
+session_private_data = Y
+
+[Timer adapter Features]
--- /dev/null
+;
+; Supported features of the 'octeontx' eventdev driver.
+;
+; 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
+
+[Eth Tx adapter Features]
+internal_port = Y
+
+[Crypto adapter Features]
+internal_port_op_fwd = Y
+session_private_data = Y
+
+[Timer adapter Features]
+internal_port = Y
--- /dev/null
+;
+; Supported features of the 'octeontx2' eventdev driver.
+;
+; 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
--- /dev/null
+;
+; Supported features of 'Ordered Packet Distribution Library' eventdev driver.
+;
+; Refer to default.ini for the full list of available PMD features.
+;
+[Scheduling Features]
+burst_mode = Y
+carry_flow_id = Y
+maintenance_free = Y
+
+[Eth Rx adapter Features]
+
+[Eth Tx adapter Features]
+
+[Crypto adapter Features]
+session_private_data = Y
+
+[Timer adapter Features]
--- /dev/null
+;
+; Supported features of the 'software' eventdev driver.
+;
+; Refer to default.ini for the full list of available PMD features.
+;
+[Scheduling Features]
+queue_qos = Y
+event_qos = Y
+burst_mode = Y
+implicit_release_disable = Y
+nonseq_mode = Y
+runtime_port_link = Y
+multiple_queue_port = Y
+carry_flow_id = Y
+maintenance_free = Y
+
+[Eth Rx adapter Features]
+multi_eventq = Y
+override_flow_id = Y
+event_vector = Y
+
+[Eth Tx adapter Features]
+
+[Crypto adapter Features]
+session_private_data = Y
+
+[Timer adapter Features]
:maxdepth: 2
:numbered:
+ overview
cnxk
dlb2
dpaa
--- /dev/null
+.. SPDX-License-Identifier: BSD-3-Clause
+ Copyright(C) 2021 Marvell.
+
+Event Device Supported Functionality Matrices
+=============================================
+
+Event device supported features
+-------------------------------
+
+.. _table_eventdev_pmd_features:
+
+.. include:: overview_feature_table.txt
+
+Ethernet Rx adapter supported features
+--------------------------------------
+
+.. _table_eventdev_rx_adapter_features:
+
+.. include:: overview_rx_adptr_feature_table.txt
+
+Ethernet Tx adapter supported features
+--------------------------------------
+
+.. _table_eventdev_tx_adapter_features:
+
+.. include:: overview_tx_adptr_feature_table.txt
+
+Crypto device adapter supported features
+----------------------------------------
+
+.. _table_cryptodev_adapter_features:
+
+.. include:: overview_crypto_adptr_feature_table.txt
+
+Timer adapter supported features
+--------------------------------
+
+.. _table_timer_adapter_features:
+
+.. include:: overview_timer_adptr_feature_table.txt