linux/drivers/net/ethernet/hisilicon/hns3
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
..
hns3pf net: hns3: Unify the strings display of packet statistics 2018-01-08 14:06:17 -05:00
hns3vf net: hns3: Unify the strings display of packet statistics 2018-01-08 14:06:17 -05:00
hclge_mbx.h net: hns3: Add mailbox support to VF driver 2017-12-15 10:55:34 -05:00
hnae3.c net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoC 2017-12-15 10:55:34 -05:00
hnae3.h net: hns3: Add ethtool interface for vlan filter 2018-01-08 14:06:17 -05:00
hns3_dcbnl.c net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoC 2017-12-15 10:55:34 -05:00
hns3_enet.c net: hns3: Disable VFs change rxvlan offload status 2018-01-08 14:06:17 -05:00
hns3_enet.h net: hns3: add support to modify tqps number 2017-12-27 10:40:20 -05:00
hns3_ethtool.c net: hns3: Unify the strings display of packet statistics 2018-01-08 14:06:17 -05:00
Makefile net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoC 2017-12-15 10:55:34 -05:00