Re: [PATCH v2] examples/ethtool: fix pause configuration

2023-11-22 Thread Thomas Monjalon
10/11/2023 04:30, 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 fai

[PATCH v2] examples/ethtool: fix pause configuration

2023-11-09 Thread 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 command. This patch su