[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20151117.152702.306913708555395298.davem@davemloft.net>
Date: Tue, 17 Nov 2015 15:27:02 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: hannes@...essinduktion.org
Cc: netdev@...r.kernel.org, edumazet@...gle.com
Subject: Re: [PATCH net v2] rtnetlink: fix frame size warning in
rtnl_fill_ifinfo
From: Hannes Frederic Sowa <hannes@...essinduktion.org>
Date: Tue, 17 Nov 2015 14:16:52 +0100
> Fix the following warning:
>
> CC net/core/rtnetlink.o
> net/core/rtnetlink.c: In function ‘rtnl_fill_ifinfo’:
> net/core/rtnetlink.c:1308:1: warning: the frame size of 2864 bytes is larger than 2048 bytes [-Wframe-larger-than=]
> }
> ^
> by splitting up the huge rtnl_fill_ifinfo into some smaller ones, so we
> don't have the huge frame allocations at the same time.
>
> Cc: Eric Dumazet <edumazet@...gle.com>
> Signed-off-by: Hannes Frederic Sowa <hannes@...essinduktion.org>
Applied.
Powered by blists - more mailing lists