From 351b3a0c3ee735c5f759ce3fef7951d0a2e5b34a Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Wed, 25 Jul 2018 00:32:44 +0200 Subject: avf: fix interrupt mode - assign rx thread on interface create, not on admin up - keep interrupts unmasked all the time as they are needed for writeback - forward interrupt to graph dispatcher only if queue is in the interrupt mode Change-Id: I5cc5afe24960143bef08f12d59fbd80ae0c6ccf8 Signed-off-by: Damjan Marion --- src/plugins/avf/avf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/avf/avf.h') diff --git a/src/plugins/avf/avf.h b/src/plugins/avf/avf.h index 14d78195f76..d8c64737c32 100644 --- a/src/plugins/avf/avf.h +++ b/src/plugins/avf/avf.h @@ -85,6 +85,7 @@ typedef struct avf_rx_desc_t *descs; u32 *bufs; u16 n_enqueued; + u8 int_mode; } avf_rxq_t; typedef struct -- cgit 1.2.3-korg