From: Shannon Nelson <snel...@pensando.io> Date: Thu, 27 Aug 2020 16:00:18 -0700
> Previous review comments have suggested [1],[2] that this driver > needs to rework how queue resources are managed and reconfigured > so that we don't do a full driver reset and to better handle > potential allocation failures. This patchset is intended to > address those comments. > > The first few patches clean some general issues and > simplify some of the memory structures. The last 4 patches > specifically address queue parameter changes without a full > ionic_stop()/ionic_open(). > > [1] > https://lore.kernel.org/netdev/20200706103305.182bd...@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com/ > [2] > https://lore.kernel.org/netdev/20200724.194417.2151242753657227232.da...@davemloft.net/ ... Series applied, thanks for doing this work as this is an area where many drivers have poor behavior.