From: Hannes Frederic Sowa <han...@stressinduktion.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 <eduma...@google.com> > Signed-off-by: Hannes Frederic Sowa <han...@stressinduktion.org> Applied.