commit | cd9d187b07c23df4925c3a47e06367315ba794ca | [log] [tgz] |
---|---|---|
author | Fuyun Liang <liangfuyun1@huawei.com> | Wed Mar 21 15:49:25 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 22 13:12:02 2018 -0400 |
tree | 91615153853a48706c98b566eeba6a6fc7373909 | |
parent | d458c815e7901758651f2357153518d1eb0a95d0 [diff] |
net: hns3: change GL update rate The interrupt coalescing self-adaptive function updates the int_gl every interrupt. The GL update rate is too faster to get a better new GL value. This patch changes the GL update rate to every one hundred interrupts. The GL update rate is defined by HNS3_INT_ADAPT_DOWN_START. Signed-off-by: Fuyun Liang <liangfuyun1@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>