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

Function vhost_log_cache_write

dpdk/lib/vhost/vhost.h:616–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614}
615
616static __rte_always_inline void
617vhost_log_cache_write(struct virtio_net *dev, struct vhost_virtqueue *vq,
618 uint64_t addr, uint64_t len)
619{
620 if (unlikely(dev->features & (1ULL << VHOST_F_LOG_ALL)))
621 __vhost_log_cache_write(dev, vq, addr, len);
622}
623
624static __rte_always_inline void
625vhost_log_cache_used_vring(struct virtio_net *dev, struct vhost_virtqueue *vq,

Callers

nothing calls this directly

Calls 1

__vhost_log_cache_writeFunction · 0.85

Tested by

no test coverage detected