On Wed, Oct 19, 2022 at 6:37 PM Stephen Hemminger <[email protected]> wrote: > > Attempts to enable or disable pdump in primary process > will fail with core dump because it is not valid to call > rte_mp_request_sync() unless in a secondary process. > > Trap the error in the common code used for both enable > and disable requests. > > Fixes: 660098d61f57 ("pdump: use generic multi-process channel") Cc: [email protected]
> Reported-by: Sylvia Grundwürmer <[email protected]> > Signed-off-by: Stephen Hemminger <[email protected]> Applied, thanks. -- David Marchand

