Re: [PATCH] event/dlb2: fix missing queue ordering capability flag

2023-11-12 Thread Jerin Jacob
On Mon, Nov 13, 2023 at 2:05 AM Sevincer, Abdullah wrote: > > Acked-by: Abdullah Sevincer Applied to dpdk-next-eventdev/for-main. Thanks

RE: [PATCH] event/dlb2: fix missing queue ordering capability flag

2023-11-12 Thread Sevincer, Abdullah
Acked-by: Abdullah Sevincer

Re: [PATCH] event/dlb2: fix missing queue ordering capability flag

2023-11-09 Thread Jerin Jacob
On Thu, Nov 9, 2023 at 11:14 PM Bruce Richardson wrote: > > The dlb2 driver did not advertise the fact that events could be enqueued > to it for any queues, not just those in numerical sequence. Add the > missing bit to the capabilities flag returned from the info_get() > function. > > Fixes: d39e

[PATCH] event/dlb2: fix missing queue ordering capability flag

2023-11-09 Thread Bruce Richardson
The dlb2 driver did not advertise the fact that events could be enqueued to it for any queues, not just those in numerical sequence. Add the missing bit to the capabilities flag returned from the info_get() function. Fixes: d39e23f26e1e ("event/dlb2: fix advertized capabilities") Fixes: e7c9971a85