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

2022-06-12 Thread Jerin Jacob
On Sat, Jun 11, 2022 at 12:06 AM 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 v2] event/dlb2: fix advertized capabilities

2022-06-10 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