]> asedeno.scripts.mit.edu Git - linux.git/commit
net: hns3: fix an issue for hns3_update_new_int_gl
authorPeng Li <lipeng321@huawei.com>
Sat, 2 Feb 2019 14:39:27 +0000 (22:39 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 2 Feb 2019 16:24:08 +0000 (08:24 -0800)
commit6241e71e7207102ffc733991f7a00f74098d7da0
treee80480cdacf5be893d229e536bf17f0c8a64bed4
parent9e50dc11b856f19908559bafe1a3eca0ddc632b2
net: hns3: fix an issue for hns3_update_new_int_gl

HNS3 supports setting rx-usecs|tx-usecs as 0, but it will not
update dynamically when adaptive-tx or adaptive-rx is enable.
This patch removes the Redundant check.

Fixes: a95e1f8666e9 ("net: hns3: change the time interval of int_gl calculating")
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c