Re: re(4) diff that needs testing

2013-10-08 Thread Thomas Pfaff
On Tue, 1 Oct 2013 21:32:30 +0200 (CEST) Mark Kettenis wrote: > Some re(4) variants now use msi. Unfortunately the interrupt handler > isn't careful enough, and we might miss an interrupt. The diff below > seems to fix that by disabling the interrupts while processing an > interrupt. This is wh

Re: re(4) diff that needs testing

2013-10-02 Thread Kenneth R Westerback
On Tue, Oct 01, 2013 at 09:32:30PM +0200, Mark Kettenis wrote: > Some re(4) variants now use msi. Unfortunately the interrupt handler > isn't careful enough, and we might miss an interrupt. The diff below > seems to fix that by disabling the interrupts while processing an > interrupt. This is wh

Re: re(4) diff that needs testing

2013-10-02 Thread Kenneth R Westerback
On Tue, Oct 01, 2013 at 09:32:30PM +0200, Mark Kettenis wrote: > Some re(4) variants now use msi. Unfortunately the interrupt handler > isn't careful enough, and we might miss an interrupt. The diff below > seems to fix that by disabling the interrupts while processing an > interrupt. This is wh

re(4) diff that needs testing

2013-10-01 Thread Mark Kettenis
Some re(4) variants now use msi. Unfortunately the interrupt handler isn't careful enough, and we might miss an interrupt. The diff below seems to fix that by disabling the interrupts while processing an interrupt. This is what FreeBSD & Linux seem to do. Needs testing on a wide variety of re(4

Re: re(4) diff that needs testing

2009-07-23 Thread Bryan Linton
On 2009-07-22 23:18:18, Mark Kettenis wrote: > This diff switches re(4) over to MCLGETI, bringing goodies like lower > memory usage and livelock mitigation. Getting this right usually > takes some effort. So please help me with getting this tested if you > have any machines with re(4). > > Than

Re: re(4) diff that needs testing

2009-07-23 Thread Anathae Townsend
(Mark wrote) > > This diff switches re(4) over to MCLGETI, bringing goodies like lower > memory usage and livelock mitigation. Getting this right usually > takes some effort. So please help me with getting this tested if you > have any machines with re(4). > > Thanks, > > Mark > > (patch sni

Re: re(4) diff that needs testing

2009-07-23 Thread Stuart Henderson
On 2009/07/23 12:35, Thomas Pfaff wrote: > On Wed, 22 Jul 2009 23:18:18 +0200 (CEST) > Mark Kettenis wrote: > > > This diff switches re(4) over to MCLGETI, bringing goodies like lower > > memory usage and livelock mitigation. Getting this right usually > > takes some effort. So please help me w

Re: re(4) diff that needs testing

2009-07-23 Thread Thomas Pfaff
On Wed, 22 Jul 2009 23:18:18 +0200 (CEST) Mark Kettenis wrote: > This diff switches re(4) over to MCLGETI, bringing goodies like lower > memory usage and livelock mitigation. Getting this right usually > takes some effort. So please help me with getting this tested if you > have any machines wi

re(4) diff that needs testing

2009-07-22 Thread Mark Kettenis
This diff switches re(4) over to MCLGETI, bringing goodies like lower memory usage and livelock mitigation. Getting this right usually takes some effort. So please help me with getting this tested if you have any machines with re(4). Thanks, Mark Index: re.c ==