Displaying 2 results from an estimated 2 matches for "is_datapath".
2023 Mar 06
0
[PATCH v4 12/15] vdpa: block migration if device has unsupported features
...gt;>> +++ b/net/vhost-vdpa.c
> > >>>> @@ -795,7 +795,8 @@ static NetClientState *net_vhost_vdpa_init(NetClientState *peer,
> > >>>> int nvqs,
> > >>>> bool is_datapath,
> > >>>> bool svq,
> > >>>> - struct vhost_vdpa_iova_range iova_range)
> > >>>> + struct vhost_vdpa_iova_range iova_range,
>...
2023 Mar 06
0
[PATCH v4 01/15] vdpa net: move iova tree creation from init to start
...net_cvq_add(VhostVDPAState *s, size_t out_len,
> > >>> @@ -667,8 +730,7 @@ static NetClientState *net_vhost_vdpa_init(NetClientState *peer,
> > >>> int nvqs,
> > >>> bool is_datapath,
> > >>> bool svq,
> > >>> - struct vhost_vdpa_iova_range iova_range,
> > >>> - VhostIOVATree *iova_tree)
> > >>> +...