i40e: fix interrupt disabling when stopping
authorJingjing Wu <jingjing.wu@intel.com>
Wed, 4 Nov 2015 15:01:25 +0000 (23:01 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 4 Nov 2015 15:28:26 +0000 (16:28 +0100)
commit14c400c2ea92c5b937ecf72a53cb0496c675112c
treeb9c29de21b5a781398c179bc5bc5ba882251a996
parent4b90a3ff26c5a2def84e06cd67c3792e5d313c75
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>
drivers/net/i40e/i40e_ethdev.c