On Tue, Jan 30, 2024 at 7:42 PM Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx> wrote: > > Just like find_vqs(), it is time to refactor the > vring_new_virtqueue(). We pass the similar struct to > vring_new_virtqueue. > Well, the vring_create_virtqueue() is converted with a structure. We need to be consistent. And it seems better to use a separate patch for vring_create_virtqueue() as well. Thanks