On 11/7/2019 2:42 PM, Hyong Youb Kim wrote:
> When INTx is used, the interrupt handler needs to explicitly re-enable
> interrupt in order to receive another one in future. The LSC interrupt
> handler currently does not, and the link state never gets updated when
> INTx is used (e.g. uio_pci_generic). Call rte_intr_ack() at the end of
> the handler, to re-enable INTx.
>
> Fixes: fefed3d1e62c ("enic: new driver")
> Cc: [email protected]
>
> Signed-off-by: Hyong Youb Kim <[email protected]>
> Reviewed-by: John Daley <[email protected]>
Applied to dpdk-next-net/master, thanks.