Subject: Re: Address families
To: Robert Swindells <rjs@fdy2.demon.co.uk>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 04/25/2003 20:47:13
On Tue, Apr 22, 2003 at 10:54:57PM +0100, Robert Swindells wrote:
> Does anyone feel that it is ok to break the mapping in sys/net/netisr.h
> from address family number to soft interrupt bit number ?

Isn't using netisr directly depreceated nowadays?

Using the generic softinterrupts when available and falling back to callouts
if not (and make archs that don't implement generic softinterrupts suffer)
is the way to go, IMHO.

Martin