Re: [dpdk-dev] [PATCH v9 0/6] lib/ring: APIs to support custom element size

2020-01-17 Thread Olivier Matz
On Wed, Jan 15, 2020 at 11:25:05PM -0600, Honnappa Nagarahalli wrote: > The current rte_ring hard-codes the type of the ring element to 'void *', > hence the size of the element is hard-coded to 32b/64b. Since the ring > element type is not an input to rte_ring APIs, it results in couple > of issue

Re: [dpdk-dev] [PATCH v9 0/6] lib/ring: APIs to support custom element size

2020-01-17 Thread Mattias Rönnblom
On 2020-01-17 14:34, Jerin Jacob wrote: > On Fri, Jan 17, 2020 at 5:44 PM David Marchand > wrote: >> On Thu, Jan 16, 2020 at 5:36 PM Honnappa Nagarahalli >> wrote: >>> I see that the none of the CIs (except Travis) have run on this patch. >>> Intel CI has reported a compilation error and I fixed

Re: [dpdk-dev] [PATCH v9 0/6] lib/ring: APIs to support custom element size

2020-01-17 Thread Honnappa Nagarahalli
> On Fri, Jan 17, 2020 at 3:29 PM Honnappa Nagarahalli > wrote: > > > - Pushed the series > > > https://patchwork.dpdk.org/project/dpdk/list/?series=8147 to a > > > branch of mine for checks. > > > Travis reports: > > > " > > > [2155/2156] Compiling C object 'app/te...st@@dpdk- > > > test@exe/te

Re: [dpdk-dev] [PATCH v9 0/6] lib/ring: APIs to support custom element size

2020-01-17 Thread David Marchand
On Fri, Jan 17, 2020 at 3:29 PM Honnappa Nagarahalli wrote: > > - Pushed the series > > https://patchwork.dpdk.org/project/dpdk/list/?series=8147 to a branch of > > mine for checks. > > Travis reports: > > " > > [2155/2156] Compiling C object 'app/te...st@@dpdk- > > test@exe/test_ring_perf.c.o'. >

Re: [dpdk-dev] [PATCH v9 0/6] lib/ring: APIs to support custom element size

2020-01-17 Thread Honnappa Nagarahalli
> > > > > On Thu, Jan 16, 2020 at 5:36 PM Honnappa Nagarahalli > > wrote: > > > > > > I see that the none of the CIs (except Travis) have run on this > > > patch. Intel CI > > has reported a compilation error and I fixed it in this version. Does > > anyone know if/when the CI will run on the pat

Re: [dpdk-dev] [PATCH v9 0/6] lib/ring: APIs to support custom element size

2020-01-17 Thread Honnappa Nagarahalli
> > On Thu, Jan 16, 2020 at 5:36 PM Honnappa Nagarahalli > wrote: > > > > I see that the none of the CIs (except Travis) have run on this patch. > > Intel CI > has reported a compilation error and I fixed it in this version. Does anyone > know if/when the CI will run on the patches? > > - Pus

Re: [dpdk-dev] [PATCH v9 0/6] lib/ring: APIs to support custom element size

2020-01-17 Thread Jerin Jacob
On Fri, Jan 17, 2020 at 5:44 PM David Marchand wrote: > > On Thu, Jan 16, 2020 at 5:36 PM Honnappa Nagarahalli > wrote: > > > > I see that the none of the CIs (except Travis) have run on this patch. > > Intel CI has reported a compilation error and I fixed it in this version. > > Does anyone kn

Re: [dpdk-dev] [PATCH v9 0/6] lib/ring: APIs to support custom element size

2020-01-17 Thread David Marchand
On Thu, Jan 16, 2020 at 5:36 PM Honnappa Nagarahalli wrote: > > I see that the none of the CIs (except Travis) have run on this patch. Intel > CI has reported a compilation error and I fixed it in this version. Does > anyone know if/when the CI will run on the patches? - Pushed the series https

Re: [dpdk-dev] [PATCH v9 0/6] lib/ring: APIs to support custom element size

2020-01-16 Thread Honnappa Nagarahalli
I see that the none of the CIs (except Travis) have run on this patch. Intel CI has reported a compilation error and I fixed it in this version. Does anyone know if/when the CI will run on the patches? Thanks, Honnappa > -Original Message- > From: Honnappa Nagarahalli > Sent: Wednesday

[dpdk-dev] [PATCH v9 0/6] lib/ring: APIs to support custom element size

2020-01-15 Thread Honnappa Nagarahalli
The current rte_ring hard-codes the type of the ring element to 'void *', hence the size of the element is hard-coded to 32b/64b. Since the ring element type is not an input to rte_ring APIs, it results in couple of issues: 1) If an application requires to store an element which is not 64b, it