├── COPYING ├── README ├── SUMS ├── i40e.7 ├── i40e.spec ├── pci.updates ├── scripts ├── check_aux_bus ├── dump_tables ├── set_irq_affinity └── virt_perf_default └── src ├── Makefile ├── Module.supported ├── auxiliary.c ├── auxiliary_compat.h ├── common.mk ├── i40e.h ├── i40e_adminq.c ├── i40e_adminq.h ├── i40e_adminq_cmd.h ├── i40e_alloc.h ├── i40e_client.c ├── i40e_client.h ├── i40e_common.c ├── i40e_dcb.c ├── i40e_dcb.h ├── i40e_dcb_nl.c ├── i40e_ddp.c ├── i40e_debugfs.c ├── i40e_devids.h ├── i40e_diag.c ├── i40e_diag.h ├── i40e_ethtool.c ├── i40e_ethtool_stats.h ├── i40e_filters.c ├── i40e_filters.h ├── i40e_helper.h ├── i40e_hmc.c ├── i40e_hmc.h ├── i40e_lan_hmc.c ├── i40e_lan_hmc.h ├── i40e_main.c ├── i40e_nvm.c ├── i40e_osdep.h ├── i40e_prototype.h ├── i40e_ptp.c ├── i40e_register.h ├── i40e_status.h ├── i40e_trace.h ├── i40e_txrx.c ├── i40e_txrx.h ├── i40e_txrx_common.h ├── i40e_type.h ├── i40e_virtchnl_pf.c ├── i40e_virtchnl_pf.h ├── i40e_xsk.c ├── i40e_xsk.h ├── kcompat-generator.sh ├── kcompat-lib.sh ├── kcompat.c ├── kcompat.h ├── kcompat_defs.h ├── kcompat_gcc.h ├── kcompat_impl.h ├── kcompat_overflow.h ├── kcompat_rhel_defs.h ├── kcompat_sles_defs.h ├── kcompat_std_defs.h ├── kcompat_ubuntu_defs.h ├── kcompat_vfd.c ├── kcompat_vfd.h ├── linux └── auxiliary_bus.h └── virtchnl.h /SUMS: -------------------------------------------------------------------------------- 1 | 08419 4 i40e-2.23.17/i40e.7 2 | 12529 18 i40e-2.23.17/COPYING 3 | 42001 5 i40e-2.23.17/scripts/virt_perf_default 4 | 58887 9 i40e-2.23.17/scripts/set_irq_affinity 5 | 21632 8 i40e-2.23.17/scripts/check_aux_bus 6 | 60555 2 i40e-2.23.17/scripts/dump_tables 7 | 42011 8 i40e-2.23.17/pci.updates 8 | 58831 96 i40e-2.23.17/README 9 | 37503 12 i40e-2.23.17/i40e.spec 10 | 59020 4 i40e-2.23.17/src/linux/auxiliary_bus.h 11 | 07430 22 i40e-2.23.17/src/i40e_client.c 12 | 39892 4 i40e-2.23.17/src/kcompat_gcc.h 13 | 02850 6 i40e-2.23.17/src/i40e_txrx_common.h 14 | 51639 1 i40e-2.23.17/src/kcompat_defs.h 15 | 30163 78 i40e-2.23.17/src/i40e_debugfs.c 16 | 09004 1 i40e-2.23.17/src/i40e_diag.h 17 | 40479 1 i40e-2.23.17/src/i40e_filters.h 18 | 28000 3 i40e-2.23.17/src/i40e_status.h 19 | 52122 14 i40e-2.23.17/src/kcompat-generator.sh 20 | 37033 8 i40e-2.23.17/src/kcompat-lib.sh 21 | 20294 7 i40e-2.23.17/src/Makefile 22 | 47574 10 i40e-2.23.17/src/kcompat_overflow.h 23 | 43934 19 i40e-2.23.17/src/common.mk 24 | 31117 7 i40e-2.23.17/src/i40e_virtchnl_pf.h 25 | 19880 134 i40e-2.23.17/src/i40e_txrx.c 26 | 45798 224 i40e-2.23.17/src/i40e_ethtool.c 27 | 34250 2 i40e-2.23.17/src/kcompat_ubuntu_defs.h 28 | 38939 74 i40e-2.23.17/src/kcompat.c 29 | 46463 3 i40e-2.23.17/src/i40e_xsk.h 30 | 37051 5 i40e-2.23.17/src/i40e_lan_hmc.h 31 | 31652 34 i40e-2.23.17/src/i40e_lan_hmc.c 32 | 20417 6 i40e-2.23.17/src/i40e_trace.h 33 | 18182 1 i40e-2.23.17/src/Module.supported 34 | 57162 3 i40e-2.23.17/src/i40e_osdep.h 35 | 35753 58 i40e-2.23.17/src/i40e_dcb.c 36 | 23438 2 i40e-2.23.17/src/i40e_devids.h 37 | 03635 38 i40e-2.23.17/src/i40e_xsk.c 38 | 02635 14 i40e-2.23.17/src/i40e_ddp.c 39 | 09035 8 i40e-2.23.17/src/kcompat_vfd.h 40 | 63420 5 i40e-2.23.17/src/auxiliary_compat.h 41 | 15921 8 i40e-2.23.17/src/auxiliary.c 42 | 45633 4 i40e-2.23.17/src/i40e_diag.c 43 | 19713 8 i40e-2.23.17/src/i40e_hmc.h 44 | 57391 49 i40e-2.23.17/src/i40e_nvm.c 45 | 34091 7 i40e-2.23.17/src/i40e_client.h 46 | 09692 10 i40e-2.23.17/src/i40e_hmc.c 47 | 62300 91 i40e-2.23.17/src/i40e_adminq_cmd.h 48 | 24127 4 i40e-2.23.17/src/i40e_helper.h 49 | 14398 76 i40e-2.23.17/src/kcompat_vfd.c 50 | 08193 55 i40e-2.23.17/src/i40e_ptp.c 51 | 41714 8 i40e-2.23.17/src/kcompat_sles_defs.h 52 | 60127 10 i40e-2.23.17/src/i40e_ethtool_stats.h 53 | 43576 2 i40e-2.23.17/src/i40e_alloc.h 54 | 46067 10 i40e-2.23.17/src/kcompat_std_defs.h 55 | 22763 216 i40e-2.23.17/src/kcompat.h 56 | 53759 30 i40e-2.23.17/src/i40e_dcb_nl.c 57 | 10266 26 i40e-2.23.17/src/i40e_prototype.h 58 | 58182 22 i40e-2.23.17/src/i40e_txrx.h 59 | 36726 6 i40e-2.23.17/src/kcompat_rhel_defs.h 60 | 10641 74 i40e-2.23.17/src/virtchnl.h 61 | 31584 523 i40e-2.23.17/src/i40e_main.c 62 | 02089 9 i40e-2.23.17/src/i40e_dcb.h 63 | 46314 245 i40e-2.23.17/src/i40e_virtchnl_pf.c 64 | 58911 50 i40e-2.23.17/src/i40e_type.h 65 | 26033 4 i40e-2.23.17/src/i40e_adminq.h 66 | 60492 2 i40e-2.23.17/src/i40e_filters.c 67 | 39407 61 i40e-2.23.17/src/kcompat_impl.h 68 | 54262 50 i40e-2.23.17/src/i40e.h 69 | 11111 214 i40e-2.23.17/src/i40e_common.c 70 | 42075 34 i40e-2.23.17/src/i40e_adminq.c 71 | 25109 369 i40e-2.23.17/src/i40e_register.h 72 | -------------------------------------------------------------------------------- /i40e.7: -------------------------------------------------------------------------------- 1 | .\" LICENSE 2 | .\" 3 | .\" This software program is released under the terms of a license agreement between you ('Licensee') and Intel. Do not use or load this software or any associated materials (collectively, the 'Software') until you have carefully read the full terms and conditions of the LICENSE located in this software package. By loading or using the Software, you agree to the terms of this Agreement. If you do not agree with the terms of this Agreement, do not install or use the Software. 4 | .\" 5 | .\" * Other names and brands may be claimed as the property of others. 6 | .\" 7 | . 8 | .TH i40e 1 "February 24, 2022" 9 | .SH NAME 10 | i40e \-This file describes the Linux* Base Driver 11 | for the Intel Ethernet Controller XL710 Family of Controllers. 12 | .SH SYNOPSIS 13 | .PD 0.4v 14 | modprobe i40e [