On Mon, 6 May 2024 11:18:35 -0700 Tyler Retzlaff <[email protected]> wrote:
> From: Konstantin Ananyev <[email protected]> > > 1) ../lib/eal/common/eal_common_proc.c:695:15 > : warning: variable length array used > > As msg->num_fds should not exceed RTE_MP_MAX_FD_NUM, replaced > it with fixed size array. > > Signed-off-by: Konstantin Ananyev <[email protected]> > --- Acked-by: Stephen Hemminger <[email protected]>

