Skip to content

Commit

Permalink
auto_update
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Apr 12, 2024
1 parent 1e3c762 commit 10e9b99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/_posts/dpdk/dpdk_vdpa热迁移-脏页标记.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ vhost_log_page(uint8_t *log_base, uint64_t page)
{
vhost_set_bit(page % 8, &log_base[page / 8]);
}
```
```
log_base 每bit代表一个page,

0 comments on commit 10e9b99

Please sign in to comment.