Re: ix - failed to allocate interrupt slot for PIC msix pin -2143223537

2021-08-30 Thread Hrvoje Popovski
On 21.8.2021. 21:50, Hrvoje Popovski wrote: > Hi all, > > on new AMD 24 core server and i've put 2 dual port ix interfaces and > while booting ix3 interface throws this error > > ix3 at pci21 dev 0 function 1 "Intel 82599" rev 0x01failed to allocate > interrupt slot for PIC msix pin -2143223537 >

Re: kernel: page fault trap in rw_status

2021-08-30 Thread Theo Buehler
On Mon, Aug 30, 2021 at 10:45:47AM +0200, Martin Pieuchot wrote: > On 06/08/21(Fri) 08:08, Theo Buehler wrote: > > > The diff below fixes this by setting the "source" amap lock to the newly > > > allocated one. This is not strictly necessary on OpenBSD since the amap > > > is only inserted on the

Re: kernel: page fault trap in rw_status

2021-08-30 Thread Martin Pieuchot
On 06/08/21(Fri) 08:08, Theo Buehler wrote: > > The diff below fixes this by setting the "source" amap lock to the newly > > allocated one. This is not strictly necessary on OpenBSD since the amap > > is only inserted on the global list at the end of amap copy, but this > > satisfies the locking r