Re: [PATCH net-next 0/4] net: ll_temac: RX/TX ring size and coalesce ethtool parameters
From: David Miller <davem@davemloft.net>
Date: 2020-03-01 05:33:40
Also in:
linux-arm-kernel
From: David Miller <davem@davemloft.net>
Date: 2020-03-01 05:33:40
Also in:
linux-arm-kernel
From: Esben Haabendal <redacted> Date: Fri, 28 Feb 2020 08:56:42 +0100
This series adds support for RX/TX ring size and irq coalesce ethtool parameters to ll_temac driver. Esben Haabendal (4): net: ll_temac: Remove unused tx_bd_next struct field net: ll_temac: Remove unused start_p variable net: ll_temac: Make RX/TX ring sizes configurable net: ll_temac: Add ethtool support for coalesce parameters
Series applied, thanks. I supposed not allowing the ring param change when the device is up is one way to avoid the complexity of handling failures. However, users may find this very limiting since most networking devices allow this operation when the device is up and running.