On 4/20/2021 2:34 AM, Li, Xiaoyun wrote:
Hi
-----Original Message-----
From: Min Hu (Connor) <[email protected]>
Sent: Monday, April 19, 2021 16:28
To: [email protected]
Cc: Yigit, Ferruh <[email protected]>; Li, Xiaoyun <[email protected]>
Subject: [PATCH v2] app/testpmd: support the query of link flow ctrl info
From: Huisong Li <[email protected]>
This patch supports the query of the link flow control parameter on a port.
The command format is as follows:
show port <port_id> flow_ctrl
Signed-off-by: Huisong Li <[email protected]>
Signed-off-by: Min Hu (Connor) <[email protected]>
---
app/test-pmd/cmdline.c | 83 +++++++++++++++++++++++++++++
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 7 +++
2 files changed, 90 insertions(+)
2.7.4
Acked-by: Xiaoyun Li <[email protected]>
Applied to dpdk-next-net/main, thanks.