numam-dpdk/lib/librte_eal/linuxapp/kni
Ferruh Yigit 6bbfb64b4e kni: fix large stack frame size
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.

Moved some local variables to the kni_dev struct.

Fixes: 8451269e6d ("kni: remove continuous memory restriction")

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
2016-09-22 17:46:39 +02:00
..
ethtool kni: fix build with kernel 4.8 2016-09-21 18:15:18 +02:00
compat.h kni: support RHEL 6.8 2016-09-09 16:03:39 +02:00
kni_dev.h kni: fix large stack frame size 2016-09-22 17:46:39 +02:00
kni_ethtool.c kni: fix build with kernel 3.16 2014-07-01 16:25:36 +02:00
kni_fifo.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00
kni_misc.c kni: remove continuous memory restriction 2016-09-21 19:18:44 +02:00
kni_net.c kni: fix large stack frame size 2016-09-22 17:46:39 +02:00
kni_vhost.c kni: fix vhost build with kernels 4.2 and 4.4 2016-04-11 22:49:31 +02:00
Makefile kni: fix build clean on Ubuntu 2016-06-07 10:26:38 +02:00