Re: [dpdk-dev] [PATCH] examples/ethtool: fix pause configuration

2023-07-03 Thread Stephen Hemminger
On Wed, 28 Apr 2021 16:42:59 +0800 "Min Hu (Connor)" wrote: > From: Huisong Li > > Currently, the pause command in ethtool to enable Rx/Tx pause has the > following problem. Namely, Assume that the device supports flow control > auto-negotiation to set pause parameters, which will the device th

Re: [dpdk-dev] [PATCH] examples/ethtool: fix pause configuration

2021-09-27 Thread Min Hu (Connor)
Hi, Ferruh, any comments about this patch? 在 2021/7/17 10:15, Min Hu (Connor) 写道: Hi, all, any comments? 在 2021/6/28 10:17, Min Hu (Connor) 写道: Hi, all,  any comments? 在 2021/4/28 16:42, Min Hu (Connor) 写道: From: Huisong Li Currently, the pause command in ethtool to enable

Re: [dpdk-dev] [PATCH] examples/ethtool: fix pause configuration

2021-07-16 Thread Min Hu (Connor)
Hi, all, any comments? 在 2021/6/28 10:17, Min Hu (Connor) 写道: Hi, all, any comments? 在 2021/4/28 16:42, Min Hu (Connor) 写道: From: Huisong Li Currently, the pause command in ethtool to enable Rx/Tx pause has the following problem. Namely, Assume that the device supports flow cont

Re: [dpdk-dev] [PATCH] examples/ethtool: fix pause configuration

2021-06-27 Thread Min Hu (Connor)
Hi, all, any comments? 在 2021/4/28 16:42, Min Hu (Connor) 写道: From: Huisong Li Currently, the pause command in ethtool to enable Rx/Tx pause has the following problem. Namely, Assume that the device supports flow control auto-negotiation to set pause parameters, which will the device t

[dpdk-dev] [PATCH] examples/ethtool: fix pause configuration

2021-04-28 Thread Min Hu (Connor)
From: Huisong Li Currently, the pause command in ethtool to enable Rx/Tx pause has the following problem. Namely, Assume that the device supports flow control auto-negotiation to set pause parameters, which will the device that does not support flow control auto-negotiation fails to run this comm