How to debug e1000 driver?
Posted: Mon Dec 19, 2016 11:50 pm
Hi
My e1000 driver is having troubles sending any packets, basically, the e1000 card never writes to my transmit descriptor's status field. I m wondering if there are any tools to help me debug this?
I''ve seen MIT's JOS lab mentioned a qemu flag that can do this, in this web page
but I don't find any useful commands in its makefile, or on google, that tell qemu to log e1000 error message.
Thanks!
My e1000 driver is having troubles sending any packets, basically, the e1000 card never writes to my transmit descriptor's status field. I m wondering if there are any tools to help me debug this?
I''ve seen MIT's JOS lab mentioned a qemu flag that can do this, in this web page
Code: Select all
https://pdos.csail.mit.edu/6.828/2011/labs/lab6/#Exercise-8
Thanks!