[Internet]Re: [PATCH v4] acl: support custom memory allocators in rte_acl_build

mannywang(王永峰) mannywang at tencent.com
Tue Dec 2 10:33:43 CET 2025


Thanks a lot for your review and feedback.
The comments have been addressed in this version.

On 12/2/2025 12:42 AM, Stephen Hemminger wrote:
> On Mon,  1 Dec 2025 12:05:07 +0000
> "mannywang(王永峰)" <mannywang at tencent.com> wrote:
> 
>> +static void *running_alloc(void *udata, char *name, size_t size,
>> +	size_t align, int32_t socket_id)
>> +{
>> +	(void)align;
>> +	(void)name;
>> +	(void)socket_id;
> 
> Please use __rte_unused attribute or RTE_SET_USED() macro for this.
> 




More information about the dev mailing list