On 1/13/2022 10:27 AM, [email protected] wrote:
From: Sunil Kumar Kori <[email protected]>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 <[email protected]>
<...>

