Re: [PATCH v2 net-next 00/12] net: get rid of __napi_complete()

2017-02-05 Thread David Miller
From: Eric Dumazet Date: Sat, 4 Feb 2017 15:24:50 -0800 > This patch series removes __napi_complete() calls, in an effort > to make NAPI API simpler and generalize GRO and napi_complete_done() Nice cleanup, series applied, thanks Eric.

[PATCH v2 net-next 00/12] net: get rid of __napi_complete()

2017-02-04 Thread Eric Dumazet
This patch series removes __napi_complete() calls, in an effort to make NAPI API simpler and generalize GRO and napi_complete_done() Eric Dumazet (12): 8139too: use napi_complete_done() 8139cp: use napi_complete_done() epic100: use napi_complete_done() amd8111e: add GRO support pcnet32: