> From: Konstantin Ananyev
>
> 1) ./lib/eal/linux/eal_interrupts.c:1073:16: warning: ISO C90 forbids variable
> length array ‘events’ [-Wvla]
>
> eal_intr_handle_interrupts() is called by eal_intr_thread_main()
> so it seems ok to simply alloc space for events from heap and reuse the
> same buff
From: Konstantin Ananyev
1) ./lib/eal/linux/eal_interrupts.c:1073:16: warning: ISO C90 forbids variable
length array ‘events’ [-Wvla]
eal_intr_handle_interrupts() is called by eal_intr_thread_main()
so it seems ok to simply alloc space for events from heap and reuse the
same buffer through the
2 matches
Mail list logo