Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 275a63c9 authored by Danielle Ratson's avatar Danielle Ratson Committed by Jakub Kicinski
Browse files

net: ethtool: Monotonically increase the message sequence number


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.

Signed-off-by: default avatarDanielle Ratson <danieller@nvidia.com>
Reviewed-by: default avatarIdo Schimmel <idosch@nvidia.com>
Reviewed-by: default avatarJakub Kicinski <kuba@kernel.org>
Link: https://patch.msgid.link/20240711080934.2071869-1-danieller@nvidia.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 646d2ac7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment