Re: [ovs-dev] [v3 04/10] lib/damon: add --user option

2015-10-11 Thread ALeX Wang
Hey Andy, Sorry for this late post, just very interested in the feature implemented in this series, one question below, + > +user_spec += strspn(user_spec, " \t\r\n"); > In which circumstance will the option value be prefixed by "\t\r\n"? Is this some common parsing practice? Thanks, Alex

[ovs-dev] ovs-atomic: loss some patches for v2.3.2

2015-10-11 Thread linhaifeng
Hi, I found the function atomic_store_explicit and atomic_read_explicit for branch v2.3.2 not use volatile this cause some problems in multi-core system. should we merge these pathes to branch v2.3.2? git log for branch v2.3.2: 8917f72 ovs-atomic: Delete atomic, atomic_flag, ovs_refcount destroy