summaryrefslogtreecommitdiff
path: root/sfc.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-21sfc: Omit zero values in register tablesBen Hutchings1-9/+20
Some register tables on Solarflare controllers are very large and may have only a few rows in use. Make register dumps more readable by omitting rows where all bits read as zero. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2011-11-01Combine ethtool-{bitops,util}.h into internal.hBen Hutchings1-1/+1
ethtool-util.h contains all kinds of declarations, not just utility functions or macros. ethtool-bitops.h contains just a few extra definitions, and its only user also includes ethtool-util.h. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2010-11-16ethtool: Update sfc register dumpBen Hutchings1-11/+14
Add length checks to allow for extensions to the register dump without changing the version number. Show the RX IP filter table if present. Fix address field definitions for the MAC filter tables. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2010-06-21ethtool: Add support for sfc register dumpsBen Hutchings1-0/+3859
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>