Re: [PATCH] BUG/MEDIUM: pollers/kqueue: use incremented position in event list

2018-05-11 Thread Olivier Houchard
On Fri, May 11, 2018 at 02:09:43PM +0200, Willy Tarreau wrote: > Hi guys, > > On Fri, May 11, 2018 at 01:57:10PM +0200, Olivier Houchard wrote: > > Hi Pieter, > > > > On Thu, May 10, 2018 at 01:12:40AM +0200, PiBa-NL wrote: > > > Hi Olivier, > > > > > > Please take a look at attached patch.

Re: [PATCH] BUG/MEDIUM: pollers/kqueue: use incremented position in event list

2018-05-11 Thread Willy Tarreau
Hi guys, On Fri, May 11, 2018 at 01:57:10PM +0200, Olivier Houchard wrote: > Hi Pieter, > > On Thu, May 10, 2018 at 01:12:40AM +0200, PiBa-NL wrote: > > Hi Olivier, > > > > Please take a look at attached patch. When adding 2 fd's the second > > overwrote the first one. > > Tagged it medium as

Re: [PATCH] BUG/MEDIUM: pollers/kqueue: use incremented position in event list

2018-05-11 Thread Olivier Houchard
Hi Pieter, On Thu, May 10, 2018 at 01:12:40AM +0200, PiBa-NL wrote: > Hi Olivier, > > Please take a look at attached patch. When adding 2 fd's the second > overwrote the first one. > Tagged it medium as haproxy just didn't work at all. (with kqueue.). Though > it could perhaps also be minor, as

[PATCH] BUG/MEDIUM: pollers/kqueue: use incremented position in event list

2018-05-09 Thread PiBa-NL
://git.haproxy.org/?p=haproxy.git;a=commit;h=6b96f7289c2f401deef4bdc6e20792360807dde4 Thanks, PiBa-NL (Pieter) From 3c60fdace2f23a8c6d070c8fafab660becb8c514 Mon Sep 17 00:00:00 2001 From: PiBa-NL <piba.nl@gmail.com> Date: Thu, 10 May 2018 01:01:28 +0200 Subject: [PATCH] BUG/MEDIUM: pollers/kqueu