From: Oliver Neukum <oliver@xxxxxxxxxx> Date: Thu, 12 May 2011 09:59:28 +0200 > Our problem here is that USB doesn't work sanely without > interrupts. We can stop IO regarding rx, but we cannot stop > interrupts if we want to do rx. Understood. However, I was wondering if you could do this in software. When URBs trigger, just queue that pending work up in a software queue when NAPI is scheduled, then when you exit NAPI polling you check that queue to see if there are interrupt events to process. Similarly to how we handle software interrupts. Anyways, just an idea. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html