dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Use pthread_setname APIs
@ 2015-04-22 21:05 Ravi Kerur
       [not found] ` <1429736748-16874-1-git-send-email-rkerur-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Ravi Kerur @ 2015-04-22 21:05 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

Add code to set names to threads via pthread APIs.
In Linux corresponding _getname_ is available, however, FreeBSD
doesn't have corresponding _get_name API available yet. Hence _getname_
is not yet used in the code.

Ravi Kerur (1):
  Use pthread_setname apis

 config/common_bsdapp                               |  5 +++++
 config/common_linuxapp                             |  5 +++++
 examples/vhost/Makefile                            |  1 +
 examples/vhost/main.c                              | 18 ++++++++++++++++--
 examples/vhost_xen/Makefile                        |  1 +
 examples/vhost_xen/main.c                          | 20 ++++++++++++++++++--
 lib/librte_eal/bsdapp/eal/eal.c                    |  7 +++++++
 lib/librte_eal/linuxapp/eal/Makefile               |  2 ++
 lib/librte_eal/linuxapp/eal/eal.c                  | 11 +++++++++++
 lib/librte_eal/linuxapp/eal/eal_interrupts.c       | 20 +++++++++++++++++---
 lib/librte_eal/linuxapp/eal/eal_pci_vfio_mp_sync.c | 16 ++++++++++++++--
 lib/librte_eal/linuxapp/eal/eal_timer.c            | 11 ++++++++++-
 12 files changed, 107 insertions(+), 10 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-07-27 21:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-22 21:05 [PATCH] Use pthread_setname APIs Ravi Kerur
     [not found] ` <1429736748-16874-1-git-send-email-rkerur-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-04-22 21:06   ` Ravi Kerur
2015-07-26 21:54     ` Thomas Monjalon
2015-07-27 20:40       ` Ravi Kerur
2015-07-27 21:09         ` Stephen Hemminger
2015-07-27 21:48           ` Ravi Kerur
2015-04-22 22:57   ` Stephen Hemminger
2015-04-23  0:19     ` Matthew Hall
     [not found]       ` <20150423001914.GB5966-Hv3ogNYU3JfZZajBQzqCxQ@public.gmane.org>
2015-04-23  0:39         ` Stephen Hemminger
     [not found]           ` <CAOaVG14SD_PxbYcSJomEgBn0jSfaTfNyp5Gq=1-nuwJ9sR1TpQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-23  0:52             ` Matthew Hall
2015-04-23  8:16     ` Bruce Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).