| 309 | } |
| 310 | |
| 311 | static uint16_t |
| 312 | testclone_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 | |
| 319 | static int |
| 320 | testclone_testupdate_testdetach(struct rte_mempool *pktmbuf_pool, |
no test coverage detected