Re: [PATCH] eal/linux: fix fail to stop device monitor error

2022-02-16 Thread David Marchand
On Wed, Feb 16, 2022 at 9:10 AM Long Li wrote: > > > Subject: [PATCH] eal/linux: fix fail to stop device monitor error > > > > [You don't often get email from wenxuanx...@intel.com. Learn why this is > > important at http://aka.ms/LearnAboutSenderIdentific

RE: [PATCH] eal/linux: fix fail to stop device monitor error

2022-02-16 Thread Long Li
> Subject: [PATCH] eal/linux: fix fail to stop device monitor error > > [You don't often get email from wenxuanx...@intel.com. Learn why this is > important at http://aka.ms/LearnAboutSenderIdentification.] > > From: Wenxuan Wu > > The ret value stands for whethe

[PATCH] eal/linux: fix fail to stop device monitor error

2022-02-10 Thread wenxuanx . wu
From: Wenxuan Wu The ret value stands for whether the device monitor has been successfully closed, and has nothing to do with rte_intr_callback_unregister funcs once it return a value greater than 0 .So if the closure procedure has gone to the right exit point ,we should set this value to 0. Als