Re: [PATCH v2] net: hisilicon: Fix ping latency when deal with high throughput

From: David Miller
Date: Tue Oct 29 2019 - 19:35:03 EST


From: Jiangfeng Xiao <xiaojiangfeng@xxxxxxxxxx>
Date: Mon, 28 Oct 2019 13:09:46 +0800

> This is due to error in over budget processing.
> When dealing with high throughput, the used buffers
> that exceeds the budget is not cleaned up. In addition,
> it takes a lot of cycles to clean up the used buffer,
> and then the buffer where the valid data is located can take effect.
>
> Signed-off-by: Jiangfeng Xiao <xiaojiangfeng@xxxxxxxxxx>

Applied and queued up for -stable, thanks.