On Wed, Feb 11, 2026 at 01:52:54PM +0000, Anatoly Burakov wrote: > Currently, when responding to VF resource queries, we are dynamically > allocating a temporary buffer with rte_zmalloc followed by an immediate > rte_free. This is not needed as the response is only used temporarily, > so replace it with a stack-allocated structure (the allocation is fixed > in size and pretty small). > > Signed-off-by: Anatoly Burakov <[email protected]> Acked-by: Bruce Richardson <[email protected]>
- RE: [PATCH v3 06/27] net/i40e: use unsigned types fo... Morten Brørup
- Re: [PATCH v3 06/27] net/i40e: use unsigned type... Burakov, Anatoly
- [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

