summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHao Lan <lanhao@huawei.com>2022-09-06 17:12:22 +0800
committerDavid S. Miller <davem@davemloft.net>2022-09-07 16:20:15 +0100
commit2cb343b9d3e59db0836045ff1dd67dfd15066697 (patch)
treeefc1cfb7debe5ad7fad7df254502aab7a78273fc /tools
parentfddc02eb583ada2b2d8f35ef41630da5959e8d4b (diff)
downloadkernel-2cb343b9d3e59db0836045ff1dd67dfd15066697.tar.gz
net: hns3: add querying fec statistics
FEC statistics can be used to check the transmission quality of links. This patch implements the get_fec_stats callback of ethtool_ops to support querying FEC statistics by command "ethtool -I --show-fec eth0". Signed-off-by: Hao Lan <lanhao@huawei.com> Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions
C entry macros on OMAPMagnus Damm 2010-08-16omap: Use CONFIG_SMP for test_for_ipi and test_for_ltirqTony Lindgren 2010-04-23omap2: Fix ARM processor check for 24xxTony Lindgren 2010-02-15omap2/3/4: Allow booting omap4 with multi-omap configurationTony Lindgren 2010-02-15omap2/3/4: Clean up entry-macro.s for adding support for omap4 multibootTony Lindgren 2010-02-15omap4: Use get_irqnr_preambleTony Lindgren 2010-02-15omap2/3/4: Clean up defines for entry-macro.STony Lindgren 2010-02-15omap2/3: Make get_irqnr_and_base common for mach-omap2 multibootTony Lindgren 2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren 2009-10-19omap: headers: Split entry-macro.S for mach-omap1 and mach-omap2Tony Lindgren