MCPcopy Index your code
hub / github.com/NetSys/NetBricks / mbuf_free_bulk

Function mbuf_free_bulk

native/mempool.c:287–355  ·  view source on GitHub ↗

for packets to be processed in the fast path, all packets must: * 1. share the same mempool * 2. single segment * 3. reference counter == 1 * 4. the data buffer is embedded in the mbuf * (Do not use RTE_MBUF_(IN)DIRECT, since there is a difference * between DPDK 1.8 and 2.0) */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

drop_packets_stableMethod · 0.85
free_packet_batchMethod · 0.85
sendMethod · 0.85

Calls 2

gather_m128iFunction · 0.85
mbuf_freeFunction · 0.85

Tested by

no test coverage detected