lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 14 Jun 2024 15:55:41 +0200
From: Luigi Leonardi <luigi.leonardi@...look.com>
To: sgarzare@...hat.com,
	edumazet@...gle.com,
	virtualization@...ts.linux.dev,
	netdev@...r.kernel.org,
	kuba@...nel.org,
	kvm@...r.kernel.org,
	stefanha@...hat.com,
	pabeni@...hat.com,
	davem@...emloft.net
Cc: Luigi Leonardi <luigi.leonardi@...look.com>
Subject: [PATCH net-next 0/2] vsock: avoid queuing on workqueue if possible

This patch series introduces an optimization for vsock/virtio to reduce latency:
When the guest sends a packet to the host, and the workqueue is empty,
if there is enough space, the packet is put directly in the virtqueue.

The first one contains some code refactoring.
More details and some performance tests in the second patch.

Marco Pinna (2):
  vsock/virtio: refactor virtio_transport_send_pkt_work
  vsock/virtio: avoid enqueue packets when work queue is empty

 net/vmw_vsock/virtio_transport.c | 166 +++++++++++++++++++------------
 1 file changed, 104 insertions(+), 62 deletions(-)

-- 
2.45.2


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ