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

2016-09-13 Thread Ferruh Yigit
On 8/16/2016 4:57 PM, 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 Headline too long:

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

2016-08-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