[dpdk-dev] [PATCH] Revert "eal: set name to threads"

2015-11-19 Thread Ferruh Yigit
On Thu, Nov 19, 2015 at 01:39:24PM +, Ferruh Yigit wrote: > On Thu, Nov 19, 2015 at 01:32:44PM +0100, Thomas Monjalon wrote: > > 2015-11-19 13:49, Panu Matilainen: > > > On 11/19/2015 01:22 PM, Ferruh Yigit wrote: > > > > This reverts commit 67b6d3039e9edbc4624c878c6930be5e126e8b58. > > > > > >

[dpdk-dev] [PATCH] Revert "eal: set name to threads"

2015-11-19 Thread Panu Matilainen
On 11/19/2015 01:22 PM, Ferruh Yigit wrote: > This reverts commit 67b6d3039e9edbc4624c878c6930be5e126e8b58. > > Reverted patch uses pthread_setname_np() function, this function added > into glibc in version 2.12 and cause a compile error in older glibc > versions: > error: implicit declaration of f

[dpdk-dev] [PATCH] Revert "eal: set name to threads"

2015-11-19 Thread Ferruh Yigit
On Thu, Nov 19, 2015 at 01:32:44PM +0100, Thomas Monjalon wrote: > 2015-11-19 13:49, Panu Matilainen: > > On 11/19/2015 01:22 PM, Ferruh Yigit wrote: > > > This reverts commit 67b6d3039e9edbc4624c878c6930be5e126e8b58. > > > > > > Reverted patch uses pthread_setname_np() function, this function adde

[dpdk-dev] [PATCH] Revert "eal: set name to threads"

2015-11-19 Thread Thomas Monjalon
2015-11-19 13:49, Panu Matilainen: > On 11/19/2015 01:22 PM, Ferruh Yigit wrote: > > This reverts commit 67b6d3039e9edbc4624c878c6930be5e126e8b58. > > > > Reverted patch uses pthread_setname_np() function, this function added > > into glibc in version 2.12 and cause a compile error in older glibc >

[dpdk-dev] [PATCH] Revert "eal: set name to threads"

2015-11-19 Thread Ferruh Yigit
This reverts commit 67b6d3039e9edbc4624c878c6930be5e126e8b58. Reverted patch uses pthread_setname_np() function, this function added into glibc in version 2.12 and cause a compile error in older glibc versions: error: implicit declaration of function "pthread_setname_np" Main purpose of reverted