Re: [PATCH 28/40] vdpa: support iotlb_batch_asid

2024-01-14 Thread Jason Wang
On Fri, Dec 8, 2023 at 2:51 AM Si-Wei Liu wrote: > > Then it's possible to specify ASID when calling the DMA > batching API. If the ASID to work on doesn't align with > the ASID for ongoing transaction, the API will fail the > request and return negative, and the transaction will > remain intact

Re: [PATCH 28/40] vdpa: support iotlb_batch_asid

2023-12-13 Thread Eugenio Perez Martin
On Thu, Dec 7, 2023 at 7:51 PM Si-Wei Liu wrote: > > Then it's possible to specify ASID when calling the DMA > batching API. If the ASID to work on doesn't align with > the ASID for ongoing transaction, the API will fail the > request and return negative, and the transaction will > remain intact

[PATCH 28/40] vdpa: support iotlb_batch_asid

2023-12-07 Thread Si-Wei Liu
Then it's possible to specify ASID when calling the DMA batching API. If the ASID to work on doesn't align with the ASID for ongoing transaction, the API will fail the request and return negative, and the transaction will remain intact as if no failed request ever had occured. Signed-off-by: