6bbfb64b4e
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:
|
||
---|---|---|
.. | ||
ethtool | ||
compat.h | ||
kni_dev.h | ||
kni_ethtool.c | ||
kni_fifo.h | ||
kni_misc.c | ||
kni_net.c | ||
kni_vhost.c | ||
Makefile |