i40e: fix PF interrupt handler
authorHelin Zhang <helin.zhang@intel.com>
Tue, 4 Nov 2014 08:08:14 +0000 (16:08 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 4 Nov 2014 10:20:11 +0000 (11:20 +0100)
commit03e801bc790ab2478ad36ea44ce706c9d1a012ae
tree9a94a1b698b1ad8f9f2f7ac39e6ba6a3385c8f0f
parent6e718ae062d0fa3af3ec4d5f6ed9b88352d7969c
i40e: fix PF interrupt handler

'PFINT_ICR0_ENA' shouldn't be cleared in user space ISR,
otherwise adminq interrupts might be missed during
co-working with VF initialization.

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Jing Chen <jing.d.chen@intel.com>
lib/librte_pmd_i40e/i40e_ethdev.c