| 240 | } |
| 241 | |
| 242 | uint16_t |
| 243 | builtin_enqueue_pkts(struct vhost_dev *dev, uint16_t queue_id, |
| 244 | struct rte_mbuf **pkts, uint32_t count) |
| 245 | { |
| 246 | return vs_enqueue_pkts(dev, queue_id, pkts, count); |
| 247 | } |
| 248 | |
| 249 | static __rte_always_inline int |
| 250 | dequeue_pkt(struct vhost_dev *dev, struct rte_vhost_vring *vr, |
nothing calls this directly
no test coverage detected