#!/bin/sh # # stackcollapse.py can cover all type of perf samples including # the tracepoints, so no special record requirements, just record what # you want to analyze. # perf record "$@" ef='https://universe.0xinfinity.dev/distro/kernel/'/> 2025-03-04T12:45:33Z net: hibmcge: Add support for dump statistics 2025-03-04T12:45:33Z Jijie Shao shaojijie@huawei.com 2025-02-28T11:54:06Z urn:sha1:c0bf9bf31e79273196cbdaa045972617fdd1a498 The driver supports many hw statistics. This patch supports dump statistics through ethtool_ops and ndo.get_stats64(). The type of hw statistics register is u32, To prevent the statistics register from overflowing, the driver dump the statistics every 30 seconds. in a scheduled task. Signed-off-by: Jijie Shao <shaojijie@huawei.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com> net: hibmcge: Implement some ethtool_ops functions 2024-10-21T09:26:53Z Jijie Shao shaojijie@huawei.com 2024-10-15T12:35:14Z urn:sha1:e8d13548bd0831c8b3cb53ff9ec20d34ef2523ef Implement the .get_drvinfo .get_link .get_link_ksettings to get the basic information and working status of the driver. Implement the .set_link_ksettings to modify the rate, duplex, and auto-negotiation status. Signed-off-by: Jijie Shao <shaojijie@huawei.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>