Re: [patch net-next v2 08/11] devlink: introduce set of macros and use it for split ops definitions
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-07-25 17:38:17
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-07-25 17:38:17
On Thu, 20 Jul 2023 14:18:26 +0200 Jiri Pirko wrote:
The split ops structures for all commands look pretty much the same. The are all using the same/similar callbacks. Introduce a set of macros to make the code shorter and also avoid possible future copy&paste mistakes and inconsistencies. Use this macros for already converted commands.
If you want to use split ops extensively please use the nlspec and generate the table automatically. Integrating closer with the spec will have many benefits.