> -----Original Message----- > From: David Marchand <david.march...@redhat.com> > Sent: Tuesday, February 7, 2023 6:46 PM > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; step...@networkplumber.org; Xia, Chenbo > <chenbo....@intel.com>; Hu, Jiayu <jiayu...@intel.com>; Wang, YuanX > <yuanx.w...@intel.com>; Ding, Xuan <xuan.d...@intel.com>; > m...@smartsharesystems.com > Subject: [PATCH v6 7/9] vhost: annotate IOTLB lock > > The starting point for this is __vhost_iova_to_vva() which requires the > lock to be taken. Annotate all the code leading to a call to it. > > vdpa and vhost_crypto code are annotated but they end up not taking > a IOTLB lock and have been marked with a FIXME at the top level. > > Signed-off-by: David Marchand <david.march...@redhat.com> > Acked-by: Morten Brørup <m...@smartsharesystems.com> > Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> > --- > 2.39.1
Reviewed-by: Chenbo Xia <chenbo....@intel.com>