MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vhost_log_page

Function vhost_log_page

dpdk/lib/vhost/vhost.c:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141static __rte_always_inline void
142vhost_log_page(uint8_t *log_base, uint64_t page)
143{
144 vhost_set_bit(page % 8, &log_base[page / 8]);
145}
146
147void
148__vhost_log_write(struct virtio_net *dev, uint64_t addr, uint64_t len)

Callers 2

__vhost_log_writeFunction · 0.85
vhost_log_cache_pageFunction · 0.85

Calls 1

vhost_set_bitFunction · 0.85

Tested by

no test coverage detected