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