commit | 0aa3d88a9197fd7176dbaf5db769837be6afdf46 | [log] [tgz] |
---|---|---|
author | Yunsheng Lin <linyunsheng@huawei.com> | Thu Apr 04 16:17:52 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 04 10:20:38 2019 -0700 |
tree | 946e230d1941e1b8b12879e32716529d8c46053b | |
parent | 72110b567479f0282489a9b3747e76d8c67d75f5 [diff] |
net: hns3: minor optimization for ring_space This patch optimizes the ring_space by calculating the ring space without calling ring_dist. Also ring_dist is only used by ring_space, so this patch removes it when it is no longer used. 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>