> -----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 01/11 iwl-next] idpf: add idpf_virtchnl.h > > idpf.h is quite heavy. We can reduce the burden a fair bit by > introducing an idpf_virtchnl.h file. This mostly just moves function > declarations but there are many of them. This also makes an attempt to > group those declarations in a way that makes some sense instead of > mishmashed. > > Suggested-by: Alexander Lobakin <[email protected]> > Signed-off-by: Alan Brady <[email protected]> > --- > drivers/net/ethernet/intel/idpf/idpf.h | 50 ------------- > drivers/net/ethernet/intel/idpf/idpf_dev.c | 1 + > drivers/net/ethernet/intel/idpf/idpf_lib.c | 1 + > drivers/net/ethernet/intel/idpf/idpf_main.c | 1 + > drivers/net/ethernet/intel/idpf/idpf_txrx.c | 1 + > drivers/net/ethernet/intel/idpf/idpf_vf_dev.c | 1 + > .../net/ethernet/intel/idpf/idpf_virtchnl.c | 1 + > .../net/ethernet/intel/idpf/idpf_virtchnl.h | 71 +++++++++++++++++++ > 8 files changed, 77 insertions(+), 50 deletions(-) > create mode 100644 drivers/net/ethernet/intel/idpf/idpf_virtchnl.h > > diff --git a/drivers/net/ethernet/intel/idpf/idpf.h > b/drivers/net/ethernet/intel/idpf/idpf.h > index 0acc125decb3..b2f1bc63c3b6 100644 > --- a/drivers/net/ethernet/intel/idpf/idpf.h > +++ b/drivers/net/ethernet/intel/idpf/idpf.h
Tested-by: Krishneil Singh <[email protected]>
