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 f8d77ac commit c9d8c77
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/_posts/dpdk/dpdk_vdpa热迁移.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```c
static __rte_always_inline void
vhost_log_page(uint8_t *log_base, uint64_t page)
{
vhost_set_bit(page % 8, &log_base[page / 8]);
}
```

0 comments on commit c9d8c77

Please sign in to comment.