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

Function rte_compressdev_enqueue_burst

dpdk/lib/compressdev/rte_compressdev.c:593–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593uint16_t
594rte_compressdev_enqueue_burst(uint8_t dev_id, uint16_t qp_id,
595 struct rte_comp_op **ops, uint16_t nb_ops)
596{
597 struct rte_compressdev *dev = &rte_comp_devices[dev_id];
598
599 return (*dev->enqueue_burst)(
600 dev->data->queue_pairs[qp_id], ops, nb_ops);
601}
602
603int
604rte_compressdev_stats_get(uint8_t dev_id, struct rte_compressdev_stats *stats)

Callers 4

main_loopFunction · 0.85
main_loopFunction · 0.85
main_loopFunction · 0.85
test_run_enqueue_dequeueFunction · 0.85

Calls

no outgoing calls

Tested by 4

main_loopFunction · 0.68
main_loopFunction · 0.68
main_loopFunction · 0.68
test_run_enqueue_dequeueFunction · 0.68