Re: [dpdk-dev] [PATCH v2 4/4] app/testpmd: fix displaying Rx Tx queues information

2020-09-16 Thread Ferruh Yigit
On 9/16/2020 10:23 AM, Wei Hu (Xavier) wrote: Hi, Ferruh Yigit On 2020/9/15 0:31, Ferruh Yigit wrote: On 8/20/2020 2:42 AM, Wei Hu (Xavier) wrote: From: Huisong Li Currently, the information of Rx/Tx queues from PMD driver is not displayed exactly in the rxtx_config_display function. Because

Re: [dpdk-dev] [PATCH v2 4/4] app/testpmd: fix displaying Rx Tx queues information

2020-09-16 Thread Wei Hu (Xavier)
Hi, Ferruh Yigit On 2020/9/15 0:31, Ferruh Yigit wrote: On 8/20/2020 2:42 AM, Wei Hu (Xavier) wrote: From: Huisong Li Currently, the information of Rx/Tx queues from PMD driver is not displayed exactly in the rxtx_config_display function. Because "ports[pid].rx_conf" and "ports[pid].tx_conf"

Re: [dpdk-dev] [PATCH v2 4/4] app/testpmd: fix displaying Rx Tx queues information

2020-09-14 Thread Ferruh Yigit
On 8/20/2020 2:42 AM, Wei Hu (Xavier) wrote: > From: Huisong Li > > Currently, the information of Rx/Tx queues from PMD driver is not displayed > exactly in the rxtx_config_display function. Because "ports[pid].rx_conf" > and "ports[pid].tx_conf" maintained in testpmd application may be not the >

[dpdk-dev] [PATCH v2 4/4] app/testpmd: fix displaying Rx Tx queues information

2020-08-19 Thread Wei Hu (Xavier)
From: Huisong Li Currently, the information of Rx/Tx queues from PMD driver is not displayed exactly in the rxtx_config_display function. Because "ports[pid].rx_conf" and "ports[pid].tx_conf" maintained in testpmd application may be not the value actually used by PMD driver. For instance, user do