[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190910.102936.1648930911852673896.davem@davemloft.net>
Date: Tue, 10 Sep 2019 10:29:36 +0200 (CEST)
From: David Miller <davem@...emloft.net>
To: colin.king@...onical.com
Cc: tariqt@...lanox.com, netdev@...r.kernel.org,
linux-rdma@...r.kernel.org, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net/mlx4_en: ethtool: make array modes static const,
makes object smaller
From: Colin King <colin.king@...onical.com>
Date: Fri, 6 Sep 2019 12:53:48 +0100
> From: Colin Ian King <colin.king@...onical.com>
>
> 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 5008 1312 57560 e0d8 mellanox/mlx4/en_ethtool.o
>
> After:
> text data bss dec hex filename
> 50937 5008 1312 57257 dfa9 mellanox/mlx4/en_ethtool.o
>
> (gcc version 9.2.1, amd64)
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
Applied to net-next.
Powered by blists - more mailing lists