Re: [PATCH net-next v1 1/1] queue_api: reduce risk of name collision over txq

From: Jakub Kicinski
Date: Mon May 19 2025 - 19:09:59 EST


On Sun, 18 May 2025 13:00:54 +0300 Gur Stavi wrote:
> Rename local variable in macros from txq to _txq.
> When macro parameter get_desc is expended it is likely to have a txq
> token that refers to a different txq variable at the caller's site.
>
> Signed-off-by: Gur Stavi <gur.stavi@xxxxxxxxxx>

Reviewed-by: Jakub Kicinski <kuba@xxxxxxxxxx>