Re: [PATCH v3 07/22] common/idpf: convert data type to 'le'

2024-06-14 Thread Burakov, Anatoly
On 6/12/2024 5:52 AM, Soumyadeep Hore wrote: 'u32' data type is used for the struct members in 'virtchnl2_version_info' which should be '__le32'. Make the change accordingly. It is not stated why the data type "should" be __le32. Can the commit message be clarified to explain why this should b

[PATCH v3 07/22] common/idpf: convert data type to 'le'

2024-06-11 Thread Soumyadeep Hore
'u32' data type is used for the struct members in 'virtchnl2_version_info' which should be '__le32'. Make the change accordingly. Signed-off-by: Soumyadeep Hore --- drivers/common/idpf/base/virtchnl2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/common/idpf/ba