linux_dsm_epyc7002/drivers/net/ethernet/hisilicon/hns3/hns3vf
Jian Shen a6c51c2608 net: hns3: Unify the strings display of packet statistics
Some members of packet statistics are named in different styles.
This patch unifies them with new internal name rules, the main
modification are below:
trans --> tx
rcv --> rx
rcb_q%d_tx -->  txq#%d
rcb_q%d_rx -->  rxq#%d
sw_err_cnt(tx side) --> tx_dropped
sw_err_cnt(rx side) --> rx_dropped
pkts --> packets
tx_err_cnt --> errors
rx_err_cnt --> errors

Signed-off-by: Jian Shen <shenjian15@huawei.com>
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-01-08 14:06:17 -05:00
..
hclgevf_cmd.c
hclgevf_cmd.h
hclgevf_main.c net: hns3: Unify the strings display of packet statistics 2018-01-08 14:06:17 -05:00
hclgevf_main.h net: hns3: Add HNS3 VF HCL(Hardware Compatibility Layer) Support 2017-12-15 10:55:34 -05:00
hclgevf_mbx.c
Makefile net: hns3: Add HNS3 VF driver to kernel build framework 2017-12-15 10:55:34 -05:00