Re: [PATCH v5 5/7] net/hns3: add names for registers

2024-03-08 Thread lihuisong (C)
在 2024/3/7 11:02, Jie Hai 写道: This patch adds names for all registers to be dumped. For those who can be directly accessed by their addresses, a new structure containing both name and address is added and the related arrays is refactored and renamed. For the remaining modules, there may be dif

Re: [PATCH v5 5/7] net/hns3: add names for registers

2024-03-08 Thread lihuisong (C)
Reviewed-by: Huisong Li 在 2024/3/7 11:02, Jie Hai 写道: This patch adds names for all registers to be dumped. For those who can be directly accessed by their addresses, a new structure containing both name and address is added and the related arrays is refactored and renamed. For the remaining m

[PATCH v5 5/7] net/hns3: add names for registers

2024-03-06 Thread Jie Hai
This patch adds names for all registers to be dumped. For those who can be directly accessed by their addresses, a new structure containing both name and address is added and the related arrays is refactored and renamed. For the remaining modules, there may be different meanings on different platf