Re: [PATCH net-next 0/2] net: bcmsysport: utilize newer NAPI APIs

2016-04-21 Thread David Miller
From: Florian Fainelli Date: Wed, 20 Apr 2016 11:37:07 -0700 > These two patches are very analoguous to what was already submitted for > BCMGENET and switch the SYSTEMPORT driver to utilizing > __napi_schedule_irqoff() > and napi_complete_done for the RX NAPI context. Applied, thanks.

[PATCH net-next 0/2] net: bcmsysport: utilize newer NAPI APIs

2016-04-20 Thread Florian Fainelli
Hi David, Eric, Petri, These two patches are very analoguous to what was already submitted for BCMGENET and switch the SYSTEMPORT driver to utilizing __napi_schedule_irqoff() and napi_complete_done for the RX NAPI context. Florian Fainelli (2): net: bcmsysport: use __napi_schedule_irqoff() n