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

Tyler Retzlaff roretzla at linux.microsoft.com
Tue Apr 2 02:05:07 CEST 2024


On Mon, Apr 01, 2024 at 10:28:52PM +0000, 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.

what are the dependencies of this lib?

you've provided an agnostic api and unit tests, you can enable it in the
build and the CI will provide a minimum test bar.

> 
> Thank you,
> Aditya Ambadipudi
> 
> 
> ________________________________
> From: Stephen Hemminger <stephen at networkplumber.org>
> Sent: Monday, April 1, 2024 9:05 AM
> To: Aditya Ambadipudi <Aditya.Ambadipudi at arm.com>
> Cc: dev at dpdk.org <dev at dpdk.org>; jackmin at nvidia.com <jackmin at nvidia.com>; matan at nvidia.com <matan at nvidia.com>; viacheslavo at nvidia.com <viacheslavo at nvidia.com>; roretzla at linux.microsoft.com <roretzla at linux.microsoft.com>; konstantin.v.ananyev at yandex.ru <konstantin.v.ananyev at yandex.ru>; konstantin.ananyev at huawei.com <konstantin.ananyev at huawei.com>; mb at smartsharesystems.com <mb at smartsharesystems.com>; hofors at lysator.liu.se <hofors at lysator.liu.se>; Honnappa Nagarahalli <Honnappa.Nagarahalli at arm.com>; Dhruv Tripathi <Dhruv.Tripathi at arm.com>; Wathsala Wathawana Vithanage <wathsala.vithanage at arm.com>; ganeshaditya1 at gmail.com <ganeshaditya1 at gmail.com>; nd <nd at arm.com>
> Subject: Re: [PATCH v1 0/2] deque: add multithread unsafe deque library
> 
> On Sun, 31 Mar 2024 20:37:27 -0500
> Aditya Ambadipudi <aditya.ambadipudi at arm.com> 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 memory to it. Deleting that object and free'ing the
> > memory associated with it. Enqueue/Dequeue functions. Functions for
> > zero-copy API.
> >
> > [1] https://mails.dpdk.org/archives/dev/2023-August/275003.html
> 
> Does this build without errors with the Microsoft Visual C compiler?
> 
> Want to make sure that all new code does not create more work for the
> Windows maintainers.


More information about the dev mailing list