commit | 0c218123028f70f97e8419ed8b355fbc5a89b91c | [log] [tgz] |
---|---|---|
author | Jian Shen <shenjian15@huawei.com> | Fri Sep 21 16:41:39 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 21 19:29:32 2018 -0700 |
tree | cb44d4b0729fca7fdb1b1bfc7258aa3c6a1a5c57 | |
parent | d0d72bac023937b5194b4739136940d2bdf53001 [diff] |
net: hns3: Adjust prefix of tx/rx statistic names Some prefix of tx/rx statistic names are redundant, this patch modifies these names. The new prefix looks like below: rxq#1_ -> rxq1_ txq#1_ -> txq1_ tx_dropped -> dropped tx_wake -> wake tx_busy -> busy rx_dropped -> dropped Signed-off-by: Jian Shen <shenjian15@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: Salil Mehta <salil.mehta@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>