Re: [PATCH net-next] net: ethernet: mediatek: enhance TX path with recycling more SKBs in one poll

2017-04-11 Thread David Miller
From: Date: Tue, 11 Apr 2017 16:34:27 +0800 > From: Sean Wang > > The patch adds the enhancement for recycling more TX completed SKBs in > one NAPI polling handler if NAPI budgets are still available and hardware > raises status bit shown for

Re: [PATCH net-next] net: ethernet: mediatek: enhance TX path with recycling more SKBs in one poll

2017-04-11 Thread David Miller
From: Date: Tue, 11 Apr 2017 16:34:27 +0800 > From: Sean Wang > > The patch adds the enhancement for recycling more TX completed SKBs in > one NAPI polling handler if NAPI budgets are still available and hardware > raises status bit shown for certain SKBs are aready done. > > Signed-off-by:

[PATCH net-next] net: ethernet: mediatek: enhance TX path with recycling more SKBs in one poll

2017-04-11 Thread sean.wang
From: Sean Wang The patch adds the enhancement for recycling more TX completed SKBs in one NAPI polling handler if NAPI budgets are still available and hardware raises status bit shown for certain SKBs are aready done. Signed-off-by: Sean Wang

[PATCH net-next] net: ethernet: mediatek: enhance TX path with recycling more SKBs in one poll

2017-04-11 Thread sean.wang
From: Sean Wang The patch adds the enhancement for recycling more TX completed SKBs in one NAPI polling handler if NAPI budgets are still available and hardware raises status bit shown for certain SKBs are aready done. Signed-off-by: Sean Wang --- drivers/net/ethernet/mediatek/mtk_eth_soc.c |