[dpdk-dev] [PATCH] kni: fix stack frame size compile error

2016-09-22 Thread Thomas Monjalon
2016-09-22 15:48, Ferruh Yigit: > Compile error: > .../lib/librte_eal/linuxapp/kni/kni_net.c: > In function ?kni_net_rx_lo_fifo?: > .../lib/librte_eal/linuxapp/kni/kni_net.c:331:1: > error: the frame size of 1056 bytes is larger than 1024 bytes > [-Werror=frame-larger-than=] > > This compile error

[dpdk-dev] [PATCH] kni: fix stack frame size compile error

2016-09-22 Thread Ferruh Yigit
Compile error: .../lib/librte_eal/linuxapp/kni/kni_net.c: In function ?kni_net_rx_lo_fifo?: .../lib/librte_eal/linuxapp/kni/kni_net.c:331:1: error: the frame size of 1056 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] This compile error seen with some compiler / kernel combinations.