]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: ethtool: Monotonically increase the message sequence number
authorDanielle Ratson <danieller@nvidia.com>
Thu, 11 Jul 2024 08:09:34 +0000 (11:09 +0300)
committerJakub Kicinski <kuba@kernel.org>
Sat, 13 Jul 2024 22:37:36 +0000 (15:37 -0700)
commit275a63c9fe10f39066782d2d775d7d3efb20b01f
treeafd91d86955ef11b399687ebba7e69be0401c2ae
parent646d2ac752db921bb97349fa1037a5b862cf87c4
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: Danielle Ratson <danieller@nvidia.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Link: https://patch.msgid.link/20240711080934.2071869-1-danieller@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ethtool/module.c