Skip to content

Commit 2cd4bd1

Browse files
committed
docs: update CHANGELOG.md for RingAccess refactor
Signed-off-by: Nelson Wong <[email protected]>
1 parent 66f3013 commit 2cd4bd1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

virtio-queue/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
## Added
44

5+
- Introduced `RingAccess` trait to handle endianness conversion of ring elements in mock tests.
6+
- Added typed accessor methods to `SplitQueueRing` for safer and more readable load/store of ring fields (e.g., `load_idx`, `store_ring_entry`).
7+
58
## Changed
69

10+
- Refactored tests and mock infrastructure to use typed accessors instead of raw `Ref`/`ArrayRef` and manual endianness conversion.
11+
- Made `SplitQueueRing` generic over `RingAccess` types.
12+
713
## Fixed
814

915
# v0.16.0

0 commit comments

Comments
 (0)