Re: [dpdk-dev] [PATCH v2] app/testpmd: support the query of link flow ctrl info

2021-04-19 Thread Ferruh Yigit
On 4/20/2021 2:34 AM, Li, Xiaoyun wrote: Hi -Original Message- From: Min Hu (Connor) Sent: Monday, April 19, 2021 16:28 To: dev@dpdk.org Cc: Yigit, Ferruh ; Li, Xiaoyun Subject: [PATCH v2] app/testpmd: support the query of link flow ctrl info From: Huisong Li This patch supports th

Re: [dpdk-dev] [PATCH v2] app/testpmd: support the query of link flow ctrl info

2021-04-19 Thread Li, Xiaoyun
Hi > -Original Message- > From: Min Hu (Connor) > Sent: Monday, April 19, 2021 16:28 > To: dev@dpdk.org > Cc: Yigit, Ferruh ; Li, Xiaoyun > Subject: [PATCH v2] app/testpmd: support the query of link flow ctrl info > > From: Huisong Li > > This patch supports the query of the link flow

Re: [dpdk-dev] [PATCH v2] app/testpmd: support the query of link flow ctrl info

2021-04-19 Thread Ferruh Yigit
On 4/19/2021 9:28 AM, Min Hu (Connor) wrote: From: Huisong Li This patch supports the query of the link flow control parameter on a port. The command format is as follows: show port flow_ctrl Signed-off-by: Huisong Li Signed-off-by: Min Hu (Connor) Reviewed-by: Ferruh Yigit

[dpdk-dev] [PATCH v2] app/testpmd: support the query of link flow ctrl info

2021-04-19 Thread Min Hu (Connor)
From: Huisong Li This patch supports the query of the link flow control parameter on a port. The command format is as follows: show port flow_ctrl Signed-off-by: Huisong Li Signed-off-by: Min Hu (Connor) --- app/test-pmd/cmdline.c | 83 + doc