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.
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
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