All,

foo_intr()
{
...
disable_intr;
...
process data;
...
enable_intr;
}

Most of the network drivers currently do something like this in the ISR.
Is this really necessary as by the time ISR is called interrupts have already been
disabled on APIC and disabling interrupts on network card has no effect.

Is there an issue on non-x86 architectures?

Thanks,
Prafulla

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to