numam-dpdk/drivers/net/sfc
Nithin Dabilpuram 6bee9d5f45 drivers/net: use ack in interrupt handlers
Replace rte_intr_enable() with rte_intr_ack() API
for acking an interrupt in interrupt handlers and
rx_queue_intr_enable() callbacks of PMD's.

This is inline with original intent of this change in PMDs
to ack interrupts after handling is completed if
device is backed by UIO, IGB_UIO or VFIO(with INTx).

Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Shahed Shaikh <shshaikh@marvell.com>
Tested-by: Shahed Shaikh <shshaikh@marvell.com>
Signed-off-by: David Marchand <david.marchand@redhat.com>
2019-07-23 12:00:23 +02:00
..
base net/sfc/base: add APIs for PTP privilege configuration 2019-06-20 23:42:04 +02:00
efsys.h net/sfc/base: support proxy auth operations for SR-IOV 2019-06-20 23:42:04 +02:00
Makefile net/sfc/base: support proxy auth operations for SR-IOV 2019-06-20 23:42:04 +02:00
meson.build drivers: add reasons for components being disabled 2019-07-02 23:21:11 +02:00
rte_pmd_sfc_version.map net/sfc: rename version map file 2018-02-05 13:14:36 +01:00
sfc_debug.h net/sfc: start to factor out multi-process shared data 2019-02-07 16:06:30 +01:00
sfc_dp_rx.h net/sfc: support Rx interrupts for efx datapath 2019-06-14 00:01:00 +09:00
sfc_dp_tx.h net/sfc: advertise offload capabilities by Tx datapaths 2019-06-13 23:54:29 +09:00
sfc_dp.c net/sfc: support driver-wide dynamic logging 2018-03-30 14:08:44 +02:00
sfc_dp.h net/sfc: support equal stride super-buffer Rx mode 2018-04-27 18:00:58 +01:00
sfc_ef10_essb_rx.c net/sfc: advertise offload capabilities by Rx datapaths 2019-06-13 23:54:29 +09:00
sfc_ef10_rx_ev.h net/sfc: handle unknown L3 packet class in EF10 event parser 2018-07-23 23:55:26 +02:00
sfc_ef10_rx.c net/sfc: support Rx interrupts for ef10 datapath 2019-06-14 00:01:06 +09:00
sfc_ef10_tx.c net/sfc: advertise offload capabilities by Tx datapaths 2019-06-13 23:54:29 +09:00
sfc_ef10.h net/sfc: support Rx interrupts for ef10 datapath 2019-06-14 00:01:06 +09:00
sfc_ethdev.c net/sfc: release port upon close 2019-07-05 01:52:01 +02:00
sfc_ev.c net/sfc: support Rx interrupts for efx datapath 2019-06-14 00:01:00 +09:00
sfc_ev.h net/sfc: support Rx interrupts for efx datapath 2019-06-14 00:01:00 +09:00
sfc_filter.c net/sfc: fix filter exceptions logic 2018-07-23 23:55:26 +02:00
sfc_filter.h net/sfc: fix filter exceptions logic 2018-07-23 23:55:26 +02:00
sfc_flow.c net: add rte prefix to ether defines 2019-05-24 13:34:45 +02:00
sfc_flow.h net/sfc: remove conditional compilation for RSS 2018-04-27 18:00:55 +01:00
sfc_intr.c drivers/net: use ack in interrupt handlers 2019-07-23 12:00:23 +02:00
sfc_kvargs.c net/sfc: add Rx descriptor wait timeout 2018-04-27 18:00:59 +01:00
sfc_kvargs.h net/sfc: add Rx descriptor wait timeout 2018-04-27 18:00:59 +01:00
sfc_log.h net/sfc: make main logging macro reusable in secondary 2019-02-07 16:06:30 +01:00
sfc_mcdi.c net/sfc: start to factor out multi-process shared data 2019-02-07 16:06:30 +01:00
sfc_port.c net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
sfc_rx.c net/sfc: support Rx interrupts for efx datapath 2019-06-14 00:01:00 +09:00
sfc_rx.h net/sfc: support Rx interrupts for efx datapath 2019-06-14 00:01:00 +09:00
sfc_tso.c net: add rte prefix to TCP structure 2019-05-24 13:34:46 +02:00
sfc_tso.h net: add rte prefix to IP structure 2019-05-24 13:34:46 +02:00
sfc_tweak.h net/sfc: add Rx descriptor wait timeout 2018-04-27 18:00:59 +01:00
sfc_tx.c net/sfc: advertise offload capabilities by Tx datapaths 2019-06-13 23:54:29 +09:00
sfc_tx.h net/sfc: remove TxQ control from shared TxQ info 2019-02-07 16:06:30 +01:00
sfc.c net/sfc: support Rx interrupts for efx datapath 2019-06-14 00:01:00 +09:00
sfc.h net/sfc: support Rx interrupts for efx datapath 2019-06-14 00:01:00 +09:00