> -----Original Message----- > From: Alan Brady <[email protected]> > Sent: Thursday, February 22, 2024 11:05 AM > To: [email protected] > Cc: [email protected]; Brady, Alan <[email protected]>; Lobakin, > Aleksander <[email protected]> > Subject: [PATCH v6 07/11 iwl-next] idpf: refactor idpf_recv_mb_msg > > Now that all the messages are using the transaction API, we can rework > idpf_recv_mb_msg quite a lot to simplify it. Due to this, we remove > idpf_find_vport as no longer used and alter idpf_recv_event_msg > slightly. > > Tested-by: Alexander Lobakin <[email protected]> > Signed-off-by: Alan Brady <[email protected]> > --- > drivers/net/ethernet/intel/idpf/idpf_lib.c | 2 +- > .../net/ethernet/intel/idpf/idpf_virtchnl.c | 254 +++--------------- > .../net/ethernet/intel/idpf/idpf_virtchnl.h | 3 +- > 3 files changed, 37 insertions(+), 222 deletions(-) > > diff --git a/drivers/net/ethernet/intel/idpf/idpf_lib.c > b/drivers/net/ethernet/intel/idpf/idpf_lib.c > index 96c0b6d38799..4c6c7b9db762 100644 > --- a/drivers/net/ethernet/intel/idpf/idpf_lib.c > +++ b/drivers/net/ethernet/intel/idpf/idpf_lib.c
Tested-by: Krishneil Singh <[email protected]>
