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

2024-05-20 Thread Stefano Garzarella
Hi Dorjoy, On Sat, May 18, 2024 at 04:17:38PM GMT, Dorjoy Chowdhury wrote: Hi, Hope you are doing well. I am working on adding AWS Nitro Enclave[1] emulation support in QEMU. Alexander Graf is mentoring me on this work. A v1 patch series has already been posted to the qemu-devel mailing list[2]

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

2024-05-20 Thread Dorjoy Chowdhury
Hey Stefano, Thanks for the reply. On Mon, May 20, 2024, 2:55 PM Stefano Garzarella wrote: > > Hi Dorjoy, > > On Sat, May 18, 2024 at 04:17:38PM GMT, Dorjoy Chowdhury wrote: > >Hi, > > > >Hope you are doing well. I am working on adding AWS Nitro Enclave[1] > >emulation support in QEMU. Alexande

Re: [patch net-next] virtio_net: add support for Byte Queue Limits

2024-05-20 Thread Jiri Pirko
Fri, May 10, 2024 at 09:11:16AM CEST, hen...@linux.alibaba.com wrote: >On Thu, 9 May 2024 13:46:15 +0200, Jiri Pirko wrote: >> From: Jiri Pirko >> >> Add support for Byte Queue Limits (BQL). > >Historically both Jason and Michael have attempted to support BQL >for virtio-net, for example: > >ht

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

2024-05-20 Thread Alexander Graf
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, 2024 at 04:17:38PM GMT, Dorjoy Chowdhury wrote: Hi, Hope you are doing well. I am working on adding AWS Nitro Enclave[1]

Re: [PATCH net-next] virtio-net: synchronize operstate with admin state on up/down

2024-05-20 Thread Xuan Zhuo
On Mon, 20 May 2024 09:03:02 +0800, Jason Wang wrote: > This patch synchronize operstate with admin state per RFC2863. > > This is done by trying to toggle the carrier upon open/close and > synchronize with the config change work. This allows propagate status > correctly to stacked devices like: >