[PATCH v3 0/2] deque: add multithread unsafe deque library
Thomas Monjalon
thomas at monjalon.net
Thu Jun 27 17:03:17 CEST 2024
02/05/2024 22:19, Aditya Ambadipudi:
> As previously discussed in the mailing list [1] we are sending out this
> patch that provides the implementation and unit test cases for the
> RTE_DEQUE library. This includes functions for creating a RTE_DEQUE
> object. Allocating memory to it. Deleting that object and free'ing the
> memory associated with it. Enqueue/Dequeue functions. Functions for
> zero-copy API.
>
> Aditya Ambadipudi (1):
> deque: add unit tests for the deque library
>
> Honnappa Nagarahalli (1):
> deque: add multi-thread unsafe double ended queue
There were many comments on previous versions,
and no ack on the v3, so I'm not sure all comments are addressed.
We probably need a new round of reviews on this new library.
Also, in order to show its benefits, would it be a good idea
to replace some existing code with calls to this lib,
inside this patch series?
More information about the dev
mailing list