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

From: Shradha Gupta
Date: Fri Aug 02 2024 - 00:29:12 EST


On Thu, Aug 01, 2024 at 07:16:49AM -0700, Jakub Kicinski wrote:
> On Wed, 31 Jul 2024 20:49:05 -0700 Shradha Gupta wrote:
> > It is a pretty standard support for network drivers to allow changing
> > TX/RX queue sizes. We are working on improving customizations in MANA
> > driver based on VM configurations. This patch is a part of that series.
> > Hope that makes things more clear.
>
> Simple reconfiguration must not run the risk of taking the system off
> network.
Agreed. I'm making the changes and send a new version. Thanks