https://bugs.dpdk.org/show_bug.cgi?id=1052
Bug ID: 1052 Summary: Some PMDs bypass mempool instrumentation Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: m...@smartsharesystems.com Target Milestone: --- Some PMDs, when using RTE_ETH_TX_OFFLOAD_MBUF_FAST_FREE, don't call rte_mempool_put_bulk() to free the mbufs, but instead manipulate the mempool and cache structures directly. This means that mempool instrumentation is bypassed, and such mbuf bulk frees are neither traced nor counted in the mempool statistics. -- You are receiving this mail because: You are the assignee for the bug.