Re: [PATCH] net/mlx4_en: ethtool: make array modes static const, makes object smaller

2019-09-10 Thread David Miller
From: Colin King Date: Fri, 6 Sep 2019 12:53:48 +0100 > From: Colin Ian King > > Don't populate the array modes on the stack but instead make it > static const. Makes the object code smaller by 303 bytes. > > Before: >text data bss dec hex filename > 51240

[PATCH] net/mlx4_en: ethtool: make array modes static const, makes object smaller

2019-09-06 Thread Colin King
From: Colin Ian King Don't populate the array modes on the stack but instead make it static const. Makes the object code smaller by 303 bytes. Before: textdata bss dec hex filename 5124050081312 57560e0d8 mellanox/mlx4/en_ethtool.o After: textdata b