> -----Original Message----- > From: Intel-wired-lan <intel-wired-lan-boun...@osuosl.org> On Behalf Of > Alan Brady > Sent: Thursday, February 22, 2024 11:05 AM > To: intel-wired-...@lists.osuosl.org > Cc: Kitszel, Przemyslaw <przemyslaw.kits...@intel.com>; Hay, Joshua A > <joshua.a....@intel.com>; Lobakin, Aleksander > <aleksander.loba...@intel.com>; Brady, Alan <alan.br...@intel.com>; > net...@vger.kernel.org; Bagnucki, Igor <igor.bagnu...@intel.com> > 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 <aleksander.loba...@intel.com> > Reviewed-by: Przemek Kitszel <przemyslaw.kits...@intel.com> > Reviewed-by: Igor Bagnucki <igor.bagnu...@intel.com> > Co-developed-by: Joshua Hay <joshua.a....@intel.com> > Signed-off-by: Joshua Hay <joshua.a....@intel.com> > Signed-off-by: Alan Brady <alan.br...@intel.com> > --- > .../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 <krishneil.k.si...@intel.com>