Displaying 2 results from an estimated 2 matches for "cvq_cmd_out_buff".
Did you mean:
cvq_cmd_out_buffer
2023 Mar 06
0
[PATCH v4 01/15] vdpa net: move iova tree creation from init to start
...t_vdpa_cleanup(NetClientState *nc)
> > >>> {
> > >>> VhostVDPAState *s = DO_UPCAST(VhostVDPAState, nc, nc);
> > >>> - struct vhost_dev *dev = &s->vhost_net->dev;
> > >>>
> > >>> qemu_vfree(s->cvq_cmd_out_buffer);
> > >>> qemu_vfree(s->status);
> > >>> - if (dev->vq_index + dev->nvqs == dev->vq_index_end) {
> > >>> - g_clear_pointer(&s->vhost_vdpa.iova_tree, vhost_iova_tree_delete);
> > >>> - }
> > &g...
2023 Mar 06
0
[PATCH v4 12/15] vdpa: block migration if device has unsupported features
...ks
> >
> >
> > >
> > > Thanks!
> > >
> > >> Thanks
> > >>
> > >>> Thanks
> > >>>
> > >>>
> > >>>> + } else if (!is_datapath) {
> > >>>> s->cvq_cmd_out_buffer = qemu_memalign(qemu_real_host_page_size(),
> > >>>> vhost_vdpa_net_cvq_cmd_page_len());
> > >>>> memset(s->cvq_cmd_out_buffer, 0, vhost_vdpa_net_cvq_cmd_page_len());
> > >>>> @@ -95...