summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLongfang Liu <liulongfang@huawei.com>2023-10-13 06:49:57 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2023-10-20 08:39:26 +0300
commit5acab6eb592387191c1bb745ba9b815e1e076db5 (patch)
treefd11af0e5f54b2106d77971f6c8bee865afd1184 /include
parentca06ef976ea1cdae363dda508cc9c6502fd0dcd7 (diff)
downloadlinux-5acab6eb592387191c1bb745ba9b815e1e076db5.tar.xz
crypto: hisilicon/qm - fix EQ/AEQ interrupt issue
During hisilicon accelerator live migration operation. In order to prevent the problem of EQ/AEQ interrupt loss. Migration driver will trigger an EQ/AEQ doorbell at the end of the migration. This operation may cause double interruption of EQ/AEQ events. To ensure that the EQ/AEQ interrupt processing function is normal. The interrupt handling functionality of EQ/AEQ needs to be updated. Used to handle repeated interrupts event. Fixes: b0eed085903e ("hisi_acc_vfio_pci: Add support for VFIO live migration") Signed-off-by: Longfang Liu <liulongfang@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include')
-rw-r--r--include/linux/hisi_acc_qm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hisi_acc_qm.h b/include/linux/hisi_acc_qm.h
index 44e0c44a2e20..ddc7ebb70523 100644
--- a/include/linux/hisi_acc_qm.h
+++ b/include/linux/hisi_acc_qm.h
@@ -276,6 +276,7 @@ struct hisi_qm_poll_data {
struct hisi_qm *qm;
struct work_struct work;
u16 *qp_finish_id;
+ u16 eqe_num;
};
/**