numam-dpdk/doc/guides/eventdevs/features/default.ini
Shijith Thotton 97b914f4e7 eventdev: support setting queue attributes at runtime
Added a new eventdev API rte_event_queue_attr_set(), to set event queue
attributes at runtime from the values set during initialization using
rte_event_queue_setup(). PMD's supporting this feature should expose the
capability RTE_EVENT_DEV_CAP_RUNTIME_QUEUE_ATTR.

Signed-off-by: Shijith Thotton <sthotton@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
2022-05-17 16:43:37 +02:00

53 lines
1.2 KiB
INI

;
; 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 =
runtime_queue_attr =
;
; 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 =