[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC v3 3/3] vhost: Allocate memory for packed vring
From: |
Sahil |
Subject: |
Re: [RFC v3 3/3] vhost: Allocate memory for packed vring |
Date: |
Sun, 11 Aug 2024 21:07:08 +0530 |
Hi,
Thank you for your reply.
On Wednesday, August 7, 2024 10:11:52 PM GMT+5:30 you wrote:
> On Fri, Aug 2, 2024 at 1:22 PM Sahil Siddiq <icegambit91@gmail.com> wrote:
> [...]
> > I'll also test these changes out by following the
> > suggestions given in response to v1. I'll have more
> > confidence once I know these changes work.
>
> Please let me know if you need help with the testing!
>
Sure, I'll let you know if I run into any issues.
On Wednesday, August 7, 2024 10:10:51 PM GMT+5:30 you wrote:
> On Fri, Aug 2, 2024 at 1:22 PM Sahil Siddiq <icegambit91@gmail.com> wrote:
> [...]
> As a suggestion, we can split it into:
> 1) Refactor in vhost_svq_translate_addr to support out_num+in_num. No
> functional change.
> 2) Refactor vhost_svq_add_split to extract common code into
> vhost_svq_add. No functional change.
> 3) Adding packed code.
>
> How to split or merge the patches is not a well-defined thing, so I'm
> happy with this patch if you think the reactor is not worth it.
I think your suggestion will make the changeset neater. If feasible,
I'll refactor it after testing my changes and clearing up the page
mapping issue.
Thanks,
Sahil
- [RFC v3 0/3] Add packed virtqueue to shadow virtqueue, Sahil Siddiq, 2024/08/02
- [RFC v3 1/3] vhost: Introduce packed vq and add buffer elements, Sahil Siddiq, 2024/08/02
- [RFC v3 2/3] vhost: Data structure changes to support packed vqs, Sahil Siddiq, 2024/08/02
- [RFC v3 3/3] vhost: Allocate memory for packed vring, Sahil Siddiq, 2024/08/02
- Re: [RFC v3 3/3] vhost: Allocate memory for packed vring, Eugenio Perez Martin, 2024/08/07
- Re: [RFC v3 3/3] vhost: Allocate memory for packed vring, Sahil, 2024/08/12
- Re: [RFC v3 3/3] vhost: Allocate memory for packed vring, Eugenio Perez Martin, 2024/08/13
- Re: [RFC v3 3/3] vhost: Allocate memory for packed vring, Sahil, 2024/08/21
- Re: [RFC v3 3/3] vhost: Allocate memory for packed vring, Eugenio Perez Martin, 2024/08/27
- Re: [RFC v3 3/3] vhost: Allocate memory for packed vring, Sahil, 2024/08/30
- Re: [RFC v3 3/3] vhost: Allocate memory for packed vring, Eugenio Perez Martin, 2024/08/30
Re: [RFC v3 0/3] Add packed virtqueue to shadow virtqueue, Eugenio Perez Martin, 2024/08/07