[PATCH v3 13/27] net/i40e: avoid rte malloc in adminq operations

Bruce Richardson bruce.richardson at intel.com
Mon Feb 16 18:11:35 CET 2026


On Wed, Feb 11, 2026 at 01:52:55PM +0000, Anatoly Burakov wrote:
> Currently, when processing admin queue messages, we are using rte_zmalloc
> followed by an immediate rte_free. This is not needed as the message
> buffer is only used temporarily within the function scope, so replace it
> with regular malloc/free.
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson at intel.com>



More information about the dev mailing list