On Wed, Jan 22, 2020 at 10:36 AM Honnappa Nagarahalli <[email protected]> wrote: > > <snip> > > > Subject: [PATCH] event/dsw: use custom element size ring for control > > > > 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 change allows DSW to support up to the > > eventdev API's maximum of 255 ports by tweaking DSW_MAX_PORTS. > > > > Signed-off-by: Mattias Rönnblom <[email protected]>
> > + > > +# Depends on rte_ring_elem_*() > > +allow_experimental_apis = true > The rte_ring_elem_xxx API changes look good. > > Reviewed-by: Honnappa Nagarahalli <[email protected]> Applied to dpdk-next-eventdev/master. Thanks. > > > -- > > 2.17.1 >

