> -----Original Message-----
> From: Intel-wired-lan <[email protected]> On Behalf Of
> Pavan Kumar Linga
> Sent: Thursday, May 8, 2025 2:50 PM
> To: [email protected]
> Cc: [email protected]; Olech, Milena <[email protected]>;
> Nadezhdin, Anton <[email protected]>; Linga, Pavan Kumar
> <[email protected]>
> Subject: [Intel-wired-lan] [PATCH iwl-next v4 1/9] idpf: introduce local idpf
> structure to store virtchnl queue chunks
>
> Queue ID and register info received from device Control Plane is stored
> locally
> in the same little endian format. As the queue chunks are retrieved in 3
> functions, lexx_to_cpu conversions are done each time.
> Instead introduce a new idpf structure to store the received queue info.
> It also avoids conditional check to retrieve queue chunks.
>
> With this change, there is no need to store the queue chunks in
> 'req_qs_chunks' field. So remove that.
>
> Suggested-by: Milena Olech <[email protected]>
> Reviewed-by: Anton Nadezhdin <[email protected]>
> Signed-off-by: Pavan Kumar Linga <[email protected]>
> ---
> 2.43.0
Tested-by: Samuel Salin <[email protected]>