> -----Original Message----- > From: Pei, Andy <andy....@intel.com> > Sent: Monday, May 23, 2022 5:35 PM > To: dev@dpdk.org > Cc: Xia, Chenbo <chenbo....@intel.com>; maxime.coque...@redhat.com; Cao, > Gang <gang....@intel.com>; Liu, Changpeng <changpeng....@intel.com>; Xu, > Rosen <rosen...@intel.com>; Xiao, QimaiX <qimaix.x...@intel.com> > Subject: [PATCH v9 12/13] 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....@intel.com> > --- > drivers/vdpa/ifc/ifcvf_vdpa.c | 121 > +++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 120 insertions(+), 1 deletion(-)
Reviewed-by: Chenbo Xia <chenbo....@intel.com>