Re: How to implement message forwarding from one CID to another in vhost driver

2024-05-27 Thread Alexander Graf
Hey Stefano, On 23.05.24 10:45, Stefano Garzarella wrote: On Tue, May 21, 2024 at 08:50:22AM GMT, Alexander Graf wrote: Howdy, On 20.05.24 14:44, Dorjoy Chowdhury wrote: Hey Stefano, Thanks for the reply. On Mon, May 20, 2024, 2:55 PM Stefano Garzarella wrote: Hi Dorjoy, On Sat, May 18

Re: How to implement message forwarding from one CID to another in vhost driver

2024-05-27 Thread Alexander Graf
On 27.05.24 09:08, Alexander Graf wrote: Hey Stefano, On 23.05.24 10:45, Stefano Garzarella wrote: On Tue, May 21, 2024 at 08:50:22AM GMT, Alexander Graf wrote: Howdy, On 20.05.24 14:44, Dorjoy Chowdhury wrote: Hey Stefano, Thanks for the reply. On Mon, May 20, 2024, 2:55 PM Stefano Garz

Re: [PATCH net v2 2/2] Revert "virtio_net: Add a lock for per queue RX coalesce"

2024-05-27 Thread Paolo Abeni
On Thu, 2024-05-23 at 15:46 +0800, Heng Qi wrote: > This reverts commit 4d4ac2ececd3c42a08dd32a6e3a4aaf25f7efe44. > > When the following snippet is run, lockdep will report a deadlock[1]. > > /* Acquire all queues dim_locks */ > for (i = 0; i < vi->max_queue_pairs; i++) > mutex_lock

Re: [PATCH net-next 0/7] virtnet_net: prepare for af-xdp

2024-05-27 Thread Xuan Zhuo
On Mon, 27 May 2024 11:38:49 +0800, Jason Wang wrote: > On Thu, May 23, 2024 at 10:27 AM Xuan Zhuo wrote: > > > > Any comments for this. > > > > Thanks. > > Will have a look. > > Btw, does Michael happy with moving files into a dedicated directory? Based on our previous discussions, I believe t

Re: [PATCH net v2 2/2] Revert "virtio_net: Add a lock for per queue RX coalesce"

2024-05-27 Thread Heng Qi
On Mon, 27 May 2024 12:42:43 +0200, Paolo Abeni wrote: > On Thu, 2024-05-23 at 15:46 +0800, Heng Qi wrote: > > This reverts commit 4d4ac2ececd3c42a08dd32a6e3a4aaf25f7efe44. > > > > When the following snippet is run, lockdep will report a deadlock[1]. > > > > /* Acquire all queues dim_locks */