RE: [PATCH v3 0/2] deque: add multithread unsafe deque library

2024-06-28 Thread Wathsala Wathawana Vithanage
Hi Thomas, Aditya the original author of this patch is no longer at Arm. One of my colleagues will take over this patch, hence we will need some time to address these comments. Thank you > There were many comments on previous versions, and no ack on the v3, so I'm > not sure all comments are ad

Re: [PATCH v3 0/2] deque: add multithread unsafe deque library

2024-06-27 Thread Thomas Monjalon
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

Re: [PATCH v3 0/2] deque: add multithread unsafe deque library

2024-05-02 Thread Aditya Ambadipudi
alia...@nvidia.com Cc: Wathsala Wathawana Vithanage ; Dhruv Tripathi ; Honnappa Nagarahalli ; nd ; Aditya Ambadipudi ; Aditya Ambadipudi Subject: [PATCH v3 0/2] deque: add multithread unsafe deque library As previously discussed in the mailing list [1] we are sending out this patch

[PATCH v3 0/2] deque: add multithread unsafe deque library

2024-05-02 Thread 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 wi