> -----Original Message-----
> From: Intel-wired-lan <[email protected]> On Behalf
> Of Joshua Hay
> Sent: Thursday, November 13, 2025 1:42 AM
> To: [email protected]
> Cc: [email protected]
> Subject: [Intel-wired-lan] [PATCH iwl-next v10 08/10] idpf: generalize
> send virtchnl message API
> 
> From: Pavan Kumar Linga <[email protected]>
> 
> With the previous refactor of passing idpf resource pointer, all of
> the
> virtchnl send message functions do not require full vport structure.
> Those functions can be generalized to be able to use for configuring
> vport independent queues.
> 
> Signed-off-by: Anton Nadezhdin <[email protected]>
> Reviewed-by: Madhu Chittim <[email protected]>
> Signed-off-by: Pavan Kumar Linga <[email protected]>
> Signed-off-by: Joshua Hay <[email protected]>
> ---
> v8: rebase on AF_XDP series
> ---

...

>  /**
>   * idpf_send_destroy_vport_msg - Send virtchnl destroy vport message
> - * @vport: virtual port data structure
> + * @adapter: adapter pointer used to send virtchnl message
> + * @vport_id: vport identifier used while preparing the virtchnl
> message
>   *
>   * Send virtchnl destroy vport message.  Returns 0 on success,
> negative on
Kdoc format violation
Put Return: on last line.

>   * failure.
>   */
> -int idpf_send_destroy_vport_msg(struct idpf_vport *vport)
> +int idpf_send_destroy_vport_msg(struct idpf_adapter *adapter, u32
> vport_id)
>  {

...

> --
> 2.39.2

Reply via email to