Re: [PATCH v3] mbuf: fix dump of dynamic fields and flags

2021-11-24 Thread Thomas Monjalon
24/11/2021 13:57, Olivier Matz: > From: Alexander Bechikov > > The dump of dynamic fields and flags fails if the shm is already > allocated. Add a check to fix the issue. > > Cc: sta...@dpdk.org > Fixes: d4902ed31c63 ("mbuf: check shared memory before dumping dynamic space") > > Signed-off-by:

[PATCH v3] mbuf: fix dump of dynamic fields and flags

2021-11-24 Thread Olivier Matz
From: Alexander Bechikov The dump of dynamic fields and flags fails if the shm is already allocated. Add a check to fix the issue. Cc: sta...@dpdk.org Fixes: d4902ed31c63 ("mbuf: check shared memory before dumping dynamic space") Signed-off-by: Alexander Bechikov Acked-by: Olivier Matz --- Hi