Re: [PATCH v2 2/2] net/hns3: fix pointer offset

2024-10-22 Thread lihuisong (C)
Acked-by: Huisong Li 在 2024/10/22 12:01, Jie Hai 写道: If the register values of multiple modules are obtained at a time, the register values are incorrect because the data field to be filled pointing to a wrong address. Update the pointer offset of data to get the correct address. Fixes: dd4b8b

Re: [PATCH v2 2/2] net/hns3: fix pointer offset

2024-10-21 Thread fengchengwen
Acked-by: Chengwen Feng On 2024/10/22 12:01, Jie Hai wrote: > If the register values of multiple modules are obtained at a time, > the register values are incorrect because the data field to be filled > pointing to a wrong address. Update the pointer offset of data to > get the correct address. >

[PATCH v2 2/2] net/hns3: fix pointer offset

2024-10-21 Thread Jie Hai
If the register values of multiple modules are obtained at a time, the register values are incorrect because the data field to be filled pointing to a wrong address. Update the pointer offset of data to get the correct address. Fixes: dd4b8bba785f ("net/hns3: support reporting names of registers")