public inbox for [email protected]
 help / color / mirror / Atom feed
* (no subject)
@ 2020-11-06 10:44 Luis Gerhorst
  2020-11-06 10:50 ` Integrating eBPF into io-uring linux-kernel
  2020-11-06 14:34 ` Pavel Begunkov
  0 siblings, 2 replies; 3+ messages in thread
From: Luis Gerhorst @ 2020-11-06 10:44 UTC (permalink / raw)
  To: asml.silence; +Cc: axboe, io-uring, metze, carter.li

Hello Pavel,

I'm from a university and am searching for a project to work on in the
upcoming year. I am looking into allowing userspace to run multiple
system calls interleaved with application-specific logic using a single
context switch.

I noticed that you, Jens Axboe, and Carter Li discussed the possibility
of integrating eBPF into io_uring earlier this year [1, 2, 3]. Is there
any WIP on this topic?

If not I am considering to implement this. Besides the fact that AOT
eBPF is only supported for priviledged processes, are there any issues
you are aware of or reasons why this was not implemented yet?

Best,
Luis

[1] https://lore.kernel.org/io-uring/[email protected]/
[2] https://lore.kernel.org/io-uring/[email protected]/
[3] https://github.com/axboe/liburing/issues/58

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

* Integrating eBPF into io-uring
  2020-11-06 10:44 Luis Gerhorst
@ 2020-11-06 10:50 ` linux-kernel
  2020-11-06 14:34 ` Pavel Begunkov
  1 sibling, 0 replies; 3+ messages in thread
From: linux-kernel @ 2020-11-06 10:50 UTC (permalink / raw)
  To: asml.silence; +Cc: axboe, io-uring, metze, carter.li

Forgot subject, sorry.

> On 6. Nov 2020, at 11:44, Luis Gerhorst <[email protected]> wrote:
> 
> Hello Pavel,
> 
> I'm from a university and am searching for a project to work on in the
> upcoming year. I am looking into allowing userspace to run multiple
> system calls interleaved with application-specific logic using a single
> context switch.
> 
> I noticed that you, Jens Axboe, and Carter Li discussed the possibility
> of integrating eBPF into io_uring earlier this year [1, 2, 3]. Is there
> any WIP on this topic?
> 
> If not I am considering to implement this. Besides the fact that AOT
> eBPF is only supported for priviledged processes, are there any issues
> you are aware of or reasons why this was not implemented yet?
> 
> Best,
> Luis
> 
> [1] https://lore.kernel.org/io-uring/[email protected]/
> [2] https://lore.kernel.org/io-uring/[email protected]/
> [3] https://github.com/axboe/liburing/issues/58


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

* Re:
  2020-11-06 10:44 Luis Gerhorst
  2020-11-06 10:50 ` Integrating eBPF into io-uring linux-kernel
@ 2020-11-06 14:34 ` Pavel Begunkov
  1 sibling, 0 replies; 3+ messages in thread
From: Pavel Begunkov @ 2020-11-06 14:34 UTC (permalink / raw)
  To: Luis Gerhorst; +Cc: axboe, io-uring, metze, carter.li

On 06/11/2020 10:44, Luis Gerhorst wrote:
> Hello Pavel,
> 
> I'm from a university and am searching for a project to work on in the
> upcoming year. I am looking into allowing userspace to run multiple
> system calls interleaved with application-specific logic using a single
> context switch.
> 
> I noticed that you, Jens Axboe, and Carter Li discussed the possibility
> of integrating eBPF into io_uring earlier this year [1, 2, 3]. Is there
> any WIP on this topic?

To be honest, I've finally returned to it a week ago, just because got
more free time. I was implicitly patching/refactoring some bits keeping
this in mind but rather very lazily.

> If not I am considering to implement this. Besides the fact that AOT
> eBPF is only supported for priviledged processes, are there any issues
> you are aware of or reasons why this was not implemented yet?

All others I was anticipating are gone by now. I'd be really great to
think something out for non-privileged processes, but as you know that
doesn't hold us off.

> [1] https://lore.kernel.org/io-uring/[email protected]/
> [2] https://lore.kernel.org/io-uring/[email protected]/
> [3] https://github.com/axboe/liburing/issues/58
> 

-- 
Pavel Begunkov

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

end of thread, other threads:[~2020-11-06 14:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-06 10:44 Luis Gerhorst
2020-11-06 10:50 ` Integrating eBPF into io-uring linux-kernel
2020-11-06 14:34 ` Pavel Begunkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox