commit | ceca4a5e3223dbb99c062990a64f7a8c32906674 | [log] [tgz] |
---|---|---|
author | Yunsheng Lin <linyunsheng@huawei.com> | Thu Apr 04 16:17:53 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 04 10:20:39 2019 -0700 |
tree | 9c07f6e5302ae1977ffed5a2abfc10d11e43df2b | |
parent | 0aa3d88a9197fd7176dbaf5db769837be6afdf46 [diff] |
net: hns3: minor optimization for datapath This patch adds a likely case for hns3_fill_desc and limits the local variables' scope as much as possible, also avoid div operation when the tqp_vector->num_tqps is one. Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com> 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>