Re: [PATCH net-next v5 2/2] net: ethernet: mediatek: enhance RX path by aggregating more SKBs into NAPI

2016-09-06 Thread John Crispin
On 03/09/2016 11:59, sean.w...@mediatek.com wrote: > From: Sean Wang > > The patch adds support for aggregating more SKBs feed into NAPI in > order to get more benefits from generic receive offload (GRO) by > peeking at the RX ring status and moving more packets right before > returning from NA

[PATCH net-next v5 2/2] net: ethernet: mediatek: enhance RX path by aggregating more SKBs into NAPI

2016-09-03 Thread sean.wang
From: Sean Wang The patch adds support for aggregating more SKBs feed into NAPI in order to get more benefits from generic receive offload (GRO) by peeking at the RX ring status and moving more packets right before returning from NAPI RX polling handler if NAPI budgets are still available and som