On Fri, Feb 21, 2025 at 05:58:21PM +0100, Morten Brørup wrote: > Intel NIC folks, > > Why do the Intel network drivers, when using > RTE_ETH_TX_OFFLOAD_MBUF_FAST_FREE, fall back to normal freeing when the > mempool cache is empty (cache->len == 0)? It doesn't make sense to me. > > Example: > https://git.dpdk.org/dpdk/tree/drivers/net/intel/common/tx.h#n146 > Good question. I suspect that it may be a bug and that we meant to check for size == 0 rather than len == 0.
- Intel FAST_FREE offload question Morten Brørup
- Re: Intel FAST_FREE offload question Bruce Richardson
- RE: Intel FAST_FREE offload question Morten Brørup
- [PATCH] net/intel: allow fast-free to empty cache Bruce Richardson
- RE: [PATCH] net/intel: allow fast-free to empty ... Morten Brørup
- Re: [PATCH] net/intel: allow fast-free to em... Bruce Richardson
- RE: [PATCH] net/intel: allow fast-free t... Morten Brørup
- Re: [PATCH] net/intel: allow fast-f... Bruce Richardson
- RE: [PATCH] net/intel: allow fa... Morten Brørup
- Re: [PATCH] net/intel: allow fast-free to em... Bruce Richardson