[dpdk-dev] [PATCH 1/3] net/enic: cleanup interrupt setup when stopping port

Bruce Richardson bruce.richardson at intel.com
Tue Sep 27 16:24:57 CEST 2016


On Mon, Sep 19, 2016 at 11:50:09AM -0700, Nelson Escobar wrote:
> enic_disable() wasn't calling rte_intr_disable() or
> rte_intr_callback_unregister().  If stopping/starting a port, the
> latter omission would result in the same interrupt callback being
> registered multiple times, which would then cause it to be called
> multiple times on every interrupt.
> 
> Fixes: fefed3d1e62c ("enic: new driver")
> 
> Signed-off-by: Nelson Escobar <neescoba at cisco.com>
> Reviewed-by: John Daley <johndale at cisco.com>
> ---

Patchset applied to dpdk-next-net/rel_16_11

/Bruce


More information about the dev mailing list