diff options
author | 2024-02-22 11:04:31 -0800 | |
---|---|---|
committer | 2024-03-04 09:28:27 -0800 | |
commit | 5dc283fa5cf72011248b00e1036b17876e4f5a40 (patch) | |
tree | 7ce2ae1df1e085de38997982ec7eda0245549014 /drivers/net/ethernet/intel/idpf/idpf_lib.c | |
parent | Merge branch 'mptcp-userspace-pm' (diff) | |
download | linux-rng-5dc283fa5cf72011248b00e1036b17876e4f5a40.tar.xz linux-rng-5dc283fa5cf72011248b00e1036b17876e4f5a40.zip |
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@intel.com>
Signed-off-by: Alan Brady <alan.brady@intel.com>
Tested-by: Krishneil Singh <krishneil.k.singh@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/idpf/idpf_lib.c')
-rw-r--r-- | drivers/net/ethernet/intel/idpf/idpf_lib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/idpf/idpf_lib.c b/drivers/net/ethernet/intel/idpf/idpf_lib.c index 58179bd733ff..1832f800a370 100644 --- a/drivers/net/ethernet/intel/idpf/idpf_lib.c +++ b/drivers/net/ethernet/intel/idpf/idpf_lib.c @@ -2,6 +2,7 @@ /* Copyright (C) 2023 Intel Corporation */ #include "idpf.h" +#include "idpf_virtchnl.h" static const struct net_device_ops idpf_netdev_ops_splitq; static const struct net_device_ops idpf_netdev_ops_singleq; |