numam-dpdk/drivers
Hyong Youb Kim 8bac78f826 net/enic: re-enable link status change interrupt
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: fefed3d1e6 ("enic: new driver")
Cc: stable@dpdk.org

Signed-off-by: Hyong Youb Kim <hyonkim@cisco.com>
Reviewed-by: John Daley <johndale@cisco.com>
2019-11-08 23:15:05 +01:00
..
baseband baseband/fpga_lte_fec: fix polling of MMIO register 2019-10-23 16:57:06 +02:00
bus raw/dpaa2_qdma: support route by port in DMA 2019-11-08 16:40:29 +01:00
common net/octeontx2: support SDP interface 2019-11-08 23:15:05 +01:00
compress compress/octeontx: remove commented out code 2019-11-08 16:40:28 +01:00
crypto crypto/openssl: use local copy for session contexts 2019-11-08 13:51:16 +01:00
event event/dpaa2: support ordered queue 2019-11-08 16:40:29 +01:00
mempool mempool: prevent objects from being across pages 2019-11-06 11:34:19 +01:00
net net/enic: re-enable link status change interrupt 2019-11-08 23:15:05 +01:00
raw raw/dpaa2_qdma: support route by port in DMA 2019-11-08 16:40:29 +01:00
Makefile
meson.build drivers: process shared link dependencies as for libs 2019-11-09 21:17:44 +01:00