On Fri, Feb 13, 2026 at 10:26:25AM +0000, Anatoly Burakov wrote:
> Currently, when processing Dynamic Driver Profile (DDP) packages and
> checking profile information, we are using rte_zmalloc followed by
> immediate rte_free. This is not needed as these buffers are only used
> temporarily, so replace it with stack-allocated structures or regular
> malloc/free where appropriate.
> 
> Signed-off-by: Anatoly Burakov <[email protected]>
> ---
As done on v3:
Acked-by: Bruce Richardson <[email protected]>

Reply via email to