# spdk_oss **Repository Path**: wynebula/spdk_oss ## Basic Information - **Project Name**: spdk_oss - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-08-17 - **Last Updated**: 2024-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ZCell Introduction Zcell 是一个 Run-to-completion chunk server 原型,它的架构(目前)如下: - Transport 层(只支持Kernel TCP socket) - Message 层(外部实体与chunk server交互的协议) - 功能子系统层(目前只有QoS) - Storage Engine 层(ZStore / ChunkStore 用于存储对象数据) Zcell 使用 SPDK 的app 框架,包括 event 和 bdev 子系统。 ## Transport/Message 实现了对 tcp socket 封装 ## QoS 参考了论文:Reflex(Remote Flash ~= Local Flash) 的令牌桶算法。 ## Storage Engine ZStore 和 ChunkStore