[EXTERNAL] Re: [v6 1/5] vhost: skip crypto op fetch before vring init
Gowrishankar Muthukrishnan
gmuthukrishn at marvell.com
Thu Feb 27 19:07:21 CET 2025
> >
> > Ha, and also you should be able to remove:
> > __rte_no_thread_safety_analysis /* FIXME: requires iotlb_lock? */ in
> > vhost_crypto_process_one_req() once implemented.
> >
>
Removing it would break compilation for thread safety flag.
http://mails.dpdk.org/archives/test-report/2025-February/857515.html
It is due to local vc_req that is passed to func that requires iotlb lock
In vc_req->vq. Even though vc_req->vq is locked vq, GCC does not allow it, as I understand.
vc_req = &data_req;
vc_req->desc_idx = desc_idx;
vc_req->dev = vcrypto->dev;
vc_req->vq = vq;
Thanks,
Gowrishankar
More information about the stable
mailing list