Does the value of net.isr.enable (0 or 1) have any effect when running an interface in polling mode?
If I understand correctly, with net.isr.enable set to 1 the processing of incoming packets are handled directly in the ISR (interrupt service routine?) instead of being deferred to the ithread. However, polling mode means no interrupts so the ISR is never called(?). /Daniel Eriksson _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"