> -----Original Message-----
> From: Intel-wired-lan <[email protected]> On Behalf Of
> Joshua Hay
> Sent: Tuesday, October 21, 2025 4:31 PM
> To: [email protected]
> Cc: [email protected]
> Subject: [Intel-wired-lan] [PATCH iwl-next v9 02/10] idpf: introduce
> idpf_q_vec_rsrc struct and move vector resources to it
> 
> From: Pavan Kumar Linga <[email protected]>
> 
> To group all the vector and queue resources, introduce idpf_q_vec_rsrc
> structure. This helps to reuse the same config path functions by other
> features. For example, PTP implementation can use the existing config
> infrastructure to configure secondary mailbox by passing its queue and vector
> info. It also helps to avoid any duplication of code.
> 
> Existing queue and vector resources are grouped as default resources.
> This patch moves vector info to the newly introduced structure.
> Following patch moves the queue resources.
> 
> While at it, declare the loop iterator for 'num_q_vectors' in loop and use the
> correct type.
> 
> Include idpf_q_vec_rsrc backpointer in idpf_alloc_queue_set along with vport.
> 
> Reviewed-by: Anton Nadezhdin <[email protected]>
> Signed-off-by: Pavan Kumar Linga <[email protected]>
> Signed-off-by: Joshua Hay <[email protected]>
> ---
> v8: rebase on AF_XDP series
> 2.39.2

Tested-by: Samuel Salin <[email protected]>

Reply via email to