[dpdk-dev] [PATCH v4 2/2] app/testpmd: add queue based pfc CLI options
Ferruh Yigit
ferruh.yigit at intel.com
Mon Feb 7 18:21:47 CET 2022
On 2/7/2022 1:55 PM, 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>
>
> - 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>
lgtm, thanks
More information about the dev
mailing list