logo       

RE: Why was the /proc info removed from e1000 ?: msg#00186

Subject: RE: Why was the /proc info removed from e1000 ?
> I just noticed in the latest changelog that the /proc
> support was removed from the e1000 driver?  I always
> found this usefull...any reason why it was deleted?

Because the information that was exported to /proc is available through
standard interfaces such as ethtool, pciutils, etc.  

ethtool -i eth<x> associates eth<x> with PCI bus:dev.func, so you should
be able to find what you need starting there.  Also note that ethtool -S
support was added for netdev stats.

If you find something missing, let's talk about an alternative.

-scott





<Prev in Thread] Current Thread [Next in Thread>