Re: [dpdk-dev] [PATCH v4] mempool: update non-EAL thread note in the header

2017-04-03 Thread Thomas Monjalon
2017-03-31 15:51, Olivier Matz: > On Thu, 30 Mar 2017 18:02:00 -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 b

Re: [dpdk-dev] [PATCH v4] mempool: update non-EAL thread note in the header

2017-03-31 Thread Olivier Matz
On Thu, 30 Mar 2017 18:02:00 -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 threads, and

[dpdk-dev] [PATCH v4] mempool: update non-EAL thread note in the header

2017-03-30 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, and replaces it with a more up-to-date note. Signed-off-by: Gage