History log of /freebsd-10-stable/sys/dev/ixl/if_ixlv.c
Revision Date Author Comments
# 303107 20-Jul-2016 sbruno

MFC - r302384 to 10-STABLE
Do not initialize the adapter on MTU change when adapter status is down.
This fixes long-standing problems when changing settings of the adapter.

Discussed in:
https://lists.freebsd.org/pipermail/freebsd-net/2016-June/045509.html

Differential Revision: https://reviews.freebsd.org/D7254


# 292100 11-Dec-2015 smh

MFC r284049: Update SW4 to the Intel ixl/ixlv

Sponsored by: Multiplay


# 292097 11-Dec-2015 smh

MFC r279858 & r279860: SRIOV & 20G support

Sponsored by: Multiplay


# 292095 11-Dec-2015 smh

MFC r279033: Bring the XL710 drivers up to the SW3

Sponsored by: Multiplay


# 292094 11-Dec-2015 smh

MFC r277084,r277088,r277130,r277143,r277151,r277262

r277084: Intel I40E updates ixl v1.3.0 and ixlv 1.2.0 featuring RSS
r277088, r277130, r277143, r277151 & r277262: Misc RSS fixes

The main change is the addition of RSS, which is not supported in stable/10,
however these commits also include other bug fixes. In order to bring those
fixes in and facilitate easier merge of future updates the RSS changes are
maintained but left disabled by the removal of the opt_rss.h include.

Sponsored by: Multiplay


# 282943 15-May-2015 araujo

MFC r282939: Free vsi->queues after use.


# 274360 10-Nov-2014 jfv

MFC Intel I40E drivers: r274205,r274218, and r274228
The MFC was pushed early as it fixes a panic in the
exiting driver of 10.1 that Intel discovered in validation.


# 272313 30-Sep-2014 bz

MFC 271745,271834,271899,271900,271913,272022,272023:

Revert changes to shared code of the ixl and ixlv drivers to allow
for easier long-term maintainability.

Restrict the drivers to building on amd64 for now as it is
only tested on that 64bit architecture.

Just depend on PCI and neither INET nor INET6; also make sure we
can build individual drivers and they do not depend on each other
anymore.

Reviewed by: gnn, eric.joyner intel.com
PR: 193824
Approved by: re (gjb)


# 270919 01-Sep-2014 jfv

MFC of 270755, 270772, 270773, 270775, 270799, 270806, 270807, 270820
Enable the build of the Intel XL710 drivers, and fixes for that build.


# 270631 25-Aug-2014 jfv

MFC of 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.

Submitted by: jack.vogel@intel.com and eric.joyner@intel.com


# 282943 15-May-2015 araujo

MFC r282939: Free vsi->queues after use.


# 274360 10-Nov-2014 jfv

MFC Intel I40E drivers: r274205,r274218, and r274228
The MFC was pushed early as it fixes a panic in the
exiting driver of 10.1 that Intel discovered in validation.


# 272313 30-Sep-2014 bz

MFC 271745,271834,271899,271900,271913,272022,272023:

Revert changes to shared code of the ixl and ixlv drivers to allow
for easier long-term maintainability.

Restrict the drivers to building on amd64 for now as it is
only tested on that 64bit architecture.

Just depend on PCI and neither INET nor INET6; also make sure we
can build individual drivers and they do not depend on each other
anymore.

Reviewed by: gnn, eric.joyner intel.com
PR: 193824
Approved by: re (gjb)


# 270919 01-Sep-2014 jfv

MFC of 270755, 270772, 270773, 270775, 270799, 270806, 270807, 270820
Enable the build of the Intel XL710 drivers, and fixes for that build.


# 270631 25-Aug-2014 jfv

MFC of 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.

Submitted by: jack.vogel@intel.com and eric.joyner@intel.com