Re: [dpdk-dev] [PATCH v3] mempool: remove non-EAL thread note from header

2017-03-30 Thread Olivier Matz
Hi Gage, On Wed, 29 Mar 2017 15:30:49 +, "Eads, Gage" wrote: > > -Original Message- > > From: Olivier Matz [mailto:olivier.m...@6wind.com] > > Sent: Friday, March 24, 2017 9:05 AM > > To: Eads, Gage > > Cc: dev@dpdk.org > > Subject: Re: [PATCH v3] mempool: remove non-EAL thread

Re: [dpdk-dev] [PATCH v3] mempool: remove non-EAL thread note from header

2017-03-29 Thread Eads, Gage
> -Original Message- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Friday, March 24, 2017 9:05 AM > To: Eads, Gage > Cc: dev@dpdk.org > Subject: Re: [PATCH v3] mempool: remove non-EAL thread note from header > > Hi Gage, > > On Thu, 23 Mar 2017 09:20:58 -0500,

Re: [dpdk-dev] [PATCH v3] mempool: remove non-EAL thread note from header

2017-03-24 Thread Olivier Matz
Hi Gage, On Thu, 23 Mar 2017 09:20:58 -0500, Gage Eads wrote: > Commit 30e6399892276 ("mempool: support non-EAL thread") added the > capability for non-EAL threads to use the mempool library. This commit > removes the note indicating that the mempool library cannot be used safely > by non-EAL thr

[dpdk-dev] [PATCH v3] mempool: remove non-EAL thread note from header

2017-03-23 Thread Gage Eads
Commit 30e6399892276 ("mempool: support non-EAL thread") added the capability for non-EAL threads to use the mempool library. This commit removes the note indicating that the mempool library cannot be used safely by non-EAL threads. Also, fix a typo. Signed-off-by: Gage Eads --- v2: Changed comm