On Mon, 2 Feb 2026 16:34:42 +0100 [email protected] wrote: > priv->queue_map_rx = rte_calloc("NFB queue map", (max_rx_queues > + max_tx_queues), > + sizeof(*priv->queue_map_rx), 0);
You could drop the parenthesis around max_rx_queues + max_tx_queues and shorten line that way.

