[dpdk-dev] [PATCH] net/igb: fix LSC interrupt when using MSI-X

2018-11-07 Thread Player, Timmons
Take the 'other interrupt' into account when setting up MSI-X interrupts and use the proper mask when enabling it. Also rearm the MSI-X vector after the LSC interrupt fires. This change allows both LSC and RXQ interrupts to work at the same time. Signed-off-by: Timmons C. Player --- drivers/ne

[dpdk-dev] [PATCH v2] net/igb: fix LSC interrupt when using MSI-X

2018-11-19 Thread Player, Timmons
Take the 'other interrupt' into account when setting up MSI-X interrupts and use the proper mask when enabling it. Also, rearm the MSI-X vector after the LSC interrupt fires. This change allows both LSC and RXQ interrupts to work at the same time when using MSI-X interrupts. Signed-off-by: Timmon