Date: Wed, 18 Dec 2002 04:18:41 +0900 From: Kyunghwan Kim <redjade@ada.snu.ac.kr> To: current@freebsd.org Subject: INTR_MPSAFE to network device drivers Message-ID: <20021217191841.GA57094@ada.snu.ac.kr>
next in thread | raw e-mail | index | archive | help
Is it okay to add INTR_MPSAFE for all INTR_TYPE_NET drivers? mbuf and bpf routines are all mp-safe, so it seems that it is safe to make network device drivers out of Giant lock. Or is there any unresolved related issues? -- Kyunghwan Kim redjade@ada.snu.ac.kr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021217191841.GA57094>