Re: [dpdk-dev] [PATCH] eal: fix device hotplug

2021-11-04 Thread David Marchand
On Thu, Nov 4, 2021 at 3:11 PM Maxime Coquelin wrote: > On 11/2/21 08:52, David Marchand wrote: > > The device event interrupt handler was always freed. > > > > Bugzilla ID: 845 > > Fixes: c2bd9367e18f ("lib: remove direct access to interrupt handle") > > > > Signed-off-by: David Marchand Tested-

Re: [dpdk-dev] [PATCH] eal: fix device hotplug

2021-11-04 Thread David Marchand
On Tue, Nov 2, 2021 at 10:35 AM Jiang, YuX wrote: > > -Original Message- > > From: David Marchand > > Sent: Tuesday, November 2, 2021 3:53 PM > > To: dev@dpdk.org > > Cc: Jiang, YuX ; Harman Kalra > > Subject: [PATCH] eal: fix device hotplug > > > > The device event interrupt handler was

Re: [dpdk-dev] [PATCH] eal: fix device hotplug

2021-11-04 Thread Maxime Coquelin
On 11/2/21 08:52, David Marchand wrote: The device event interrupt handler was always freed. Bugzilla ID: 845 Fixes: c2bd9367e18f ("lib: remove direct access to interrupt handle") Signed-off-by: David Marchand --- lib/eal/linux/eal_dev.c | 12 +--- 1 file changed, 9 insertions(+)

Re: [dpdk-dev] [PATCH] eal: fix device hotplug

2021-11-02 Thread Jiang, YuX
> -Original Message- > From: David Marchand > Sent: Tuesday, November 2, 2021 3:53 PM > To: dev@dpdk.org > Cc: Jiang, YuX ; Harman Kalra > Subject: [PATCH] eal: fix device hotplug > > The device event interrupt handler was always freed. > > Bugzilla ID: 845 > Fixes: c2bd9367e18f ("lib:

[dpdk-dev] [PATCH] eal: fix device hotplug

2021-11-02 Thread David Marchand
The device event interrupt handler was always freed. Bugzilla ID: 845 Fixes: c2bd9367e18f ("lib: remove direct access to interrupt handle") Signed-off-by: David Marchand --- lib/eal/linux/eal_dev.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/lib/eal/linux/ea