[dpdk-dev] [PATCH v2 2/2] app/testpmd: add queue based pfc CLI options
Ferruh Yigit
ferruh.yigit at intel.com
Tue Jan 25 18:36:48 CET 2022
On 1/13/2022 10:27 AM, jerinj at marvell.com wrote:
> From: Sunil Kumar Kori <skori at marvell.com>
>
> Patch adds command line options to configure queue based
> priority flow control.
>
> - Syntax command is given as below:
>
> set pfc_queue_ctrl <port_id> rx <on|off> <tx_qid> <tx_tc> \
> tx <on|off> <rx_qid> <rx_tc> <pause_time>
>
Isn't the order of the paramters odd, it is mixing Rx/Tx config,
what about ordering Rx and Tx paramters?
> - Example command to configure queue based priority flow control
> on rx and tx side for port 0, Rx queue 0, Tx queue 0 with pause
> time 2047
>
> testpmd> set pfc_queue_ctrl 0 rx on 0 0 tx on 0 0 2047
>
> Signed-off-by: Sunil Kumar Kori <skori at marvell.com>
<...>
More information about the dev
mailing list