Re: [PATCH net-next] r8169: add support for pause ethtool ops

2021-04-14 Thread Heiner Kallweit
On 15.04.2021 01:12, Jakub Kicinski wrote: > On Wed, 14 Apr 2021 08:23:15 +0200 Heiner Kallweit wrote: >> This adds support for the [g|s]et_pauseparam ethtool ops. It considers >> that the chip doesn't support pause frame use in jumbo mode. > > what happens if the MTU is changed afterwards? > Th

Re: [PATCH net-next] r8169: add support for pause ethtool ops

2021-04-14 Thread Jakub Kicinski
On Wed, 14 Apr 2021 08:23:15 +0200 Heiner Kallweit wrote: > This adds support for the [g|s]et_pauseparam ethtool ops. It considers > that the chip doesn't support pause frame use in jumbo mode. what happens if the MTU is changed afterwards?

Re: [PATCH net-next] r8169: add support for pause ethtool ops

2021-04-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 14 Apr 2021 08:23:15 +0200 you wrote: > This adds support for the [g|s]et_pauseparam ethtool ops. It considers > that the chip doesn't support pause frame use in jumbo mode. > > Signed-off-by: Heiner Kallweit > --

[PATCH net-next] r8169: add support for pause ethtool ops

2021-04-13 Thread Heiner Kallweit
This adds support for the [g|s]et_pauseparam ethtool ops. It considers that the chip doesn't support pause frame use in jumbo mode. Signed-off-by: Heiner Kallweit --- drivers/net/ethernet/realtek/r8169_main.c | 28 +++ 1 file changed, 28 insertions(+) diff --git a/drivers/ne