numam-dpdk/doc/guides/eventdevs/features
Timothy McDaniel d39e23f26e event/dlb2: fix advertized capabilities
This commit corrects the advertized capabilities reported by the DLB2 PMD.

Previously DLB2 reported supporting RTE_EVENT_DEV_CAP_QUEUE_QOS, but the
DLB2 hardware does not support such capability. This commit removes that
feature from the reported capabilities feature set.

Additionally, two capabilities that DLB2 does support were not being
reported in the capabilities feature set. This commit adds those.

RTE_EVENT_DEV_CAP_MULTIPLE_QUEUE_PORT = Event device is capable of
setting up the link between multiple queues and a single port. If the
flag is not set, the eventdev can only map a single queue to each
port or map a single queue to many port

RTE_EVENT_DEV_CAP_RUNTIME_PORT_LINK = Event device is capable of
configuring the queue/port link at runtime. If the flag is not set,
the eventdev queue/port link is only can be configured during
initialization

Finally, the file doc/guides/eventdevs/features/dlb2.ini has been updated
to match the capabilities actually reported by the PMD.

Fixes: e7c9971a85 ("event/dlb2: add probe-time hardware init")
Cc: stable@dpdk.org

Signed-off-by: Timothy McDaniel <timothy.mcdaniel@intel.com>
2022-06-14 11:21:52 +02:00
..
cnxk.ini event/cnxk: support setting queue attributes at runtime 2022-05-17 16:43:55 +02:00
default.ini eventdev: support setting queue attributes at runtime 2022-05-17 16:43:37 +02:00
dlb2.ini event/dlb2: fix advertized capabilities 2022-06-14 11:21:52 +02:00
dpaa2.ini doc: add eventdev feature matrices 2021-11-26 16:29:25 +01:00
dpaa.ini doc: add eventdev feature matrices 2021-11-26 16:29:25 +01:00
dsw.ini doc: add eventdev feature matrices 2021-11-26 16:29:25 +01:00
octeontx.ini doc: add eventdev feature matrices 2021-11-26 16:29:25 +01:00
opdl.ini doc: add eventdev feature matrices 2021-11-26 16:29:25 +01:00
sw.ini doc: add eventdev feature matrices 2021-11-26 16:29:25 +01:00