Re: [PATCH net-next] net: ethtool: Monotonically increase the message sequence number

From: Jakub Kicinski
Date: Thu Jul 11 2024 - 20:43:28 EST


On Thu, 11 Jul 2024 11:09:34 +0300 Danielle Ratson wrote:
> Currently, during the module firmware flashing process, unicast
> notifications are sent from the kernel using the same sequence number,
> making it impossible for user space to track missed notifications.
>
> Monotonically increase the message sequence number, so the order of
> notifications could be tracked effectively.

Reviewed-by: Jakub Kicinski <kuba@xxxxxxxxxx>