In recent versions of DPDK:

../drivers/common/cnxk/roc_irq.c:53:7: note: limit is 9223372036854775807 bytes, but argument is 18446744073709551548
[2920/3102] Linking target app/dpdk-testpmd.
../drivers/common/cnxk/roc_irq.c: In function ‘irq_config’:
../drivers/common/cnxk/roc_irq.c:53:7: warning: argument to variable-length array is too large [-Wvla-larger-than=]
   53 |  char irq_set_buf[MSIX_IRQ_SET_BUF_LEN];
      |       ^

I don't use this driver but shouldn't it be corrected?