Skip to content

feat(host): scatter/gather DMA descriptor (W63, R-HS-11)#840

Open
gHashTag wants to merge 1 commit into
masterfrom
feat/wave-63/host-scatter-gather
Open

feat(host): scatter/gather DMA descriptor (W63, R-HS-11)#840
gHashTag wants to merge 1 commit into
masterfrom
feat/wave-63/host-scatter-gather

Conversation

@gHashTag
Copy link
Copy Markdown
Owner

Closes #839

Wave 63 (R-HS-11): Host scatter/gather DMA descriptor

What

  • New bootstrap/src/host/scatter_gather.rs
  • SgDescriptor with ordered segments
  • SgSegment: src_offset, dst_offset, length, overlap detection
  • validate_no_overlap(): detect overlapping source ranges
  • execute(src, dst): copy scattered regions from src to dst buffer
  • SgError: EmptyDescriptor, ZeroLength, OverlappingRanges, ExceedsBufferSize

Tests

16 new inline tests, all pass. 832 total.

Wave 63 (R-HS-11): SgDescriptor, SgSegment, SgError.
Multi-segment DMA with overlap validation and execute().
16 new tests, all pass. 832 total.
@github-actions
Copy link
Copy Markdown

PR Dashboard

Generated at: 2026-05-24 08:43:13 UTC

Summary

Status Count
Total Open PRs 24
PRs with Failing Checks 4
PRs with All Checks Green 20
READY 19
FAILING 4
PENDING 0

@github-actions
Copy link
Copy Markdown

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

This was referenced May 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Host scatter/gather DMA descriptor (R-HS-11)

2 participants