Hi All,
I have the following script which uses dtrace to calculate the number of
packets processed per interrupt by the driver:
--------------------------
dtrace -n "e1000g_receive:entry{self->adapter=(e1000g_t *)arg0;}
e1000g_receive:retu...@[0]=quantize(self->adapter->rx_pkt_cnt);}"
-------------------------
This works for the e1000g. Now I need to calculate the same thing for rge0
(realtek). Am not sure about the realtek driver code. Can someone please
help.
Thank you,
Vishal
_______________________________________________
driver-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/driver-discuss