From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] Add support for pthreads setname. Date: Tue, 03 Nov 2015 15:34:08 +0100 Message-ID: <1463695.VJy6XOjk2U@xps13> References: <1438131045-3069-1-git-send-email-rkerur@gmail.com> <1438131104-3113-1-git-send-email-rkerur@gmail.com> <20150729165616.76adab75@urahara> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ravi Kerur Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 87CA68E93 for ; Tue, 3 Nov 2015 15:35:19 +0100 (CET) Received: by wmll128 with SMTP id l128so88778056wml.0 for ; Tue, 03 Nov 2015 06:35:19 -0800 (PST) In-Reply-To: <20150729165616.76adab75@urahara> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > This patch adds support for pthread_setname_np on Linux and > > pthread_set_name_np on FreeBSD. > > > > Changes in V2: > > Remove config support for max thread name len. > > Restrict max thread name len to 16 on Linux and FreeBSD. > > Fix checkpatch.pl errors. > > Changes based on code review comments from Thomas. > > > > Changes in V1: > > Add support for _setname_ on Linux and FreeBSD. > > > > Signed-off-by: Ravi Kerur > > Looks like good simple solution. > Acked-by: Stephen Hemminger Applied with update of tep_termination. Thanks