Re: [PATCH net-next V6 0/4] virtio-net: synchronize op/admin state

2024-08-12 Thread Jason Wang
On Wed, Aug 7, 2024 at 9:51 PM Michael S. Tsirkin wrote: > > On Tue, Aug 06, 2024 at 10:22:20AM +0800, Jason Wang wrote: > > Hi All: > > > > This series tries to synchronize the operstate with the admin state > > which allows the lower virtio-net to propagate the link status to the > > upper devic

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

2024-08-12 Thread Marek Szyprowski
On 12.08.2024 18:47, Jiri Pirko wrote: > Mon, Aug 12, 2024 at 04:57:24PM CEST, m.szyprow...@samsung.com wrote: >> On 18.06.2024 16:44, Jiri Pirko wrote: >>> From: Jiri Pirko >>> >>> Add support for Byte Queue Limits (BQL). >>> >>> Tested on qemu emulated virtio_net device with 1, 2 and 4 queues. >

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

2024-08-12 Thread Jiri Pirko
Mon, Aug 12, 2024 at 04:57:24PM CEST, m.szyprow...@samsung.com wrote: >Hi, > >On 18.06.2024 16:44, Jiri Pirko wrote: >> From: Jiri Pirko >> >> Add support for Byte Queue Limits (BQL). >> >> Tested on qemu emulated virtio_net device with 1, 2 and 4 queues. >> Tested with fq_codel and pfifo_fast. Su

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

2024-08-12 Thread Marek Szyprowski
Hi, On 18.06.2024 16:44, Jiri Pirko wrote: > From: Jiri Pirko > > Add support for Byte Queue Limits (BQL). > > Tested on qemu emulated virtio_net device with 1, 2 and 4 queues. > Tested with fq_codel and pfifo_fast. Super netperf with 50 threads is > running in background. Netperf TCP_RR results:

Re: [Patch net] vsock: fix recursive ->recvmsg calls

2024-08-12 Thread Michael S. Tsirkin
On Sun, Aug 11, 2024 at 07:21:53PM -0700, Cong Wang wrote: > From: Cong Wang > > After a vsock socket has been added to a BPF sockmap, its prot->recvmsg > has been replaced with vsock_bpf_recvmsg(). Thus the following > recursiion could happen: > > vsock_bpf_recvmsg() > -> __vsock_recvmsg() >