On 4/20/2021 2:34 AM, Li, Xiaoyun wrote:
Hi
-----Original Message-----
From: Min Hu (Connor) <humi...@huawei.com>
Sent: Monday, April 19, 2021 16:28
To: dev@dpdk.org
Cc: Yigit, Ferruh <ferruh.yi...@intel.com>; Li, Xiaoyun <xiaoyun...@intel.com>
Subject: [PATCH v2] app/testpmd: support the query of link flow ctrl info
From: Huisong Li <lihuis...@huawei.com>
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 <lihuis...@huawei.com>
Signed-off-by: Min Hu (Connor) <humi...@huawei.com>
---
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 <xiaoyun...@intel.com>
Applied to dpdk-next-net/main, thanks.