[ovs-dev] [PATCH v2 2/2] ofproto-dpif-upcall: Give each miss_handler thread a unique name.

Ethan Jackson ethan at nicira.com
Thu Sep 19 20:29:56 UTC 2013


Oops missed it.  Looks fine as well.

On Thu, Sep 19, 2013 at 12:43 PM, Ben Pfaff <blp at nicira.com> wrote:
> Thanks.
>
> Are you happy with patch 1 also?
>
> On Thu, Sep 19, 2013 at 12:42:00PM -0700, Ethan Jackson wrote:
>> Acked-by: Ethan Jackson <ethan at nicira.com>
>>
>>
>> On Tue, Sep 17, 2013 at 10:02 AM, Ben Pfaff <blp at nicira.com> wrote:
>> > This may occasionally make debugging easier.
>> >
>> > Suggested-by: Keith Amidon <keith at nicira.com>
>> > Signed-off-by: Ben Pfaff <blp at nicira.com>
>> > ---
>> >  ofproto/ofproto-dpif-upcall.c |    2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> > diff --git a/ofproto/ofproto-dpif-upcall.c b/ofproto/ofproto-dpif-upcall.c
>> > index 54f441b..c65c82b 100644
>> > --- a/ofproto/ofproto-dpif-upcall.c
>> > +++ b/ofproto/ofproto-dpif-upcall.c
>> > @@ -448,7 +448,7 @@ udpif_miss_handler(void *arg)
>> >      struct list misses = LIST_INITIALIZER(&misses);
>> >      struct handler *handler = arg;
>> >
>> > -    set_subprogram_name("miss_handler");
>> > +    set_subprogram_name("miss_handler_%u", ovsthread_id_self());
>> >      for (;;) {
>> >          size_t i;
>> >
>> > --
>> > 1.7.10.4
>> >
>> > _______________________________________________
>> > dev mailing list
>> > dev at openvswitch.org
>> > http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list