Cunming Liang 7ab8500037 ixgbe: fix VF start with PF stopped
When ixgbe runs as a PF, mbox interrupt is prerequisite to make VF
start normally.
And PF sometimes won't 'dev_start', so the mbox interrupt register
during 'dev_init' is required.
The patch rolls back the interrupt register for mbox,lsc to the 'dev_init'.
As UIO doesn't support multiple vector, mbox has to occupy the only one.
It adds condition check on 'dev_start', rxq interrupt is not allowed
when PF running in IOV mode via UIO.

Signed-off-by: Cunming Liang <cunming.liang@intel.com>
2015-11-04 15:27:42 +01:00
..
2015-10-26 15:21:23 +01:00
2015-08-11 17:28:13 +02:00
2015-10-26 20:36:26 +01:00
2015-11-01 11:23:45 +01:00
2015-09-24 14:57:36 +02:00
2015-08-11 17:28:13 +02:00