|
I'm using a non-xilinx mac/phy. I am using the vendor's linux driver.
I think it may actually be working, but maybe I just don't understand
it. For instance if I comment out the call to netif_start_queue() I
would have expected the tx to stop working, but it doesn't. As I
understand it, netif_stop/start_queue are flow control to the higher
layers, so if I call netif_stop_queue then I shouldn't get any more tx
packets. I need to do some more digging to verify this is happening. thanks, jim John Williams wrote: ___________________________ microblaze-uclinux mailing list microblaze-uclinux@xxxxxxxxxxxxxx Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/Hi Jim, Jim Van Vorst wrote: |