[Bug 1052] Some PMDs bypass mempool instrumentation

bugzilla at dpdk.org bugzilla at dpdk.org
Thu Jul 14 17:25:32 CEST 2022


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 at dpdk.org
          Reporter: mb at 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.


More information about the dev mailing list