Re: [PATCH v3] event/dlb2: fix max cq_depth/enq_depth cli override

2022-09-27 Thread Jerin Jacob
On Wed, Sep 21, 2022 at 9:59 PM Abdullah Sevincer wrote: > > This patch addresses an issue of enqueuing more than > max_enq_depth and not able to dequeuing events equal > to max_cq_depth in a single call of rte_event_enqueue_burst > and rte_event_dequeue_burst. > > Apply fix for restricting enqueu

[PATCH v3] event/dlb2: fix max cq_depth/enq_depth cli override

2022-09-21 Thread Abdullah Sevincer
This patch addresses an issue of enqueuing more than max_enq_depth and not able to dequeuing events equal to max_cq_depth in a single call of rte_event_enqueue_burst and rte_event_dequeue_burst. Apply fix for restricting enqueue of events to max_enq_depth so that in a single rte_event_enqueue_burs