Re: [PATCH net-next 1/5] devlink: Add port-level resource infrastructure

From: Jiri Pirko

Date: Wed Feb 04 2026 - 04:59:45 EST


Tue, Feb 03, 2026 at 08:10:29AM +0100, tariqt@xxxxxxxxxx wrote:
>From: Or Har-Toov <ohartoov@xxxxxxxxxx>

[...]

>
> DEVLINK_CMD_NOTIFY_FILTER_SET,
>
>+ DEVLINK_CMD_PORT_RESOURCE_GET, /* can dump */

Hmm, I assume that "set" is somehow on the horizon. Wouldn't it make
sense to add the enum as a placeholder to have the cmds
together?


>+
> /* add new commands above here */
> __DEVLINK_CMD_MAX,
> DEVLINK_CMD_MAX = __DEVLINK_CMD_MAX - 1

[...]