RE: [PATCH] rping: create persistent server threads in DETACHED state

2015-01-22 Thread Hefty, Sean
Thanks - applied

RE: [PATCH] rping: create persistent server threads in DETACHED state

2015-01-20 Thread Hefty, Sean
> Does this patch look ok? It looks okay at a glance. Sorry, I haven't lost this, but just haven't had time to apply it. N�r��yb�X��ǧv�^�)޺{.n�+{��ٚ�{ay�ʇڙ�,j��f���h���z��w��� ���j:+v���w�j�mzZ+�ݢj"��!�i

Re: [PATCH] rping: create persistent server threads in DETACHED state

2015-01-20 Thread Steve Wise
Hey Sean, Does this patch look ok? -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] rping: create persistent server threads in DETACHED state

2015-01-12 Thread Steve Wise
Since the persistent server threads aren't joined, they must be created in the DETACHED state or resources will not be cleaned up when they exit. This results in pthread_create() failures after thousands of rping instances are run against a persistent server. Also check the return from all calls t