[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <MW4PR11MB59118A946F5BEA361AE4D6C5BA5D2@MW4PR11MB5911.namprd11.prod.outlook.com>
Date: Sat, 2 Mar 2024 04:32:06 +0000
From: "Singh, Krishneil K" <krishneil.k.singh@...el.com>
To: "Brady, Alan" <alan.brady@...el.com>, "intel-wired-lan@...ts.osuosl.org"
<intel-wired-lan@...ts.osuosl.org>
CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>, "Brady, Alan"
<alan.brady@...el.com>, "Lobakin, Aleksander" <aleksander.lobakin@...el.com>
Subject: RE: [PATCH v6 01/11 iwl-next] idpf: add idpf_virtchnl.h
> -----Original Message-----
> From: Alan Brady <alan.brady@...el.com>
> Sent: Thursday, February 22, 2024 11:05 AM
> To: intel-wired-lan@...ts.osuosl.org
> Cc: netdev@...r.kernel.org; Brady, Alan <alan.brady@...el.com>; Lobakin,
> Aleksander <aleksander.lobakin@...el.com>
> 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 <aleksander.lobakin@...el.com>
> Signed-off-by: Alan Brady <alan.brady@...el.com>
> ---
> 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 <krishneil.k.singh@...el.com>
Powered by blists - more mailing lists