[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1463151257-3972-1-git-send-email-jiri@resnulli.us>
Date: Fri, 13 May 2016 16:54:13 +0200
From: Jiri Pirko <jiri@...nulli.us>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, nogahf@...lanox.com, idosch@...lanox.com,
eladr@...lanox.com, yotamg@...lanox.com, ogerlitz@...lanox.com,
roopa@...ulusnetworks.com, nikolay@...ulusnetworks.com,
linville@...driver.com, tgraf@...g.ch, gospo@...ulusnetworks.com,
sfeldma@...il.com, sd@...asysnail.net, eranbe@...lanox.com,
ast@...mgrid.com, edumazet@...gle.com, hannes@...essinduktion.org,
f.fainelli@...il.com
Subject: [patch net-next v3 0/4] return offloaded stats as default and expose original sw start
From: Jiri Pirko <jiri@...lanox.com>
From: Jiri Pirko <jiri@...lanox.com>
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.
---
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 | 65 ++++++++++++++++++++++----
include/linux/netdevice.h | 13 ++++++
include/uapi/linux/if_link.h | 2 +
net/core/dev.c | 31 ++++++++++++
net/core/rtnetlink.c | 58 ++++++++++++++++++++---
5 files changed, 155 insertions(+), 14 deletions(-)
--
2.5.5
Powered by blists - more mailing lists