Skip to content

Commit

Permalink
auto_update
Browse files Browse the repository at this point in the history
  • Loading branch information
liaocj committed Jul 26, 2024
1 parent 8a58626 commit 9c4df54
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 虚拟化/virtio.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,15 @@ digraph {
}
```
## 后端处理逻辑
```graphviz
digraph {
fontname="Helvetica,Arial,sans-serif"
//node [fontname="Helvetica,Arial,sans-serif"]
//edge [fontname="Helvetica,Arial,sans-serif"]
//rankdir="LR"
node [fontsize=10, shape=record, height=0.25]
edge [fontsize=10]
virtio_recv_pkts_packed_vec -> virtio_recv_refill_packed_vec
virtio_recv_pkts_packed -> virtqueue_enqueue_recv_refill_packed
}
```

0 comments on commit 9c4df54

Please sign in to comment.