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

Function timeout_exit

dpdk/app/test-bbdev/test_bbdev_perf.c:200–206  ·  view source on GitHub ↗

Get device status before timeout exit */

Source from the content-addressed store, hash-verified

198
199/* Get device status before timeout exit */
200static inline void
201timeout_exit(uint8_t dev_id)
202{
203 struct rte_bbdev_info info;
204 rte_bbdev_info_get(dev_id, &info);
205 printf("Device Status %s\n", rte_bbdev_device_status_str(info.drv.device_status));
206}
207
208static inline void
209mbuf_reset(struct rte_mbuf *m)

Callers 14

throughput_pmd_lcore_decFunction · 0.85
bler_pmd_lcore_ldpc_decFunction · 0.85
bler_pmd_lcore_turbo_decFunction · 0.85
throughput_pmd_lcore_encFunction · 0.85
throughput_pmd_lcore_fftFunction · 0.85
latency_test_decFunction · 0.85
latency_test_ldpc_decFunction · 0.85
latency_test_encFunction · 0.85
latency_test_ldpc_encFunction · 0.85

Calls 3

rte_bbdev_info_getFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected