linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* AIO operation and CMSG
@ 2018-01-14  8:01 Stephan Müller
  2018-01-17 19:22 ` Christoph Hellwig
  0 siblings, 1 reply; 3+ messages in thread
From: Stephan Müller @ 2018-01-14  8:01 UTC (permalink / raw)
  To: linux-kernel

Hi,

I am working on the user space library providing a wrapper to the AF_ALG user 
space interface [1]. The AF_ALG interface supports asynchronous operation 
which is utilized with the io_* system calls, including io_submit. All works 
as expected.

The syscall io_submit sends data to the kernel and invokes the respective 
handler function in the kernel such as the recvmsg handler. What I am 
wondering is whether there is a way to send CMSG data along with the io_submit 
syscall? If not, is CMSG handling with the AIO syscalls possible at all?

Thank you very much.

[1] http://www.chronox.de/libkcapi.html

Ciao
Stephan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-18  7:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-14  8:01 AIO operation and CMSG Stephan Müller
2018-01-17 19:22 ` Christoph Hellwig
2018-01-18  7:32   ` Stephan Mueller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).