On Fri, Feb 13, 2026 at 10:26:24AM +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 <[email protected]>
> ---
As done on v3:
Acked-by: Bruce Richardson <[email protected]>

Reply via email to