File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 33> ** 文档编号** : SPEC-001
44> ** 版本** : v1.0 Draft
55> ** 日期** : 2026-03-27
6- > ** 状态** : 待审核
6+ > ** 状态** : 已审核 by fengbojiang 2026-03-27 ,大方向没问题,修改了一点细节
77> ** 范围** : ` /data/workspace/f-stack/adapter/syscall/ `
88
99---
@@ -231,7 +231,7 @@ for (i = 0; i < ff_so_zone->count; i++) {
231231### AC-002: 性能验收
232232
233233- [ ] 单次 syscall RTT 在 ring 方案下 ≤ 1μs(yield-poll 模式)
234- - [ ] Nginx 600B body 长连接 RPS ≥ sem 方案的 100%
234+ - [ ] Nginx 600B body 长连接 RPS ≥ sem 方案的性能
235235- [ ] 三种等待策略可正确切换,CPU 占用符合 NFR-003
236236
237237### AC-003: 稳定性验收
Original file line number Diff line number Diff line change 33> ** 文档编号** : SPEC-002
44> ** 版本** : v1.0 Draft
55> ** 日期** : 2026-03-27
6- > ** 状态** : 待审核
6+ > ** 状态** : 已评审 by fengbojiang 2026.03.27,大的架构没看到什么问题,细节后续实现有问题再进行调整
77> ** 前置文档** : SPEC-001 需求规格文档
88
99---
@@ -225,7 +225,8 @@ ff_sc_ring_zone (每个 fstack 实例一个,在 Hugepage 上)
225225 │ 响应 Ring │
226226 └───────┬────────┘
227227 │
228- ▼ rte_ring_sc_dequeue()
228+ ▼
229+ rte_ring_sc_dequeue()
229230 ③ 读取 sc->result, sc->error
230231
231232注意:
@@ -265,6 +266,7 @@ rte_spinlock_unlock(&ff_so_zone->lock);
265266```
266267
267268**新实现方案**:
269+
268270```c
269271void ff_handle_each_context()
270272{
You can’t perform that action at this time.
0 commit comments