Re: [PATCH net-next 3/4] devlink: add function unique identifier to devlink dev info
From: Simon Horman <horms@kernel.org> Date: 2025-03-23 17:19:02
On Tue, Mar 18, 2025 at 04:36:26PM +0100, Jiri Pirko wrote:
From: Jiri Pirko <redacted>
Presently, for multi-PF NIC each PF reports the same serial_number and
board.serial_number.
To universally identify a function, add function unique identifier (uid)
to be obtained from the driver as a string of arbitrary length.
Signed-off-by: Jiri Pirko <redacted>
Reviewed-by: Parav Pandit <redacted>