Re: [PATCH 1/2] eventdev: add bulk type event ring operations

2023-05-02 Thread Jerin Jacob
On Tue, Apr 4, 2023 at 12:33 PM Jerin Jacob wrote: > > On Mon, Apr 3, 2023 at 6:49 PM Mattias Rönnblom > wrote: > > > > Introduce bulk enqueue and dequeue operations into the > > API, to supplement the already-existing burst > > calls. > > > > Signed-off-by: Mattias Rönnblom > > Looks good to m

Re: [PATCH 1/2] eventdev: add bulk type event ring operations

2023-04-04 Thread Jerin Jacob
On Mon, Apr 3, 2023 at 6:49 PM Mattias Rönnblom wrote: > > Introduce bulk enqueue and dequeue operations into the > API, to supplement the already-existing burst > calls. > > Signed-off-by: Mattias Rönnblom Looks good to me. As the original author adding @Richardson, Bruce for review. > ---

[PATCH 1/2] eventdev: add bulk type event ring operations

2023-04-03 Thread Mattias Rönnblom
Introduce bulk enqueue and dequeue operations into the API, to supplement the already-existing burst calls. Signed-off-by: Mattias Rönnblom --- lib/eventdev/rte_event_ring.h | 74 +++ 1 file changed, 74 insertions(+) diff --git a/lib/eventdev/rte_event_ring.h b/