On Fri, Oct 27, 2023 at 10:01 AM David Marchand <david.march...@redhat.com> wrote: > > Locks in the DPDK shared memory were not initialised so far. > This is not really a problem as the early_mem_config structure is stored > in the bss section (and so set to 0 by default). > Yet, for consistency, explicitly initialise those locks with relevant > initialiser macros. > > Suggested-by: Thomas Monjalon <tho...@monjalon.net> > Signed-off-by: David Marchand <david.march...@redhat.com> > Acked-by: Chengwen Feng <fengcheng...@huawei.com>
Applied, thanks. -- David Marchand