[PATCH net-next 1/4] sfc: add tracing of MCDI commands

2015-05-22 Thread Edward Cree
MCDI tracing is conditional on CONFIG_SFC_MCDI_LOGGING, which is enabled by default. Each MCDI command will produce a console line like sfc dom:bus:dev:fn ifname: MCDI RPC REQ: [...] where etc. are the raw MCDI payload in 32-bit hex chunks. The response will then pro

[PATCH net-next 1/4] sfc: add tracing of MCDI commands

2015-05-20 Thread Edward Cree
MCDI tracing is conditional on CONFIG_SFC_MCDI_LOGGING, which is enabled by default. Each MCDI command will produce a console line like sfc dom:bus:dev:fn ifname: MCDI RPC REQ: [...] where etc. are the raw MCDI payload in 32-bit hex chunks. The response will then pro