Re: [DPDK] /lib/eal: fix failed to stop device monitor error

2022-03-07 Thread Thomas Monjalon
02/03/2022 11:53, Long Li: > > Subject: Re: [DPDK] /lib/eal: fix failed to stop device monitor error > > > > Hello, > > > > > > The title should start with eal/linux: > > > > On Fri, Feb 11, 2022 at 10:01 AM wrote: > >

RE: [DPDK] /lib/eal: fix failed to stop device monitor error

2022-03-02 Thread Long Li
> Subject: Re: [DPDK] /lib/eal: fix failed to stop device monitor error > > Hello, > > > The title should start with eal/linux: > > On Fri, Feb 11, 2022 at 10:01 AM wrote: > > > > From: Wenxuan Wu > > > > The ret value in rte_dev_event_monitor_

Re: [DPDK] /lib/eal: fix failed to stop device monitor error

2022-03-01 Thread David Marchand
Hello, The title should start with eal/linux: On Fri, Feb 11, 2022 at 10:01 AM wrote: > > From: Wenxuan Wu > > The ret value in rte_dev_event_monitor_stop stands for whether the > monitor has been successfully closed ,and should not bind with > rte_intr_callback_unregister,so once it goes to t

RE: [DPDK] /lib/eal: fix failed to stop device monitor error

2022-03-01 Thread Wu, WenxuanX
Let's start a talk about this patch. > -Original Message- > From: Thomas Monjalon > Sent: 2022年2月13日 19:30 > To: Wu, WenxuanX > Cc: Yang, Qiming ; Zhang, Qi Z > ; dev@dpdk.org; david.march...@redhat.com; > Harman Kalra > Subject: Re: [DPDK] /lib/eal: fix

Re: [DPDK] /lib/eal: fix failed to stop device monitor error

2022-02-13 Thread Thomas Monjalon
+Cc Harman, maintainer of interrupt subsystem. 11/02/2022 09:41, wenxuanx...@intel.com: > From: Wenxuan Wu > > The ret value in rte_dev_event_monitor_stop stands for whether the > monitor has been successfully closed ,and should not bind with > rte_intr_callback_unregister,so once it goes to the

[DPDK] /lib/eal: fix failed to stop device monitor error

2022-02-11 Thread wenxuanx . wu
From: Wenxuan Wu The ret value in rte_dev_event_monitor_stop stands for whether the monitor has been successfully closed ,and should not bind with rte_intr_callback_unregister,so once it goes to the right exit point of rte_dev_event_monitor, the ret value should be set to 0. Also ,the refmonitor