Loading
net: hibmcge: Add support for dump statistics
maillist inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IBU56J CVE: NA Reference: https://web.git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=c0bf9bf31e79 ---------------------------------------------------------------------- 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> Signed-off-by:
Hao Chen <chenhao418@huawei.com>