Re: [PATCH V3 net-next 1/2] virtio-net: convert rx mode setting to use workqueue

2023-06-28 Thread Jason Wang
On Wed, Jun 28, 2023 at 9:34 PM Michael S. Tsirkin wrote: > > On Wed, May 31, 2023 at 09:07:25AM +0800, Jason Wang wrote: > > On Mon, May 29, 2023 at 9:21 AM Jason Wang wrote: > > > > > > On Sun, May 28, 2023 at 7:39 PM Michael S. Tsirkin > > > wrote: > > > > > > > > On Fri, May 26, 2023 at 09:

Re: [PATCH V3 net-next 1/2] virtio-net: convert rx mode setting to use workqueue

2023-06-28 Thread Michael S. Tsirkin
On Wed, May 31, 2023 at 09:07:25AM +0800, Jason Wang wrote: > On Mon, May 29, 2023 at 9:21 AM Jason Wang wrote: > > > > On Sun, May 28, 2023 at 7:39 PM Michael S. Tsirkin wrote: > > > > > > On Fri, May 26, 2023 at 09:31:34AM +0800, Jason Wang wrote: > > > > On Thu, May 25, 2023 at 3:41 PM Michael

Re: [RFC PATCHES 00/17] IOMMUFD: Deliver IO page faults to user space

2023-06-28 Thread Jason Gunthorpe
On Wed, Jun 28, 2023 at 10:00:56AM +0800, Baolu Lu wrote: > > If the driver created a SVA domain then the op should point to some > > generic 'handle sva fault' function. There shouldn't be weird SVA > > stuff in the core code. > > > > The weird SVA stuff is really just a generic per-device workqu

Re: [RFC 4/4] vduse: update the vq_info in ioctl

2023-06-28 Thread Jason Wang
On Wed, Jun 28, 2023 at 3:00 PM Cindy Lu wrote: > > From: Your Name > > in VDUSE_VQ_GET_INFO, driver will sync the last_avail_idx > with reconnect info, I have olny test the split mode, so Typo, should be "only". > only use this here, will add more information later > > Signed-off-by: Cindy Lu

Re: [RFC 3/4] vduse: Add the function for get/free the mapp pages

2023-06-28 Thread Jason Wang
On Wed, Jun 28, 2023 at 2:59 PM Cindy Lu wrote: > > From: Your Name > > Add the function for get/free pages, ad this info > will saved in dev->reconnect_info I think this should be squashed to patch 2 otherwise it fixes a bug that is introduced in patch 2? > > Signed-off-by: Cindy Lu > --- >

Re: [RFC 2/4] vduse: Add file operation for mmap

2023-06-28 Thread Jason Wang
On Wed, Jun 28, 2023 at 2:59 PM Cindy Lu wrote: > > From: Your Name > > Add the operation for mmap, The user space APP will > use this function to map the pages to userspace Please be specific in the log. E.g why and what the main goal for this mmap. > > Signed-off-by: Cindy Lu > --- > driver

Re: [RFC 1/4] vduse: Add the struct to save the vq reconnect info

2023-06-28 Thread Jason Wang
On Wed, Jun 28, 2023 at 2:59 PM Cindy Lu wrote: > > From: Your Name It looks to me your git is not properly configured. > > this struct is to save the reconnect info struct, in this > struct saved the page info that alloc to save the > reconnect info > > Signed-off-by: Cindy Lu > --- > driver