Skip to content

Commit 03937a7

Browse files
authored
Replace image links with GitHub asset links in README
Updated image links in README.md to use GitHub assets.
1 parent ff8cd18 commit 03937a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proposals/0001-rng-buf/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ struct Descriptor {
154154
}
155155
```
156156

157-
![layout](https://hackmd.io/_uploads/rkK5HKEZ-g.png)
157+
<img width="768" height="935" alt="layout" src="https://github.com/user-attachments/assets/e39d1b4e-c00a-4776-98a1-ceaf485d82e0" />
158158

159159
#### Request-Response Flow
160160

@@ -170,11 +170,11 @@ The typical flow for a request-response interaction works as follows:
170170

171171
**Step 1:** Driver submits request with read buffer (request) and write buffer (response)
172172

173-
![submit](https://hackmd.io/_uploads/SJzTrYNb-g.png)
173+
<img width="1324" height="726" alt="submit" src="https://github.com/user-attachments/assets/a3ee2dea-a55b-4d50-8b96-1702617a21f0" />
174174

175175
**Step 2:** Device processes and writes response
176176

177-
![process](https://hackmd.io/_uploads/rJclUYEWWx.png)
177+
<img width="1375" height="714" alt="process" src="https://github.com/user-attachments/assets/6ae27a64-29c6-47a4-80a9-f8bd4ad0c161" />
178178

179179
Note how the driver pre-allocates the response buffer and provides it to the device via a write
180180
descriptor. The device then writes its response directly into this buffer. The `len` field in the
@@ -246,7 +246,7 @@ makes asynchronous constructs with out-of-order completion impossible to impleme
246246
suggests we replace current implementation with ring buffer approach because the virtio-queue can
247247
support both sync and async work completion.
248248

249-
![hl-model](https://hackmd.io/_uploads/ryKXGhab-x.png)
249+
<img width="921" height="772" alt="hl-model" src="https://github.com/user-attachments/assets/0ee9cf15-200d-4ef4-8c9b-6ffaac05d4c0" />
250250

251251
### Performance Optimizations
252252

0 commit comments

Comments
 (0)