#
d94ca7cf |
| 18-Sep-2014 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
Revert r270808, which were changes to common code (i40e_alloc.h).
Rather than #define-ing common code function calls to OS-dependent ones, make the osdep versions match the common code expectations,
Revert r270808, which were changes to common code (i40e_alloc.h).
Rather than #define-ing common code function calls to OS-dependent ones, make the osdep versions match the common code expectations, adjust the FreeBSD specific code to use those, and remove the #defines.
In the FreeBSD specific code, use "i40e_mem_reserved" for the now expected but unused argument to i40e_allocate_dma_mem().
Reviewed by: gnn, eric.joyner intel.com MFC after: 3 days
show more ...
|
#
ea022094 |
| 18-Sep-2014 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
For consistency with the shared header file (and to avoid confusion with mbufs normally called *m in one place), rename the function arguments to "mem".
This is a non-functional change.
Reviewed by
For consistency with the shared header file (and to avoid confusion with mbufs normally called *m in one place), rename the function arguments to "mem".
This is a non-functional change.
Reviewed by: gnn, eric.joyner intel.com MFC after: 3 days
show more ...
|
#
61ae650d |
| 22-Aug-2014 |
Jack F Vogel <jfv@FreeBSD.org> |
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
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)
show more ...
|