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 ae22d1c commit 571837a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_posts/dpdk/dpdk_vdpa热迁移-脏页标记.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ log_base 每bit代表一个page, 0表示没有改变过,1表示改变过
## 例子:
假设 page 的值为 9,这意味着我们需要标记第 9 个页面已修改。
计算 page / 8 得到 1,表示第 9 个页面的状态被存储在 log_base[1]的第二个字节
计算 page / 8 得到 1,表示第 9 个页面的状态被存储在 log_base[1]
计算 page % 8 得到 1,表示在其所在字节中的位位置是第二位(位位置从 0 开始计数)。

0 comments on commit 571837a

Please sign in to comment.