Re: [linux-next:master] [splice] 2cb1e08985: stress-ng.sendfile.ops_per_sec 11.6% improvement
David Howells <[email protected]>
| Newsgroups | gmane.linux.cluster.redhat.cluster.devel,gmane.linux.kernel.mm,gmane.linux.drivers.mtd,gmane.comp.file-systems.nilfs.user,gmane.comp.file-systems.ext4,gmane.comp.file-systems.ecryptfs.general,gmane.linux.uml.devel,gmane.comp.file-systems.reiserfs.general,gmane.linux.block,gmane.linux.file-systems,gmane.linux.file-systems.ntfs.devel,gmane.comp.file-systems.ocfs2.devel,gmane.linux.hardware.karma.devel,gmane.comp.file-systems.btrfs |
|---|---|
| Organization | Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 |
| Message-ID | <[email protected]> |
kernel test robot <[email protected]> wrote: > kernel test robot noticed a 11.6% improvement of stress-ng.sendfile.ops_per_sec on: If it's sending to a socket, this is entirely feasible. The splice_to_socket() function now sends multiple pages in one go to the network protocol's sendmsg() method to process instead of using sendpage to send one page at a time. David