Re: [lng-odp] [API-NEXT PATCH v2] helper: add cuckoo hash implementation

2015-12-12 Thread HePeng
Ping. So what is your decision on this. > 在 2015年12月10日,下午1:06,HePeng 写道: > >> >> 在 2015年12月9日,下午6:49,Ola Liljedahl > > 写道: >> >> On 9 December 2015 at 06:31, HePeng >

Re: [lng-odp] [PATCH] doc/users-guide: add helpers section

2015-12-12 Thread Bill Fischofer
On Fri, Dec 11, 2015 at 1:52 PM, Mike Holmes wrote: > Signed-off-by: Mike Holmes > --- > doc/users-guide/users-guide.adoc | 161 > +++ > 1 file changed, 161 insertions(+) > > diff --git

Re: [lng-odp] [API-NEXT PATCH 1/2] api: barrier: added memory barriers

2015-12-12 Thread Bill Fischofer
On Fri, Dec 11, 2015 at 5:30 AM, Petri Savolainen < petri.savolai...@nokia.com> wrote: > Added new memory barriers. These follow C11 release / > acquire specification and replaces odp_sync_stores(). > Used GCC __atomic_thread_fence to implement all three > barriers. > > Signed-off-by: Petri

Re: [lng-odp] [API-NEXT PATCH 2/2] api: sync: removed odp_sync_stores

2015-12-12 Thread Bill Fischofer
On Fri, Dec 11, 2015 at 5:30 AM, Petri Savolainen < petri.savolai...@nokia.com> wrote: > Removed odp_sync_stores() implementation and replaced usage with > odp_mb_full(), to minimize functional changes. Added minimal > validation test function for the new memory barriers. > > Signed-off-by: Petri