Re: [PATCH] ovs: datapath: hide clang frame-overflow warnings

2019-07-24 Thread David Miller
From: Arnd Bergmann Date: Mon, 22 Jul 2019 17:00:01 +0200 > Some functions in the datapath code are factored out so that each > one has a stack frame smaller than 1024 bytes with gcc. However, > when compiling with clang, the functions are inlined more aggressively > and combined again so we get

[PATCH] ovs: datapath: hide clang frame-overflow warnings

2019-07-22 Thread Arnd Bergmann
Some functions in the datapath code are factored out so that each one has a stack frame smaller than 1024 bytes with gcc. However, when compiling with clang, the functions are inlined more aggressively and combined again so we get net/openvswitch/datapath.c:1124:12: error: stack frame size of 1528