summaryrefslogtreecommitdiff
path: root/net/dccp
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2021-11-08 12:10:33 +0100
committerSaeed Mahameed <saeedm@nvidia.com>2021-12-02 16:53:07 -0800
commitd2b8c7ba3c795a4ef8de48009fd13735b1a428e5 (patch)
tree7eae7f9da03029ad384a713b9d6c598a5fddab46 /net/dccp
parent7a7dd5114f53885419ef67c530e961d7ceaec15a (diff)
mlx5: fix mlx5i_grp_sw_update_stats() stack usage
The mlx5e_sw_stats structure has grown to the point of triggering a warning when put on the stack of a function: mlx5/core/ipoib/ipoib.c: In function 'mlx5i_grp_sw_update_stats': mlx5/core/ipoib/ipoib.c:136:1: error: the frame size of 1028 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] In this case, only five of the structure members are actually set, so it's sufficient to have those as separate local variables. As en_rep.c uses 'struct rtnl_link_stats64' for this, just use the same one here for consistency. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'net/dccp')
0 files changed, 0 insertions, 0 deletions