> -----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]>; Kitszel, Przemyslaw > <[email protected]>; Bagnucki, Igor <[email protected]> > Subject: [PATCH v6 08/11 iwl-next] idpf: cleanup virtchnl cruft > > We can now remove a bunch of gross code we don't need anymore like the > vc state bits and vc_buf_lock since everything is using transaction API > now. > > Tested-by: Alexander Lobakin <[email protected]> > Reviewed-by: Przemek Kitszel <[email protected]> > Reviewed-by: Igor Bagnucki <[email protected]> > Signed-off-by: Alan Brady <[email protected]> > --- > drivers/net/ethernet/intel/idpf/idpf.h | 88 +------------------ > drivers/net/ethernet/intel/idpf/idpf_lib.c | 25 +----- > drivers/net/ethernet/intel/idpf/idpf_main.c | 2 - > .../net/ethernet/intel/idpf/idpf_virtchnl.c | 13 --- > 4 files changed, 3 insertions(+), 125 deletions(-) > > diff --git a/drivers/net/ethernet/intel/idpf/idpf.h > b/drivers/net/ethernet/intel/idpf/idpf.h
Tested-by: Krishneil Singh <[email protected]>
