[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <IA3PR11MB898642FDBE8D123704A7CD82E5CDA@IA3PR11MB8986.namprd11.prod.outlook.com>
Date: Thu, 13 Nov 2025 08:08:28 +0000
From: "Loktionov, Aleksandr" <aleksandr.loktionov@...el.com>
To: "Hay, Joshua A" <joshua.a.hay@...el.com>,
"intel-wired-lan@...ts.osuosl.org" <intel-wired-lan@...ts.osuosl.org>
CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: RE: [Intel-wired-lan] [PATCH iwl-next v10 08/10] idpf: generalize
send virtchnl message API
> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces@...osl.org> On Behalf
> Of Joshua Hay
> Sent: Thursday, November 13, 2025 1:42 AM
> To: intel-wired-lan@...ts.osuosl.org
> Cc: netdev@...r.kernel.org
> Subject: [Intel-wired-lan] [PATCH iwl-next v10 08/10] idpf: generalize
> send virtchnl message API
>
> From: Pavan Kumar Linga <pavan.kumar.linga@...el.com>
>
> 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 <anton.nadezhdin@...el.com>
> Reviewed-by: Madhu Chittim <madhu.chittim@...el.com>
> Signed-off-by: Pavan Kumar Linga <pavan.kumar.linga@...el.com>
> Signed-off-by: Joshua Hay <joshua.a.hay@...el.com>
> ---
> 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
Powered by blists - more mailing lists