[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] soft interrupts
From: |
Daniel Wagner |
Subject: |
Re: [PATCH] soft interrupts |
Date: |
Wed, 29 Jan 2003 13:01:18 +0100 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu) |
Joachim Nilsson <joachim.nilsson@vmlinux.org> writes:
> In comparison to what else is missing in the Hurd right now it is
> surely a bit unimportant. And I don't mean to belittle your work
> in any way!
No offense taken.
> I don't think your patch is wrong - it looks quite good actually.
> It might just be something small like calling the SOFTINTs more/less
> often. When we have it on the table someone else might come up
> with the optimization.
Softints are handled at the softclock ipl. So the only priority level
left is spl0 to call the handler. You can not handle them on higher
priority, as I understand this.
I guess the reason for less performance is that we do not include the
Linux drivers directly like in gnumach1 but using more abstracted
interface from OSKit to access the drivers, in short more overhead.
To be sure, you have to some more serious investigation of course.
daniel
- [PATCH] soft interrupts, Daniel Wagner, 2003/01/28
- Re: [PATCH] soft interrupts, Joachim Nilsson, 2003/01/28
- Re: [PATCH] soft interrupts, Marcus Brinkmann, 2003/01/29
- Re: [PATCH] soft interrupts, Joachim Nilsson, 2003/01/29
- Re: [PATCH] soft interrupts, Daniel Wagner, 2003/01/29
- Re: [PATCH] soft interrupts, Joachim Nilsson, 2003/01/29
- Re: [PATCH] soft interrupts, Daniel Wagner, 2003/01/29
- Re: [PATCH] soft interrupts, Marcus Brinkmann, 2003/01/29
- Re: [PATCH] soft interrupts, Joachim Nilsson, 2003/01/30
- Re: [PATCH] soft interrupts, Yoshinori K. Okuji, 2003/01/29