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

Function vhost_log_cache_sync

dpdk/lib/vhost/vhost.h:609–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607}
608
609static __rte_always_inline void
610vhost_log_cache_sync(struct virtio_net *dev, struct vhost_virtqueue *vq)
611{
612 if (unlikely(dev->features & (1ULL << VHOST_F_LOG_ALL)))
613 __vhost_log_cache_sync(dev, vq);
614}
615
616static __rte_always_inline void
617vhost_log_cache_write(struct virtio_net *dev, struct vhost_virtqueue *vq,

Calls 1

__vhost_log_cache_syncFunction · 0.85

Tested by

no test coverage detected