Re: [PATCH] Make thread affinity work on FreeBSD

2017-12-02 Thread Willy Tarreau
On Fri, Dec 01, 2017 at 06:23:01PM +0100, Olivier Houchard wrote: > > Hi, > > The attached patch makes the call to pthread_setaffinity_np() work on > FreeBSD. Thanks Olivier, now applied. Willy

[PATCH] Make thread affinity work on FreeBSD

2017-12-01 Thread Olivier Houchard
Hi, The attached patch makes the call to pthread_setaffinity_np() work on FreeBSD. Regards, Olivier >From fc204ac3d7f9323b6583465ff5b42a0cfa46b8b1 Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Fri, 1 Dec 2017 18:19:43 +0100 Subject: [PATCH] MINOR: threads: Fix