On Tue, 2015-11-17 at 14:16 +0100, Hannes Frederic Sowa wrote: > 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> > --- > net/core/rtnetlink.c | 274 > ++++++++++++++++++++++++++++----------------------- > 1 file changed, 152 insertions(+), 122 deletions(-) >
LGTM, thanks Hannes ! Acked-by: Eric Dumazet <eduma...@google.com> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html