[PATCH v3 5/7] app/procinfo: add dump of Rx/Tx burst mode
Dongdong Liu
liudongdong3 at huawei.com
Sat Sep 24 10:06:42 CEST 2022
On 2022/9/23 18:02, Pattan, Reshma wrote:
>
>
>> -----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?
Yes, I think it is.
>
> Acked-by: Reshma Pattan <reshma.pattan at intel.com>
> .
>
More information about the dev
mailing list