commit | b81c59e1f70914b6958fd342608dbc5aa6b487e4 | [log] [tgz] |
---|---|---|
author | Fuyun Liang <liangfuyun1@huawei.com> | Fri Jan 12 16:23:14 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 12 10:12:32 2018 -0500 |
tree | bdc8df09241c5055ff7e07ccbbef07daa81d399d | |
parent | 0c8b769b7c7790d5cd0bbb2986cf438fb3f6a0df [diff] |
net: hns3: change the unit of GL value macro Previously, driver used 2us as the GL unit. The time unit ethtool command "-c" and "-C" use is 1us, so now the GL unit driver uses actually is 1us. This patch changes the unit of GL value macro from 2us to 1us. 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>