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

2021-04-21 Thread Ferruh Yigit
On 4/21/2021 10:41 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) <...> @@ -258,6 +258,9 @@ static voi

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

2021-04-21 Thread Ferruh Yigit
On 4/21/2021 12:36 PM, Ferruh Yigit wrote: On 4/21/2021 12:12 PM, Kevin Traynor wrote: On 21/04/2021 10:41, 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-b

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

2021-04-21 Thread Ferruh Yigit
On 4/21/2021 12:12 PM, Kevin Traynor wrote: On 21/04/2021 10:41, 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

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

2021-04-21 Thread Kevin Traynor
On 21/04/2021 10:41, 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 > Thanks Connor, Acked-by: Kevin Traynor > Signed-off-by: Huisong Li > Signed-off-by:

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

2021-04-21 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) --- v3: * fixed the print format of link flow ctrl, and removes redundant port number ve