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

Function testclone_refcnt_read

dpdk/app/test/test_mbuf.c:311–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311static uint16_t
312testclone_refcnt_read(struct rte_mbuf *m)
313{
314 return RTE_MBUF_HAS_PINNED_EXTBUF(m) ?
315 rte_mbuf_ext_refcnt_read(m->shinfo) :
316 rte_mbuf_refcnt_read(m);
317}
318
319static int
320testclone_testupdate_testdetach(struct rte_mempool *pktmbuf_pool,

Callers 1

Calls 2

rte_mbuf_ext_refcnt_readFunction · 0.85
rte_mbuf_refcnt_readFunction · 0.85

Tested by

no test coverage detected