> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Alan Brady > Sent: Thursday, February 22, 2024 11:05 AM > To: [email protected] > Cc: Kitszel, Przemyslaw <[email protected]>; Hay, Joshua A > <[email protected]>; Lobakin, Aleksander > <[email protected]>; Brady, Alan <[email protected]>; > [email protected]; Bagnucki, Igor <[email protected]> > Subject: [Intel-wired-lan] [PATCH v6 03/11 iwl-next] idpf: refactor vport > virtchnl messages > > This reworks the way vport related virtchnl messages work to take > advantage of the added transaction API. It is fairly mechanical as, to > use the transaction API, the function just needs to fill out an > appropriate idpf_vc_xn_params struct to pass to idpf_vc_xn_exec which > will take care of the actual send and recv. > > Tested-by: Alexander Lobakin <[email protected]> > Reviewed-by: Przemek Kitszel <[email protected]> > Reviewed-by: Igor Bagnucki <[email protected]> > Co-developed-by: Joshua Hay <[email protected]> > Signed-off-by: Joshua Hay <[email protected]> > Signed-off-by: Alan Brady <[email protected]> > --- > .../net/ethernet/intel/idpf/idpf_virtchnl.c | 185 +++++++----------- > 1 file changed, 69 insertions(+), 116 deletions(-) > > diff --git a/drivers/net/ethernet/intel/idpf/idpf_virtchnl.c > b/drivers/net/ethernet/intel/idpf/idpf_virtchnl.c > index 95ca10f644b2..2dab7122615f 100644 > --- a/drivers/net/ethernet/intel/idpf/idpf_virtchnl.c > +++ b/drivers/net/ethernet/intel/idpf/idpf_virtchnl.c
Tested-by: Krishneil Singh <[email protected]>
