[PATCH v3 5/7] app/procinfo: add dump of Rx/Tx burst mode

Pattan, Reshma reshma.pattan at intel.com
Fri Sep 23 12:02:51 CEST 2022



> -----Original Message-----
> From: Dongdong Liu <liudongdong3 at huawei.com>
> Subject: [PATCH v3 5/7] app/procinfo: add dump of Rx/Tx burst mode
> 
> Signed-off-by: Jie Hai <haijie1 at huawei.com>
> Signed-off-by: Dongdong Liu <liudongdong3 at huawei.com>


> ---
> +			if (rte_eth_rx_burst_mode_get(i, j, &mode) == 0)
> +				printf(" burst mode : %s%s",
> +				       mode.info,
> +				       mode.flags &
> RTE_ETH_BURST_FLAG_PER_QUEUE ?
> +						" (per queue)" : "");

Small question: What if mode is not per queue that does that mean  is it per port?

Acked-by: Reshma Pattan <reshma.pattan at intel.com>


More information about the dev mailing list