> -----Original Message-----
> From: Intel-wired-lan <[email protected]> On Behalf Of
> Jedrzej Jagielski
> Sent: Friday, April 11, 2025 6:36 PM
> To: [email protected]
> Cc: Nguyen, Anthony L <[email protected]>;
> [email protected]; Mrozowicz, SlawomirX
> <[email protected]>; Kitszel, Przemyslaw
> <[email protected]>; Jagielski, Jedrzej
> <[email protected]>
> Subject: [Intel-wired-lan] [PATCH iwl-next v1] ixgbe: devlink: add devlink
> region support for E610
> 
> 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]>
> ---
>  Documentation/networking/devlink/ixgbe.rst    |  49 +++
>  drivers/net/ethernet/intel/ixgbe/Makefile     |   3 +-
>  .../ethernet/intel/ixgbe/devlink/devlink.h    |   2 +
>  .../net/ethernet/intel/ixgbe/devlink/region.c | 290 ++++++++++++++++++
>  drivers/net/ethernet/intel/ixgbe/ixgbe.h      |   3 +
>  drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |   3 +
>  6 files changed, 349 insertions(+), 1 deletion(-)  create mode 100644
> 

Tested-by: Bharath R <[email protected]>

Reply via email to