본문 바로가기

연구/Paper3

[CoNEXT ’18] The eXpress Data Path: Fast Programmable Packet Processing in the Operating System Kernel Title: The eXpress Data Path: Fast Programmable Packet Processing in the Operating System Kernel Author: Toke Høiland-Jørgensen, Jesper Dangaard Brouer, Daniel Borkmann, John Fastabend, Tom Herbert, David Ahern, David Miller Published: CoNEXT '18 ABSTRACT Programmable packet 처리를 할 때 context switch가 발생하는 것을 피하기 위해 userspace에서 networking hardware를 control하는 kernerl을 우회하는 기술이 나날이 구현되고 있다. 하지만 os를 우.. 2024. 3. 24.
[Eurosys '24] SmartNIC Security Isolation in the Cloud with S-NIC Title : SmartNIC Security Isolation in the Cloud with S-NIC Author: Yang Zhou, Mark Wilkening, James Mickens, and Minlan Yu Published: Eurosys 2024 [paper] Abstract 현대 smartNIC은 다른 tenant 간 llittle isolation이 존재하기 때문에 datacenter의 management OS로부터 network function을 보안적으로 보호할 수 없다. little isolation이 문제인 이유는 악의적으로 다른 network function이나 management OS로부터 정보가 수정되거나 유출될 수 있기 때문이다. (이에 대한 구체적인 공격은 추후에 설.. 2024. 3. 18.
[SOSP '23] Achieving Microsecond-Scale Tail Latency Efficiently with Approximate Optimal Scheduling Title : Achieving Microsecond-Scale Tail Latency Efficiently with Approximate Optimal Scheduling Author: Rishabh Iyer, Musa Unal, Marios Kogias, George Candea Published: SOSP 2023 [ paper | github ] Abstract - 데이터센터 application은 workload 수요가 많아짐에 따라 microsecond-scale service times와 tightly bound tail latency를 원하지만 최신 실행시간은 이론적으로 최적의 스케줄링 정책(single queue & strict preemption)을 따르고 있어서 challenge가 존.. 2023. 11. 18.