[dpdk-dev] [PATCH v2] nfp: unregister interrupt callback when closing

2016-09-21 Thread Bruce Richardson
On Fri, Sep 16, 2016 at 12:11:14PM +0100, Alejandro Lucero wrote: > With an app using hotplug feature, when a device is unplugged without > unregistering makes the interrupt handling unstable. > > Fixes: 6c53f87b3497 ("nfp: add link status interrupt") > > Signed-off-by: Alejandro Lucero Applied

[dpdk-dev] [PATCH v2] nfp: unregister interrupt callback when closing

2016-09-16 Thread Alejandro Lucero
With an app using hotplug feature, when a device is unplugged without unregistering makes the interrupt handling unstable. Fixes: 6c53f87b3497 ("nfp: add link status interrupt") Signed-off-by: Alejandro Lucero --- drivers/net/nfp/nfp_net.c | 5 + 1 file changed, 5 insertions(+) diff --git