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

2019-10-07 Thread David Marchand
On Fri, Sep 6, 2019 at 9:05 PM 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 issues: > > 1

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

2019-09-09 Thread Aaron Conole
Honnappa Nagarahalli writes: > 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