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]
Message-ID: <CADxym3ba8R6fN3O5zLAw-e7q0gjFxBd_WUKjq0hTP+JpAbJEKg@mail.gmail.com>
Date:   Mon, 1 Feb 2021 20:41:45 +0800
From:   Menglong Dong <menglong8.dong@...il.com>
To:     Jakub Kicinski <kuba@...nel.org>
Cc:     netdev <netdev@...r.kernel.org>
Subject: make sendmsg/recvmsg process multiple messages at once

Hello, guys!

I am thinking about making sendmsg/recvmsg process multiple messages
at once, which is possible to reduce the number of system calls.

Take the receiving of udp as an example, we can copy multiple skbs to
msg_iov and make sure that every iovec contains a udp package.

Is this a good idea? This idea seems clumsy compared to the incoming
'io-uring' based zerocopy, but maybe it can help...

Regards
Menglong Dong

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ