Re: [dpdk-dev] [PATCH v4 2/2] mempool/nb_stack: add non-blocking stack mempool

2019-01-22 Thread Eads, Gage
nstantin > ; Gavin Hu (Arm Technology China) > ; nd > Subject: Re: [dpdk-dev] [PATCH v4 2/2] mempool/nb_stack: add non-blocking > stack mempool > > 19/01/2019 01:00, Eads, Gage: > > > > I am wondering if it makes sense to decouple the NB stack data > > > >

Re: [dpdk-dev] [PATCH v4 2/2] mempool/nb_stack: add non-blocking stack mempool

2019-01-18 Thread Thomas Monjalon
19/01/2019 01:00, Eads, Gage: > > > I am wondering if it makes sense to decouple the NB stack data > > > structure from mempool driver (similar to rte_ring)? I see that stack > > > based mempool implements the stack data structure in the driver. But, > > > NB stack might not be such a trivial data

Re: [dpdk-dev] [PATCH v4 2/2] mempool/nb_stack: add non-blocking stack mempool

2019-01-18 Thread Eads, Gage
PM > > To: Eads, Gage ; dev@dpdk.org > > Cc: olivier.m...@6wind.com; arybche...@solarflare.com; Richardson, > > Bruce ; Ananyev, Konstantin > > ; Gavin Hu (Arm Technology China) > > ; nd ; Honnappa Nagarahalli > > ; nd > > Subject: RE: [dpdk-dev] [PA

Re: [dpdk-dev] [PATCH v4 2/2] mempool/nb_stack: add non-blocking stack mempool

2019-01-18 Thread Eads, Gage
> ; Gavin Hu (Arm Technology China) > ; nd ; Honnappa Nagarahalli > ; nd > Subject: RE: [dpdk-dev] [PATCH v4 2/2] mempool/nb_stack: add non-blocking > stack mempool > > Hi Gage, > Thank you for your contribution on non-blocking data structures. I think > they > are im

Re: [dpdk-dev] [PATCH v4 2/2] mempool/nb_stack: add non-blocking stack mempool

2019-01-17 Thread Honnappa Nagarahalli
Hi Gage, Thank you for your contribution on non-blocking data structures. I think they are important to extend DPDK into additional use cases. I am wondering if it makes sense to decouple the NB stack data structure from mempool driver (similar to rte_ring)? I see that stack based mempool i