On Thu, Jul 18, 2024 at 9:37 PM <lon...@linuxonhyperv.com> wrote: > > From: Malcolm Bumgardner <mbumg...@cisco.com> > > In the device event unregister code, it unconditionally remove all > callbacks which are registered with device_name set to NULL. This results > in many callbacks uncorrectly removed. > > Fix this by only removing callbacks with matching cb_fn and cb_arg. > > Fixes: a753e53d517b ("eal: add device event monitor framework") > Cc: sta...@dpdk.org > > Signed-off-by: Malcolm Bumgardner <mbumg...@cisco.com> > Signed-off-by: Long Li <lon...@microsoft.com> Reviewed-by: Stephen Hemminger <step...@networkplumber.org>
Applied, thanks. -- David Marchand