Re: [PATCH net-next] devlink: Notify eswitch mode changes to devlink monitor
From: Jakub Kicinski <kuba@kernel.org>
Date: 2025-11-18 03:41:04
From: Jakub Kicinski <kuba@kernel.org>
Date: 2025-11-18 03:41:04
On Sat, 15 Nov 2025 04:51:25 +0200 Parav Pandit wrote:
+ err = devlink_nl_eswitch_fill(msg, devlink, DEVLINK_CMD_ESWITCH_SET,
I've never seen action command ID being used for a notification. Either use an existing type which has the same message format, or if no message which naturally fits exists allocate a new ID. -- pw-bot: cr