On Thu, Mar 28, 2024 at 4:16 PM Xuan Zhuo wrote:
>
> On Thu, 28 Mar 2024 16:07:14 +0800, Jason Wang wrote:
> > On Thu, Mar 28, 2024 at 3:32 PM Xuan Zhuo
> > wrote:
> > >
> > > On Thu, 28 Mar 2024 14:56:47 +0800, Jason Wang
> > > wrote:
> > > > On Wed, Mar 27, 2024 at 7:14 PM Xuan Zhuo
> > >
On Thu, 28 Mar 2024 16:07:14 +0800, Jason Wang wrote:
> On Thu, Mar 28, 2024 at 3:32 PM Xuan Zhuo wrote:
> >
> > On Thu, 28 Mar 2024 14:56:47 +0800, Jason Wang wrote:
> > > On Wed, Mar 27, 2024 at 7:14 PM Xuan Zhuo
> > > wrote:
> > > >
> > > > In the functions vring_unmap_extra_packed and vrin
On Thu, Mar 28, 2024 at 3:32 PM Xuan Zhuo wrote:
>
> On Thu, 28 Mar 2024 14:56:47 +0800, Jason Wang wrote:
> > On Wed, Mar 27, 2024 at 7:14 PM Xuan Zhuo
> > wrote:
> > >
> > > In the functions vring_unmap_extra_packed and vring_unmap_desc_packed,
> > > multiple checks are made whether unmap is
On Thu, 28 Mar 2024 14:56:47 +0800, Jason Wang wrote:
> On Wed, Mar 27, 2024 at 7:14 PM Xuan Zhuo wrote:
> >
> > In the functions vring_unmap_extra_packed and vring_unmap_desc_packed,
> > multiple checks are made whether unmap is performed and whether it is
> > INDIRECT.
> >
> > These two functio
On Wed, Mar 27, 2024 at 7:14 PM Xuan Zhuo wrote:
>
> In the functions vring_unmap_extra_packed and vring_unmap_desc_packed,
> multiple checks are made whether unmap is performed and whether it is
> INDIRECT.
>
> These two functions are usually called in a loop, and we should put the
> check outsid
In the functions vring_unmap_extra_packed and vring_unmap_desc_packed,
multiple checks are made whether unmap is performed and whether it is
INDIRECT.
These two functions are usually called in a loop, and we should put the
check outside the loop.
And we unmap the descs with VRING_DESC_F_INDIRECT