From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leon Romanovsky Date: Wed, 29 Sep 2021 13:40:51 +0300 Subject: [Intel-wired-lan] [PATCH net-next 0/5] Devlink reload and missed notifications fix In-Reply-To: References: Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: On Wed, Sep 29, 2021 at 01:16:34PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky > > Hi, > > This series starts from the fixing the bug introduced by implementing > devlink delayed notifications logic, where I missed some of the > notifications functions. > > The rest series provides a way to dynamically set devlink ops that is > needed for mlx5 multiport device and starts cleanup by removing > not-needed logic. > > In the next series, we will delete various publish API, drop general > lock, annotate the code and rework logic around devlink->lock. > > All this is possible because driver initialization is separated from the > user input now. > > Thanks > > Leon Romanovsky (5): > devlink: Add missed notifications iterators I missed WARN_ON(), I'm resending the series. Thanks