]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update to the Intel Base driver for the Intel XL710 Ethernet Controller Family
authorJack F Vogel <jfv@FreeBSD.org>
Fri, 22 Aug 2014 18:59:19 +0000 (18:59 +0000)
committerJack F Vogel <jfv@FreeBSD.org>
Fri, 22 Aug 2014 18:59:19 +0000 (18:59 +0000)
commit61ae650d55553d48c55fbe023706dfa4b97483bb
tree282f1086dded67f1bba5dbdf835e950eb34d7f51
parentfbb6eca60f43d1391d61e09076b6de4a05c868a0
Update to the Intel Base driver for the Intel XL710 Ethernet Controller Family
- It was decided to change the driver name to if_ixl for FreeBSD
- This release adds the VF Driver to the tree, it can be built into
  the kernel or as the if_ixlv module
- The VF driver is independent for the first time, this will be
  desireable when full SRIOV capability is added to the OS.
- Thanks to my new coworker Eric Joyner for his superb work in
  both the core and vf driver code.

Enjoy everyone!

Submitted by: jack.vogel@intel.com and eric.joyner@intel.com
MFC after: 3 days (hoping to make 10.1)
30 files changed:
sys/conf/files
sys/dev/i40e/i40e_adminq_cmd.h [deleted file]
sys/dev/ixl/README [moved from sys/dev/i40e/README with 92% similarity]
sys/dev/ixl/i40e_adminq.c [moved from sys/dev/i40e/i40e_adminq.c with 87% similarity]
sys/dev/ixl/i40e_adminq.h [moved from sys/dev/i40e/i40e_adminq.h with 98% similarity]
sys/dev/ixl/i40e_adminq_cmd.h [new file with mode: 0755]
sys/dev/ixl/i40e_alloc.h [moved from sys/dev/i40e/i40e_alloc.h with 100% similarity]
sys/dev/ixl/i40e_common.c [moved from sys/dev/i40e/i40e_common.c with 97% similarity]
sys/dev/ixl/i40e_hmc.c [moved from sys/dev/i40e/i40e_hmc.c with 100% similarity]
sys/dev/ixl/i40e_hmc.h [moved from sys/dev/i40e/i40e_hmc.h with 100% similarity]
sys/dev/ixl/i40e_lan_hmc.c [moved from sys/dev/i40e/i40e_lan_hmc.c with 100% similarity]
sys/dev/ixl/i40e_lan_hmc.h [moved from sys/dev/i40e/i40e_lan_hmc.h with 100% similarity]
sys/dev/ixl/i40e_nvm.c [moved from sys/dev/i40e/i40e_nvm.c with 100% similarity]
sys/dev/ixl/i40e_osdep.c [moved from sys/dev/i40e/i40e_osdep.c with 99% similarity]
sys/dev/ixl/i40e_osdep.h [moved from sys/dev/i40e/i40e_osdep.h with 84% similarity]
sys/dev/ixl/i40e_prototype.h [moved from sys/dev/i40e/i40e_prototype.h with 99% similarity]
sys/dev/ixl/i40e_register.h [moved from sys/dev/i40e/i40e_register.h with 100% similarity]
sys/dev/ixl/i40e_register_x710_int.h [moved from sys/dev/i40e/i40e_register_x710_int.h with 100% similarity]
sys/dev/ixl/i40e_status.h [moved from sys/dev/i40e/i40e_status.h with 100% similarity]
sys/dev/ixl/i40e_type.h [moved from sys/dev/i40e/i40e_type.h with 99% similarity]
sys/dev/ixl/i40e_virtchnl.h [moved from sys/dev/i40e/i40e_virtchnl.h with 99% similarity]
sys/dev/ixl/if_ixl.c [moved from sys/dev/i40e/if_i40e.c with 76% similarity]
sys/dev/ixl/if_ixlv.c [new file with mode: 0644]
sys/dev/ixl/ixl.h [moved from sys/dev/i40e/i40e.h with 64% similarity, mode: 0644]
sys/dev/ixl/ixl_pf.h [moved from sys/dev/i40e/i40e_pf.h with 84% similarity, mode: 0644]
sys/dev/ixl/ixl_txrx.c [moved from sys/dev/i40e/i40e_txrx.c with 84% similarity]
sys/dev/ixl/ixlv.h [new file with mode: 0644]
sys/dev/ixl/ixlvc.c [new file with mode: 0644]
sys/modules/ixl/Makefile [moved from sys/modules/i40e/Makefile with 58% similarity]
sys/modules/ixlv/Makefile [new file with mode: 0755]