igb: enable Rx queue interrupts for PF
authorCunming Liang <cunming.liang@intel.com>
Mon, 20 Jul 2015 03:02:28 +0000 (11:02 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 27 Jul 2015 21:13:57 +0000 (23:13 +0200)
commitc3cd3de0ab50ad25609db936027ca84c6e4d1112
tree17b843116a538c449713be73e92774c790d8c258
parent0eb609239efdb52a1cea5abca5e3316052071d81
igb: enable Rx queue interrupts for PF

The patch does below for igb PF:
- Setup NIC to generate MSI-X interrupts
- Set the IVAR register to map interrupt causes to vectors
- Implement interrupt enable/disable functions

Signed-off-by: Danny Zhou <danny.zhou@intel.com>
Signed-off-by: Cunming Liang <cunming.liang@intel.com>
drivers/net/e1000/igb_ethdev.c