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
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: fefed3
2 matches
Mail list logo