On 4/11/2025 6:06 AM, Jedrzej Jagielski wrote:
> From: Slawomir Mrozowicz <[email protected]>
>
> Provide support for the following devlink cmds:
> -DEVLINK_CMD_REGION_GET
> -DEVLINK_CMD_REGION_NEW
> -DEVLINK_CMD_REGION_DEL
> -DEVLINK_CMD_REGION_READ
>
> ixgbe devlink region implementation, similarly to the ice one,
> lets user to create snapshots of content of Non Volatile Memory,
> content of Shadow RAM, and capabilities of the device.
>
> For both NVM and SRAM regions provide .read() handler to let user
> read their contents without the need to create full snapshots.
>
> Reviewed-by: Przemek Kitszel <[email protected]>
> Signed-off-by: Slawomir Mrozowicz <[email protected]>
> Co-developed-by: Jedrzej Jagielski <[email protected]>
> Signed-off-by: Jedrzej Jagielski <[email protected]>
> ---
Reviewed-by: Jacob Keller <[email protected]>
Thanks!