[PATCH v6 1/8] net/nfb: prepare for indirect queue mapping scheme

Stephen Hemminger stephen at networkplumber.org
Mon Feb 2 18:50:31 CET 2026


On Mon,  2 Feb 2026 16:34:42 +0100
spinler at cesnet.cz 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.


More information about the dev mailing list