search for: iova_tree

Displaying 2 results from an estimated 2 matches for "iova_tree".

Did you mean: io_tree
2023 Mar 06
0
[PATCH v4 01/15] vdpa net: move iova tree creation from init to start
...edhat.com> wrote: > > > > > > ? 2023/3/1 15:01, Eugenio Perez Martin ??: > > > On Mon, Feb 27, 2023 at 8:04 AM Jason Wang <jasowang at redhat.com> wrote: > > >> > > >> ? 2023/2/24 23:54, Eugenio P?rez ??: > > >>> Only create iova_tree if and when it is needed. > > >>> > > >>> The cleanup keeps being responsible of last VQ but this change allows it > > >>> to merge both cleanup functions. > > >>> > > >>> Signed-off-by: Eugenio P?rez <eperezma at redhat....
2023 Feb 22
0
[PATCH v2 07/13] vdpa: add vdpa net migration state notifier
...} > +} > + > static void vhost_vdpa_net_data_start_first(VhostVDPAState *s) > { > struct vhost_vdpa *v = &s->vhost_vdpa; > > + add_migration_state_change_notifier(&s->migration_state); > if (v->shadow_vqs_enabled) { > v->iova_tree = vhost_iova_tree_new(v->iova_range.first, > v->iova_range.last); > @@ -278,6 +349,10 @@ static void vhost_vdpa_net_client_stop(NetClientState *nc) > > assert(nc->info->type == NET_CLIENT_DRIVER_VHOST_VDPA); > >...