Re: [PATCH net-next 1/4] net: bcmgenet: Add netconsole support

2015-07-30 Thread Petri Gynther
On Thu, Jul 30, 2015 at 2:04 PM, Petri Gynther wrote: > On Thu, Jul 30, 2015 at 12:35 PM, Florian Fainelli > wrote: >> >> Implement a poll controller for netconsole which invokes the RX >> interrupt handler to poll for incoming packets, and cleans up all TX >> queues. >> >> Signed-off-by: Florian

[PATCH net-next 1/4] net: bcmgenet: Add netconsole support

2015-07-30 Thread Florian Fainelli
Implement a poll controller for netconsole which invokes the RX interrupt handler to poll for incoming packets, and cleans up all TX queues. Signed-off-by: Florian Fainelli --- drivers/net/ethernet/broadcom/genet/bcmgenet.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drive