Re: [dpdk-dev] [PATCH] event/dsw: use custom element size ring forcontrol

2020-01-21 Thread Mattias Rönnblom
On 2020-01-21 13:04, Morten Brørup wrote: >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Mattias Rönnblom >> Sent: Monday, January 20, 2020 4:03 PM >> >> Replace DSW's use of regular DPDK rings (and code for >> packing/unpacking control messages into void pointers) with custom >> size ring

Re: [dpdk-dev] [PATCH] event/dsw: use custom element size ring forcontrol

2020-01-21 Thread Morten Brørup
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Mattias Rönnblom > Sent: Monday, January 20, 2020 4:03 PM > > Replace DSW's use of regular DPDK rings (and code for > packing/unpacking control messages into void pointers) with custom > size rings. > > In addition to cleaner code, this chang