]> git.baikalelectronics.ru Git - kernel.git/commit
net: systemport: Add netconsole support
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 31 Jul 2015 18:42:55 +0000 (11:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 Jul 2015 22:45:37 +0000 (15:45 -0700)
commit74a1e2ee5600565e9f6be9c8ee38542ae793e00e
treea772b2c4390f0dd90c09f99160aa217410edd958
parentfa4e5c8a631db9c33c4b699363fe4646da1a4121
net: systemport: Add netconsole support

Implement a poll controller for netconsole which invokes the RX
interrupt handler to poll for incoming packets, and cleans up all TX
queues by invoking the TX interrupt handler.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bcmsysport.c