From: Jiri Pirko <j...@mellanox.com> Nogah says:
Until now we had stats functions return SW statistics. However, it makes a lot of sense to return HW stats as default. The existing apps count with having the defaults stats complete, but that is not true now as the offloaded forward traffic is not visible there. If user wants to know real SW stats, this patchset provides way to get it as well. --- v3->v4: - patch1/4: - fixed "return ()" pointed out by EricD - patch2/4: - fixed if_nlmsg_size as pointed out by EricD v2->v3: - patch1/4: - added dev_have_sw_stats helper - patch2/4: - avoided memcpy as requerted by DaveM - patch3/4: - use new dev_have_sw_stats helper v1->v2: - patch3/4: - fixed NULL initialization Nogah Frankel (4): netdevice: add SW statistics ndo rtnetlink: add HW/SW stats distinction in rtnl_fill_stats net: core: add SW stats to if_stats_msg mlxsw: spectrum: Implement SW stats ndo and expose HW stats by default drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 110 +++++++++++++++++++++++-- drivers/net/ethernet/mellanox/mlxsw/spectrum.h | 5 ++ include/linux/netdevice.h | 13 +++ include/uapi/linux/if_link.h | 2 + net/core/dev.c | 31 +++++++ net/core/rtnetlink.c | 54 ++++++++++-- 6 files changed, 200 insertions(+), 15 deletions(-) -- 2.5.5