On Mon, Jun 13, 2022 at 11:49 PM Timothy McDaniel
<timothy.mcdan...@intel.com> wrote:
>
> 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: e7c9971a857a ("event/dlb2: add probe-time hardware init")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Timothy McDaniel <timothy.mcdan...@intel.com>
>

For here to [2] content, needs to be moved to [1] to avoid polluting
the commit message.
Fixed and Applied to dpdk-next-net-eventdev/for-main. Thanks


> ===
>
> Changes since V2:
> Added "fixes" line that was present in original, but missing in V2.
>
> Changes since V1;
> 1) reorder capabilities flags to match the order that they appear in
> in the default.ini file
> 2) update the dlb2.ini file with the new set of features supported by DLB2
> 3) expanded the commit message to provide additional details

[2]

> ---

[1]

>  doc/guides/eventdevs/features/dlb2.ini | 3 ++-

Reply via email to