From: Nathan W. <na...@tr...> - 2010-08-20 01:12:51
|
Hi, Is there any mechanism for an ATM driver to tell the kernel that its TX queue is full? I'd like to keep solos-pci's TX queue short so traffic priorities can be managed in the kernel. I think network devices can use netif_stop_queue(), so I'm wondering if there's something similar for ATM devices. Regards, Nathan |