Re: [PATCH net-next v5] net: mana: Implement get_ringparam/set_ringparam for mana

2024-08-27 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 26 Aug 2024 09:07:41 -0700 you wrote: > Currently the values of WQs for RX and TX queues for MANA devices > are hardcoded to default sizes. > Allow configuring these values for MANA devices as ringparam > conf

Re: [PATCH net-next v5] net: mana: Implement get_ringparam/set_ringparam for mana

2024-08-27 Thread Saurabh Singh Sengar
On Mon, Aug 26, 2024 at 09:07:41AM -0700, Shradha Gupta wrote: > Currently the values of WQs for RX and TX queues for MANA devices > are hardcoded to default sizes. > Allow configuring these values for MANA devices as ringparam > configuration(get/set) through ethtool_ops. > Pre-allocate buffers at

[PATCH net-next v5] net: mana: Implement get_ringparam/set_ringparam for mana

2024-08-26 Thread Shradha Gupta
Currently the values of WQs for RX and TX queues for MANA devices are hardcoded to default sizes. Allow configuring these values for MANA devices as ringparam configuration(get/set) through ethtool_ops. Pre-allocate buffers at the beginning of this operation, to prevent complete network loss in low