> -----Original Message-----
> From: Jakub Kicinski <[email protected]>
> Sent: Tuesday, March 25, 2025 3:22 PM
> To: Andrew Lunn <[email protected]>
> Cc: Erni Sri Satya Vennela <[email protected]>; KY Srinivasan
> <[email protected]>; Haiyang Zhang <[email protected]>;
> [email protected]; Dexuan Cui <[email protected]>;
> [email protected]; [email protected]; [email protected];
> [email protected]; Long Li <[email protected]>; Konstantin Taranov
> <[email protected]>; [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; linux-
> [email protected]
> Subject: [EXTERNAL] Re: [PATCH 2/3] net: mana: Implement
> set_link_ksettings in ethtool for speed
>
> On Tue, 25 Mar 2025 18:52:40 +0100 Andrew Lunn wrote:
> > Using TC would be more natural in this case. The user action is to
> > remove the TC filter and that should set it back to unlimited.
>
> better still - net shapers
Thank you, Andrew & Jakub:
Sure, there are many (better) ways to control/shape the traffic.
This patch is just to support the ethtool option for the speed.
And seems there is no option on ethtool to reset NIC to the default
speed?
- Haiyang