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

Function dpaa_eth_queue_tx_slow

dpdk/drivers/net/dpaa/dpaa_rxtx.c:1202–1208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1200}
1201
1202uint16_t
1203dpaa_eth_queue_tx_slow(void *q, struct rte_mbuf **bufs, uint16_t nb_bufs)
1204{
1205 qman_ern_poll_free();
1206
1207 return dpaa_eth_queue_tx(q, bufs, nb_bufs);
1208}
1209
1210uint16_t dpaa_eth_tx_drop_all(void *q __rte_unused,
1211 struct rte_mbuf **bufs __rte_unused,

Callers

nothing calls this directly

Calls 2

qman_ern_poll_freeFunction · 0.85
dpaa_eth_queue_txFunction · 0.85

Tested by

no test coverage detected