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 <[email protected]> > --- Acked-by: Bruce Richardson <[email protected]>
- [PATCH v3 07/27] net/i40e: use proper flex len define Anatoly Burakov
- [PATCH v3 08/27] net/i40e: remove global pattern variable Anatoly Burakov
- [PATCH v3 09/27] net/i40e: avoid rte malloc in tunnel set Anatoly Burakov
- [PATCH v3 10/27] net/i40e: avoid rte malloc in RSS RETA o... Anatoly Burakov
- Re: [PATCH v3 10/27] net/i40e: avoid rte malloc in R... Bruce Richardson
- [PATCH v3 11/27] net/i40e: avoid rte malloc in MAC/VLAN f... Anatoly Burakov
- Re: [PATCH v3 11/27] net/i40e: avoid rte malloc in M... Bruce Richardson
- [PATCH v3 12/27] net/i40e: avoid rte malloc in VF resourc... Anatoly Burakov
- Re: [PATCH v3 12/27] net/i40e: avoid rte malloc in V... Bruce Richardson
- [PATCH v3 13/27] net/i40e: avoid rte malloc in adminq ope... Anatoly Burakov
- Re: [PATCH v3 13/27] net/i40e: avoid rte malloc in a... Bruce Richardson
- [PATCH v3 14/27] net/i40e: avoid rte malloc in DDP packag... Anatoly Burakov
- Re: [PATCH v3 14/27] net/i40e: avoid rte malloc in D... Bruce Richardson
- [PATCH v3 15/27] net/i40e: avoid rte malloc in DDP ptype ... Anatoly Burakov
- Re: [PATCH v3 15/27] net/i40e: avoid rte malloc in D... Bruce Richardson
- [PATCH v3 16/27] net/iavf: remove remnants of pipeline mo... Anatoly Burakov
- [PATCH v3 17/27] net/iavf: avoid rte malloc in VF mailbox... Anatoly Burakov
- [PATCH v3 18/27] net/iavf: decouple hash uninit from pars... Anatoly Burakov
- [PATCH v3 19/27] net/iavf: avoid rte malloc in RSS config... Anatoly Burakov
- [PATCH v3 20/27] net/iavf: avoid rte malloc in MAC addres... Anatoly Burakov
- [PATCH v3 21/27] net/iavf: avoid rte malloc in IPsec oper... Anatoly Burakov

