> From: Stephen Hemminger [mailto:[email protected]] > Sent: Wednesday, 8 November 2023 19.36 > > The response from MP server sets err_value to negative > on error. The convention for rte_errno is to use a positive > value on error. This makes errors like duplicate registration > show up with the correct error value. > > Fixes: 660098d61f57 ("pdump: use generic multi-process channel") > Signed-off-by: Stephen Hemminger <[email protected]> > ---
Acked-by: Morten Brørup <[email protected]>

