]> git.droids-corp.org - dpdk.git/commit
vdpa/ifc: add interrupt handling for config space
authorAndy Pei <andy.pei@intel.com>
Tue, 24 May 2022 02:48:16 +0000 (10:48 +0800)
committerMaxime Coquelin <maxime.coquelin@redhat.com>
Wed, 1 Jun 2022 09:50:10 +0000 (11:50 +0200)
commit65575dadc7960f80347bd1a016f78f5a31b2987c
tree01696f7a72201e887d5843ccf86f9654c4e299a8
parentdc4406a5ff37f080759441605833fe9fb9191972
vdpa/ifc: add interrupt handling for config space

Create a thread to poll and relay config space change interrupt.
Use VHOST_USER_SLAVE_CONFIG_CHANGE_MSG to inform QEMU.

Signed-off-by: Andy Pei <andy.pei@intel.com>
Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
drivers/vdpa/ifc/ifcvf_vdpa.c