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

2024-04-03 Thread Tyler Retzlaff
On Wed, Apr 03, 2024 at 04:50:02PM +, Honnappa Nagarahalli wrote: > > > > On Apr 1, 2024, at 9:53 PM, Stephen Hemminger > > wrote: > > > > On Tue, 2 Apr 2024 02:14:06 + > > Honnappa Nagarahalli wrote: > > > >>> On Apr 1, 2024, at 9:00 PM, Stephen Hemminger > >>> wrote: > >>> > >>>

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

2024-04-03 Thread Honnappa Nagarahalli
> On Apr 1, 2024, at 9:53 PM, Stephen Hemminger > wrote: > > On Tue, 2 Apr 2024 02:14:06 + > Honnappa Nagarahalli wrote: > >>> On Apr 1, 2024, at 9:00 PM, Stephen Hemminger >>> wrote: >>> >>> On Tue, 2 Apr 2024 01:35:28 + >>> Honnappa Nagarahalli wrote: >>> > On Apr 1, 2024,

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

2024-04-02 Thread Honnappa Nagarahalli
> On Apr 2, 2024, at 6:44 PM, Stephen Hemminger > wrote: > > On Mon, 1 Apr 2024 21:20:13 -0700 > Tyler Retzlaff wrote: > >> On Tue, Apr 02, 2024 at 03:03:13AM +, Aditya Ambadipudi wrote: >>> Hello Stephen, >>> >>> I have a copy of CLRS with me. And Deque is a very standard word in >>>

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

2024-04-02 Thread Stephen Hemminger
On Mon, 1 Apr 2024 21:20:13 -0700 Tyler Retzlaff wrote: > On Tue, Apr 02, 2024 at 03:03:13AM +, Aditya Ambadipudi wrote: > > Hello Stephen, > > > > I have a copy of CLRS with me. And Deque is a very standard word in > > computer science. Even CLRS which is considered one of the most > > fo

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

2024-04-02 Thread Stephen Hemminger
On Tue, 2 Apr 2024 08:05:41 +0200 Mattias Rönnblom wrote: > On 2024-04-02 02:47, Stephen Hemminger wrote: > > On Mon, 1 Apr 2024 22:28:52 + > > Aditya Ambadipudi wrote: > > > >> Thanks, Stephen, for the comment. > >> > >> Unfortunately, we don't have the dev setup nor the resources to tes

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

2024-04-01 Thread Mattias Rönnblom
On 2024-04-02 02:47, Stephen Hemminger wrote: On Mon, 1 Apr 2024 22:28:52 + Aditya Ambadipudi wrote: Thanks, Stephen, for the comment. Unfortunately, we don't have the dev setup nor the resources to test out this change using MSVC. Thank you, Aditya Ambadipudi All it requires is the c

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

2024-04-01 Thread Tyler Retzlaff
On Mon, Apr 01, 2024 at 07:53:48PM -0700, Stephen Hemminger wrote: > On Tue, 2 Apr 2024 02:14:06 + > Honnappa Nagarahalli wrote: > > > > On Apr 1, 2024, at 9:00 PM, Stephen Hemminger > > > wrote: > > > > > > On Tue, 2 Apr 2024 01:35:28 + > > > Honnappa Nagarahalli wrote: > > > > >

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

2024-04-01 Thread Tyler Retzlaff
ei.com ; > m...@smartsharesystems.com ; > hof...@lysator.liu.se ; Dhruv Tripathi > ; Wathsala Wathawana Vithanage > ; nd > Subject: Re: [PATCH v1 0/2] deque: add multithread unsafe deque library > > On Tue, 2 Apr 2024 02:14:06 + > Honnappa Nagarahalli wrote: &

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

2024-04-01 Thread Stephen Hemminger
On Tue, 2 Apr 2024 02:14:06 + Honnappa Nagarahalli wrote: > > On Apr 1, 2024, at 9:00 PM, Stephen Hemminger > > wrote: > > > > On Tue, 2 Apr 2024 01:35:28 + > > Honnappa Nagarahalli wrote: > > > >>> On Apr 1, 2024, at 7:47 PM, Stephen Hemminger > >>> wrote: > >>> > >>> On Mon, 1

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

2024-04-01 Thread Honnappa Nagarahalli
> On Apr 1, 2024, at 9:00 PM, Stephen Hemminger > wrote: > > On Tue, 2 Apr 2024 01:35:28 + > Honnappa Nagarahalli wrote: > >>> On Apr 1, 2024, at 7:47 PM, Stephen Hemminger >>> wrote: >>> >>> On Mon, 1 Apr 2024 22:28:52 + >>> Aditya Ambadipudi wrote: >>> Thanks, Stephen, fo

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

2024-04-01 Thread Stephen Hemminger
On Tue, 2 Apr 2024 01:35:28 + Honnappa Nagarahalli wrote: > > On Apr 1, 2024, at 7:47 PM, Stephen Hemminger > > wrote: > > > > On Mon, 1 Apr 2024 22:28:52 + > > Aditya Ambadipudi wrote: > > > >> Thanks, Stephen, for the comment. > >> > >> Unfortunately, we don't have the dev setup

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

2024-04-01 Thread Honnappa Nagarahalli
> On Apr 1, 2024, at 7:47 PM, Stephen Hemminger > wrote: > > On Mon, 1 Apr 2024 22:28:52 + > Aditya Ambadipudi wrote: > >> Thanks, Stephen, for the comment. >> >> Unfortunately, we don't have the dev setup nor the resources to test out >> this change using MSVC. >> >> Thank you, >> Ad

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

2024-04-01 Thread Stephen Hemminger
On Mon, 1 Apr 2024 22:28:52 + Aditya Ambadipudi wrote: > Thanks, Stephen, for the comment. > > Unfortunately, we don't have the dev setup nor the resources to test out this > change using MSVC. > > Thank you, > Aditya Ambadipudi All it requires is the community version of MSVC which is fr

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

2024-04-01 Thread Tyler Retzlaff
v Tripathi > ; Wathsala Wathawana Vithanage > ; ganeshadit...@gmail.com > ; nd > Subject: Re: [PATCH v1 0/2] deque: add multithread unsafe deque library > > On Sun, 31 Mar 2024 20:37:27 -0500 > Aditya Ambadipudi wrote: > > > As previously discussed in the mailing

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

2024-04-01 Thread Aditya Ambadipudi
anage ; ganeshadit...@gmail.com ; nd Subject: Re: [PATCH v1 0/2] deque: add multithread unsafe deque library On Sun, 31 Mar 2024 20:37:27 -0500 Aditya Ambadipudi wrote: > As previously discussed in the mailing list [1] we are sending out this > patch that provides the implementation and unit

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

2024-04-01 Thread Stephen Hemminger
On Sun, 31 Mar 2024 20:37:27 -0500 Aditya Ambadipudi wrote: > 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 me

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

2024-03-31 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