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, 29 May 2009 14:56:51 -0400
From:	Steve Rottinger <steve@...tek.com>
To:	linux-kernel@...r.kernel.org
Subject: O_DIRECT splice from PCI-resident buffer to filesystem

Hi,

After some work, and kernel hacking, and thanks to Jens'
O_DIRECT/blockio splicing
patch,  I have been successful in using splice to transfer data directly
from a buffer
resident on a PCI device to a raw disk partition, with zero copies. Great!
Can anyone tell me if it is feasible to transfer data in the same way,
using splice
to a file, on a filesystem, instead of a raw block device with zero
copies?   Looking at
the code, it appears that the data is copied using memcpy, no matter what.

Thanks,

-Steve

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ