Re: [EXTERNAL] Re: [PATCH v2 1/3] net/virtio_user: avoid cq descriptor buffer address accessing

2024-07-02 Thread Maxime Coquelin
On 7/2/24 13:09, Srujana Challa wrote: On 2/29/24 14:29, Srujana Challa wrote: This patch makes changes to avoid descriptor buffer address accessing while processing shadow control queue. So that Virtio-user can work with having IOVA as descriptor buffer address. Signed-off-by: Srujana Chall

RE: [EXTERNAL] Re: [PATCH v2 1/3] net/virtio_user: avoid cq descriptor buffer address accessing

2024-07-02 Thread Srujana Challa
> On 2/29/24 14:29, Srujana Challa wrote: > > This patch makes changes to avoid descriptor buffer address accessing > > while processing shadow control queue. > > So that Virtio-user can work with having IOVA as descriptor buffer > > address. > > > > Signed-off-by: Srujana Challa > > --- > > ...

Re: [PATCH v2 1/3] net/virtio_user: avoid cq descriptor buffer address accessing

2024-06-28 Thread Maxime Coquelin
On 2/29/24 14:29, Srujana Challa wrote: This patch makes changes to avoid descriptor buffer address accessing while processing shadow control queue. So that Virtio-user can work with having IOVA as descriptor buffer address. Signed-off-by: Srujana Challa --- .../net/virtio/virtio_user/virt

[PATCH v2 1/3] net/virtio_user: avoid cq descriptor buffer address accessing

2024-02-29 Thread Srujana Challa
This patch makes changes to avoid descriptor buffer address accessing while processing shadow control queue. So that Virtio-user can work with having IOVA as descriptor buffer address. Signed-off-by: Srujana Challa --- .../net/virtio/virtio_user/virtio_user_dev.c | 68 +-- 1 fil