Re: [PATCH v13 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol

2022-07-27 Thread Jason Wang
On Wed, Jul 27, 2022 at 3:36 PM Xuan Zhuo wrote: > > On Wed, 27 Jul 2022 10:58:05 +0800, Jason Wang wrote: > > > > 在 2022/7/26 15:21, Xuan Zhuo 写道: > > > There is currently only one place to reference __vring_new_virtqueue() > > > directly from the outside of virtio core. And here vring_new_virtq

Re: [PATCH v13 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol

2022-07-27 Thread Xuan Zhuo
On Wed, 27 Jul 2022 10:58:05 +0800, Jason Wang wrote: > > 在 2022/7/26 15:21, Xuan Zhuo 写道: > > There is currently only one place to reference __vring_new_virtqueue() > > directly from the outside of virtio core. And here vring_new_virtqueue() > > can be used instead. > > > > Subsequent patches wil

Re: [PATCH v13 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol

2022-07-26 Thread Jason Wang
在 2022/7/26 15:21, Xuan Zhuo 写道: There is currently only one place to reference __vring_new_virtqueue() directly from the outside of virtio core. And here vring_new_virtqueue() can be used instead. Subsequent patches will modify __vring_new_virtqueue, so stop it as an export symbol for now. Si

[PATCH v13 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol

2022-07-26 Thread Xuan Zhuo
There is currently only one place to reference __vring_new_virtqueue() directly from the outside of virtio core. And here vring_new_virtqueue() can be used instead. Subsequent patches will modify __vring_new_virtqueue, so stop it as an export symbol for now. Signed-off-by: Xuan Zhuo --- drivers