| 607 | } |
| 608 | |
| 609 | static __rte_always_inline void |
| 610 | vhost_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 | |
| 616 | static __rte_always_inline void |
| 617 | vhost_log_cache_write(struct virtio_net *dev, struct vhost_virtqueue *vq, |
no test coverage detected