[PATCH] MINOR: support cpu-map feature through the compile option USE_CPU_AFFINITY on FreeBSD

2015-09-17 Thread PiBa-NL
rom dda0dac1eb3be4bcb9d58e43744ebb16ba5d69d7 Mon Sep 17 00:00:00 2001 From: Pieter Baauw <piba.nl@gmail.com> Date: Thu, 17 Sep 2015 21:26:40 +0200 Subject: [PATCH] MINOR: support cpu-map feature through the compile option USE_CPU_AFFINITY on FreeBSD --- src/haproxy.c | 8 1 file c

Re: [PATCH] MINOR: support cpu-map feature through the compile option USE_CPU_AFFINITY on FreeBSD

2015-09-17 Thread Willy Tarreau
Hi Pieter, On Thu, Sep 17, 2015 at 09:52:42PM +0200, PiBa-NL wrote: > Hi Willy, > > Added support for cpu-map feature on FreeBSD. > It works, but only as long as the as the number of CPU's doesnt rise to > high <=64. While the cpuset_t supports up to 256 bits. We're limited to 64 as well on