Re: Current port status
Frank Wille <[email protected]> Wed, 18 Apr 2012 16:41:37 +0200
| Newsgroups | gmane.os.netbsd.ports.ofppc |
|---|---|
| Organization | Privates Internet Ostwestfalen/Lippe |
| Message-ID | <[email protected]> |
On Tue, 17 Apr 2012 03:43:48 +1000 matthew green <[email protected]> wrote: > yeah, it was strange at first to me. i think the problem is that > m_get() is being called at both IPL_SOFTNET (the first m_get() in > the stack trace, from softint) and IPL_VM (the second, from beyond > vr_intr().) ie, vr(4) shouldn't be allocating from the intr. Yes, that what I thought too. > but i'm not really a network driver person... Neither am I. Should we forward the problem to tech-kern? AFAICS vr(4) does its m_get() in vr_rxeof() since more than a decade. So probably something in the kernel had changed now, which makes the problem visible. -- Frank Wille