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

Function virtio_dev_tx_packed_compliant

dpdk/lib/vhost/virtio_net.c:3549–3558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3547}
3548
3549__rte_noinline
3550static uint16_t
3551virtio_dev_tx_packed_compliant(struct virtio_net *dev,
3552 struct vhost_virtqueue *__rte_restrict vq, struct rte_mempool *mbuf_pool,
3553 struct rte_mbuf **__rte_restrict pkts, uint32_t count)
3554 __rte_shared_locks_required(&vq->access_lock)
3555 __rte_shared_locks_required(&vq->iotlb_lock)
3556{
3557 return virtio_dev_tx_packed(dev, vq, mbuf_pool, pkts, count, false);
3558}
3559
3560uint16_t
3561rte_vhost_dequeue_burst(int vid, uint16_t queue_id,

Callers 1

rte_vhost_dequeue_burstFunction · 0.85

Calls 1

virtio_dev_tx_packedFunction · 0.85

Tested by

no test coverage detected