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

Function ff_kni_process

lib/ff_dpdk_kni.c:493–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493void
494ff_kni_process(uint16_t port_id, uint16_t queue_id,
495 struct rte_mbuf **pkts_burst, unsigned count)
496{
497 kni_process_tx(port_id, queue_id, pkts_burst, count);
498 kni_process_rx(port_id, queue_id, pkts_burst, count);
499}
500
501/* enqueue the packet, and own it */
502int

Callers 1

main_loopFunction · 0.85

Calls 2

kni_process_txFunction · 0.85
kni_process_rxFunction · 0.85

Tested by

no test coverage detected