i40e: fix interrupt disabling when stopping
When stop device, should disable interrupt of FDIR but not enable it. This patch corrected it. Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
This commit is contained in:
parent
4b90a3ff26
commit
14c400c2ea
@ -1530,8 +1530,8 @@ i40e_dev_stop(struct rte_eth_dev *dev)
|
||||
}
|
||||
|
||||
if (pf->fdir.fdir_vsi) {
|
||||
i40e_vsi_queues_bind_intr(pf->fdir.fdir_vsi);
|
||||
i40e_vsi_enable_queues_intr(pf->fdir.fdir_vsi);
|
||||
i40e_vsi_queues_unbind_intr(pf->fdir.fdir_vsi);
|
||||
i40e_vsi_disable_queues_intr(pf->fdir.fdir_vsi);
|
||||
}
|
||||
/* Clear all queues and release memory */
|
||||
i40e_dev_clear_queues(dev);
|
||||
|
Loading…
Reference in New Issue
Block a user