Re: [dpdk-dev] [RFC v6 2/6] lib/ring: apis to support configurable element size

2019-10-23 Thread Honnappa Nagarahalli
> > On Sun, Oct 20, 2019 at 07:22:56PM -0500, Honnappa Nagarahalli wrote: > > Current APIs assume ring elements to be pointers. However, in many use > > cases, the size can be different. Add new APIs to support configurable > > ring element sizes. > > > > Signed-off-by: Honnappa Nagarahalli > > R

Re: [dpdk-dev] [RFC v6 2/6] lib/ring: apis to support configurable element size

2019-10-23 Thread Olivier Matz
On Sun, Oct 20, 2019 at 07:22:56PM -0500, Honnappa Nagarahalli wrote: > Current APIs assume ring elements to be pointers. However, in many > use cases, the size can be different. Add new APIs to support > configurable ring element sizes. > > Signed-off-by: Honnappa Nagarahalli > Reviewed-by: Dhar