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

Function vhost_log_write

dpdk/lib/vhost/vhost.h:602–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600 __rte_shared_locks_required(&vq->iotlb_lock);
601
602static __rte_always_inline void
603vhost_log_write(struct virtio_net *dev, uint64_t addr, uint64_t len)
604{
605 if (unlikely(dev->features & (1ULL << VHOST_F_LOG_ALL)))
606 __vhost_log_write(dev, addr, len);
607}
608
609static __rte_always_inline void
610vhost_log_cache_sync(struct virtio_net *dev, struct vhost_virtqueue *vq)

Callers 1

rte_vhost_log_writeFunction · 0.85

Calls 1

__vhost_log_writeFunction · 0.85

Tested by

no test coverage detected