Re: [PATCH net-next 0/4] devlink small improvements

2020-07-21 Thread David Miller
From: Parav Pandit Date: Tue, 21 Jul 2020 19:53:50 +0300 > This short series improves the devlink code for lock commment, > simplifying checks and keeping the scope of mutex lock for necessary > fields. > > Patch summary: > Patch-1 Keep the devlink_mutex for only for necessary changes. > Patch-2

Re: [PATCH net-next 0/4] devlink small improvements

2020-07-21 Thread Jakub Kicinski
On Tue, 21 Jul 2020 19:53:50 +0300 Parav Pandit wrote: > Hi Jakub, Dave, > > This short series improves the devlink code for lock commment, > simplifying checks and keeping the scope of mutex lock for necessary > fields. Reviewed-by: Jakub Kicinski

[PATCH net-next 0/4] devlink small improvements

2020-07-21 Thread Parav Pandit
Hi Jakub, Dave, This short series improves the devlink code for lock commment, simplifying checks and keeping the scope of mutex lock for necessary fields. Patch summary: Patch-1 Keep the devlink_mutex for only for necessary changes. Patch-2 Avoids duplicate check for reload flag Patch-3 Adds mis