Re: [ovs-dev] [PATCH] ovs-rcu: Name the ovsrcu_postpone_thread to 'urcu'.

2014-04-22 Thread Alex Wang
Thx, applied, On Tue, Apr 22, 2014 at 11:05 AM, Ben Pfaff wrote: > On Tue, Apr 15, 2014 at 12:23:14PM -0700, Alex Wang wrote: > > The ovs-rcu module adds a new thread for checking the grace period. > > Since the thread name is not set, it will inherit the name of the > > thread that creates it.

Re: [ovs-dev] [PATCH] ovs-rcu: Name the ovsrcu_postpone_thread to 'urcu'.

2014-04-22 Thread Ben Pfaff
On Tue, Apr 15, 2014 at 12:23:14PM -0700, Alex Wang wrote: > The ovs-rcu module adds a new thread for checking the grace period. > Since the thread name is not set, it will inherit the name of the > thread that creates it. This makes the 'top' output quite confusing. > > This commit names the thr

[ovs-dev] [PATCH] ovs-rcu: Name the ovsrcu_postpone_thread to 'urcu'.

2014-04-15 Thread Alex Wang
The ovs-rcu module adds a new thread for checking the grace period. Since the thread name is not set, it will inherit the name of the thread that creates it. This makes the 'top' output quite confusing. This commit names the thread to 'urcu' for clarity. --- lib/ovs-rcu.c |1 + 1 file change