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

Function error_exit

dpdk/app/test-dma-perf/benchmark.c:194–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194static void
195error_exit(int dev_id)
196{
197 rte_dma_stop(dev_id);
198 rte_dma_close(dev_id);
199 rte_exit(EXIT_FAILURE, "DMA error\n");
200}
201
202static inline void
203do_dma_submit_and_poll(uint16_t dev_id, uint64_t *async_cnt,

Callers 2

do_dma_submit_and_pollFunction · 0.85
do_dma_mem_copyFunction · 0.85

Calls 3

rte_dma_stopFunction · 0.85
rte_dma_closeFunction · 0.85
rte_exitFunction · 0.85

Tested by

no test coverage detected