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

Function rte_compressdev_dequeue_burst

dpdk/lib/compressdev/rte_compressdev.c:581–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581uint16_t
582rte_compressdev_dequeue_burst(uint8_t dev_id, uint16_t qp_id,
583 struct rte_comp_op **ops, uint16_t nb_ops)
584{
585 struct rte_compressdev *dev = &rte_comp_devices[dev_id];
586
587 nb_ops = (*dev->dequeue_burst)
588 (dev->data->queue_pairs[qp_id], ops, nb_ops);
589
590 return nb_ops;
591}
592
593uint16_t
594rte_compressdev_enqueue_burst(uint8_t dev_id, uint16_t qp_id,

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