I am an Assistant Professor in the Electrical Engineering and Computer Sciences department at UC Berkeley. Prior to joining Berkeley, I completed my PhD at EPFL in Switzerland and my bachelor’s degree at IIT Bombay.
I am a computer systems researcher, and my work focuses on developing techniques that enable engineers to build systems with well-understood performance and functionality. My research draws on insights from a broad set of domains, including operating systems, networking, computer architecture, and formal methods. My work has received several awards, including the ACM SIGOPS Dennis M. Ritchie Award, the Eurosys Roger Needham PhD Award, and the Dimitris N. Chorafas Award, and several of the systems I have helped design have been deployed in production at companies such as Meta and Alibaba. More details can be found in my CV.
Active Research Directions
Below are a few of my ongoing projects. A full list of my publications can be found here.
The goal of this project is to develop techniques that enable summarizing system performance in succinct yet precise interfaces, allowing engineers to efficiently yet accurately reason about a system's expected performance before it is deployed in production. So far, we have demonstrated that it is feasible to realize such performance interfaces for a wide range of low-level systems software and hardware, ranging from packet processing applications [PIX], to low-level systems code such as OS system calls and cryptographic libraries [CFAR], and specialized hardware accelerators for tasks such as deep learning [LTC]. Looking ahead, we are keen to realize such interfaces for large-scale distributed applications and enable efficient reasoning about end-to-end latency and throughput for such applications.
The goal of this project is to enable engineers to write fast, flexible, and easily deployable kernel extensions. As a first step, we built KFlex, a framework that significantly improves the flexibility of eBPF extensions in Linux while incurring negligible performance overheads. KFlex is being upstreamed into the Linux kernel mainline and is in the late prototype stage at Meta. Looking ahead, we are keen to further push the limits of kernel extensibility and seek to understand whether kernel extensions can be used to not only modify OS policy but also enable structural OS innovations.