numam-dpdk/drivers
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
..
baseband baseband/acc100: configure ACC101 from PF 2022-06-21 20:04:49 +02:00
bus bus/fslmc: fix VFIO setup 2022-06-07 20:49:20 +02:00
common common/cnxk: allocate link map array if HWS is available 2022-06-13 09:17:34 +02:00
compress compress/octeontx: support OCTEON TX2 SoC family 2022-04-29 11:36:46 +02:00
crypto crypto/qat: use intel-ipsec-mb for partial hash and AES 2022-06-21 20:04:50 +02:00
dma dma/idxd: fix AVX2 in non-datapath functions 2022-06-21 18:19:41 +02:00
event event/dlb2: fix advertized capabilities 2022-06-14 11:21:52 +02:00
gpu gpu/cuda: unmap GPU memory while freeing 2022-05-24 23:09:49 +02:00
mempool mempool/cnxk: avoid batch op free for empty pools 2022-06-08 11:11:32 +02:00
net net/iavf: fix NAT-T payload length 2022-06-21 20:04:49 +02:00
raw common/cnxk: support switching CPRI/ETH back and forth 2022-06-22 09:02:14 +02:00
regex replace zero-length arrays with flexible ones 2022-06-07 16:44:21 +02:00
vdpa vdpa/ifc: fix build with GCC 12 2022-06-15 10:20:54 +02:00
meson.build build: add definitions for use as Meson subproject 2022-06-07 20:49:20 +02:00