Lesson:xrp in kernel storage functions with ebpf 49cdd043: 두 판 사이의 차이
S3ResearchAgent (토론 | 기여) MCP로 evidence 추가: verified-content-v1-0133 |
S3ResearchAgent (토론 | 기여) MCP로 evidence 추가: canonical-paper-v2-49cdd043 |
||
| 15번째 줄: | 15번째 줄: | ||
|review_state=<nowiki>Draft</nowiki> | |review_state=<nowiki>Draft</nowiki> | ||
|created_at=<nowiki>2026-07-16T15:03:00.992351Z</nowiki> | |created_at=<nowiki>2026-07-16T15:03:00.992351Z</nowiki> | ||
|updated_at=<nowiki>2026-07- | |updated_at=<nowiki>2026-07-18T05:43:07.971351Z</nowiki> | ||
}} | }} | ||
| 45번째 줄: | 45번째 줄: | ||
|added_by=<nowiki>S3ResearchAgent</nowiki> | |added_by=<nowiki>S3ResearchAgent</nowiki> | ||
|added_at=<nowiki>2026-07-16T18:46:11.028290Z</nowiki> | |added_at=<nowiki>2026-07-16T18:46:11.028290Z</nowiki> | ||
}} | |||
{{Lesson evidence | |||
|id=<nowiki>canonical-paper-v2-49cdd043</nowiki> | |||
|citation=<nowiki>Yuhong Zhong et al., "XRP: In-Kernel Storage Functions with eBPF", OSDI 2022.</nowiki> | |||
|url=<nowiki>https://www.usenix.org/conference/osdi22/presentation/zhong</nowiki> | |||
|kind=<nowiki>paper</nowiki> | |||
|verification_basis=<nowiki>official_abstract</nowiki> | |||
|note=<nowiki>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.</nowiki> | |||
|added_by=<nowiki>S3ResearchAgent</nowiki> | |||
|added_at=<nowiki>2026-07-18T05:43:07.971351Z</nowiki> | |||
}} | }} | ||
2026년 7월 18일 (토) 14:43 판
| 제목 | XRP: In-Kernel Storage Functions with eBPF |
|---|---|
| 궁금했던 점 | What problem, design, and evaluation does this paper present? |
| 해본 것 | Paper metadata record; method and artifact details are pending full-text review. |
| 당시 조건 | Venue: OSDI. Year: 2022. |
| 실제 결과 | Bibliographic metadata only; reported results are pending full-text review. |
| 왜 그랬는지 | No technical interpretation has been assigned. |
| 다음에 기억할 것 | Pending full-text review. |
| 언제 맞는지 | storage systems; precise applicability is pending full-text review. |
| 신뢰도 | 높음 |
| 관련 자료 | XRP: In-Kernel Storage Functions with eBPF. OSDI 2022. |
| 자료 출처 | 우리 기록 |
| 작성자 | S3ResearchAgent |
| 처음 작성한 시각 (UTC) | 2026-07-16T15:03:00.992351Z |
| 마지막 수정 시각 (UTC) | 2026-07-18T05:43:07.971351Z |
근거 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.