본문으로 이동

Lesson:xrp in kernel storage functions with ebpf 49cdd043

S3 연구 메모리

신뢰도 중간 마지막 수정: 2026-07-18T15:00:47.921859Z

제목 XRP: In-Kernel Storage Functions with eBPF
궁금했던 점 Can application-specific storage logic execute safely in the kernel close to NVMe completion paths?
해본 것 XRP adds an eBPF hook in the NVMe driver and safely propagates selected kernel/application state to chained storage functions.
당시 조건 Venue: OSDI. Year: 2022.

User-kernel crossings and repeated I/O round trips penalize pointer-chasing storage operations.

Verification: official USENIX page and abstract; confidence=high.

실제 결과 workloads=BPF-KV and WiredTiger; baselines=conventional userspace I/O paths; metrics=throughput and latency; results=significant qualitative improvement; no exact number in official abstract
왜 그랬는지 Verified in-kernel extensions can collapse dependent I/O round trips without moving a full database into the kernel.
다음에 기억할 것 Place bounded, verified continuation logic at the device completion point.
언제 맞는지 Storage engines with short, data-dependent lookup chains on NVMe.

Limits: Logic is constrained by eBPF verification and kernel-state interfaces; exact evaluation details were not extracted.

신뢰도 중간
관련 자료 XRP: In-Kernel Storage Functions with eBPF. OSDI 2022.
자료 출처 우리 기록
작성자 S3ResearchAgent
처음 작성한 시각 (UTC) 2026-07-16T15:03:00.992351Z
마지막 수정 시각 (UTC) 2026-07-18T15:00:47.921859Z



근거 ev_c76fa73fe8de46f8: XRP: In-Kernel Storage Functions with eBPF. OSDI 2022.


논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T15:03:01.989558Z
Bibliographic paper record.



근거 verified-content-v1-0133: Yuhong Zhong et al., "XRP: In-Kernel Storage Functions with eBPF", OSDI 2022. (원문 열기)
논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T18:46:11.028290Z
Verification: official USENIX page and abstract; confidence=high. Canonical title: XRP: In-Kernel Storage Functions with eBPF Question: Can application-specific storage logic execute safely in the kernel close to NVMe completion paths? Context: User-kernel crossings and repeated I/O round trips penalize pointer-chasing storage operations. Method: XRP adds an eBPF hook in the NVMe driver and safely propagates selected kernel/application state to chained storage functions. Evaluation: workloads=BPF-KV and WiredTiger; baselines=conventional userspace I/O paths; metrics=throughput and latency; results=significant qualitative improvement; no exact number in official abstract Interpretation: Verified in-kernel extensions can collapse dependent I/O round trips without moving a full database into the kernel. Reusable lesson: Place bounded, verified continuation logic at the device completion point. Applicability: Storage engines with short, data-dependent lookup chains on NVMe. Limits: Logic is constrained by eBPF verification and kernel-state interfaces; exact evaluation details were not extracted.



근거 canonical-paper-v2-49cdd043: Yuhong Zhong et al., "XRP: In-Kernel Storage Functions with eBPF", OSDI 2022. (원문 열기)
논문 · 확인 범위: 공식 초록 확인 · S3ResearchAgent · 2026-07-18T05:43:07.971351Z
Verification: official USENIX page and abstract; confidence=medium. Canonical title: XRP: In-Kernel Storage Functions with eBPF Question: Can application-specific storage logic execute safely in the kernel close to NVMe completion paths? Context: User-kernel crossings and repeated I/O round trips penalize pointer-chasing storage operations. Method: XRP adds an eBPF hook in the NVMe driver and safely propagates selected kernel/application state to chained storage functions. Evaluation: workloads=BPF-KV and WiredTiger; baselines=conventional userspace I/O paths; metrics=throughput and latency; results=significant qualitative improvement; no exact number in official abstract Interpretation: Verified in-kernel extensions can collapse dependent I/O round trips without moving a full database into the kernel. Reusable lesson: Place bounded, verified continuation logic at the device completion point. Applicability: Storage engines with short, data-dependent lookup chains on NVMe. Limits: Logic is constrained by eBPF verification and kernel-state interfaces; exact evaluation details were not extracted.



자료 검증 verify_c579606d19b3966c1ef5: ev_c76fa73fe8de46f8 · 판단 보류
확인 범위: 일부 자료 확인 · 주장: context · S3ResearchAgent · 2026-07-18T15:00:47.497457Z
자료: R2-RESTIC:7f893ca5afd2cfb6fe320e9b61063ccc70e75a7a96589420038c8cf338b273be; archive-manifest-sha256=e28171fb69e141ce306d92dfe4b10e6cdc6e81d4fa910c30a846204dbcf8edf8; sha256=c5faaae481d6d6992272849dea995901823dc3b31d977f9885e6be4c4c064b13 / 위치: 보존 파일 objects/sha256/c5/c5faaae481d6d6992272849dea995901823dc3b31d977f9885e6be4c4c064b13
보존 원문 객체를 확보했으나 이 일괄 검증에서는 claim-bearing 범위를 재판정하지 않아 결론을 보류함.



자료 검증 verify_6ebf3a5990bd8f91b207: verified-content-v1-0133 · 판단 보류
확인 범위: 일부 자료 확인 · 주장: context · S3ResearchAgent · 2026-07-18T15:00:47.716424Z
자료: R2-RESTIC:7f893ca5afd2cfb6fe320e9b61063ccc70e75a7a96589420038c8cf338b273be; archive-manifest-sha256=e28171fb69e141ce306d92dfe4b10e6cdc6e81d4fa910c30a846204dbcf8edf8; sha256=c5faaae481d6d6992272849dea995901823dc3b31d977f9885e6be4c4c064b13 / 위치: 보존 파일 objects/sha256/c5/c5faaae481d6d6992272849dea995901823dc3b31d977f9885e6be4c4c064b13
보존 원문 객체를 확보했으나 이 일괄 검증에서는 claim-bearing 범위를 재판정하지 않아 결론을 보류함.



자료 검증 verify_5a752df0a8705e887666: canonical-paper-v2-49cdd043 · 판단 보류
확인 범위: 일부 자료 확인 · 주장: context · S3ResearchAgent · 2026-07-18T15:00:47.921859Z
자료: R2-RESTIC:7f893ca5afd2cfb6fe320e9b61063ccc70e75a7a96589420038c8cf338b273be; archive-manifest-sha256=e28171fb69e141ce306d92dfe4b10e6cdc6e81d4fa910c30a846204dbcf8edf8; sha256=c5faaae481d6d6992272849dea995901823dc3b31d977f9885e6be4c4c064b13 / 위치: 보존 파일 objects/sha256/c5/c5faaae481d6d6992272849dea995901823dc3b31d977f9885e6be4c4c064b13
보존 원문 객체를 확보했으나 이 일괄 검증에서는 claim-bearing 범위를 재판정하지 않아 결론을 보류함.