Publications

2025 The Impact of Kernel Asynchronous APIs on the Performance of a Kernel VPN - Honore Cesaire Mounah, Djob Mvondo, Julia Lawall, Yerom-David Bromberg - Proceedings of the 18th ACM International Systems and Storage Conference (SYSTOR ‘25), 2025. DOI Abstract: Linux kernel VPNs suffer from severe performance degradation under high load due to execution order inversion (EoI), a phenomenon where packet recombination functions preempt earlier pipeline stages. This leads to severe latency spikes and throughput reductions. We investigate kernel threads and workqueues as alternative kernel asynchronous APIs to address these limitations, achieving up to a 4.7x increase in throughput while reducing tail latency by 65%. These results demonstrate the importance of selecting appropriate kernel asynchronous APIs for kernel-level network applications. ...

May 16, 2025 · 1 min · Mounah Honoré Césaire

Presenting at Systor 2025: Kernel Asynchronous APIs for VPN Performance

Presenting at Systor 2025 I’m thrilled to announce that I’ll be presenting my work at the Systor 2025 virtual event! This is a fantastic opportunity to share my research with the systems community and connect with fellow researchers and practitioners. Paper Details I’ll be presenting our paper “The Impact of Kernel Asynchronous APIs on the Performance of a Kernel VPN” co-authored with Djob Mvondo, Julia Lawall, and Yerom-David Bromberg. The paper will be published in the Proceedings of the 18th ACM International Systems and Storage Conference (SYSTOR ‘25), 2025. ...

March 16, 2025 · 1 min · Mounah Honoré Césaire