Re: [PATCH v3] event/dlb2: fix advertized capabilities

2022-06-14 Thread Jerin Jacob
On Mon, Jun 13, 2022 at 11:49 PM Timothy McDaniel 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

[PATCH v3] event/dlb2: fix advertized capabilities

2022-06-13 Thread Timothy McDaniel
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 capabi