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

Function virtio_dev_tx_packed_legacy

dpdk/lib/vhost/virtio_net.c:3538–3547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3536}
3537
3538__rte_noinline
3539static uint16_t
3540virtio_dev_tx_packed_legacy(struct virtio_net *dev,
3541 struct vhost_virtqueue *__rte_restrict vq, struct rte_mempool *mbuf_pool,
3542 struct rte_mbuf **__rte_restrict pkts, uint32_t count)
3543 __rte_shared_locks_required(&vq->access_lock)
3544 __rte_shared_locks_required(&vq->iotlb_lock)
3545{
3546 return virtio_dev_tx_packed(dev, vq, mbuf_pool, pkts, count, true);
3547}
3548
3549__rte_noinline
3550static uint16_t

Callers 1

rte_vhost_dequeue_burstFunction · 0.85

Calls 1

virtio_dev_tx_packedFunction · 0.85

Tested by

no test coverage detected