Page MenuHomeFreeBSD

ixgbe(4): Update 11-STABLE to 3.2.12-k
AbandonedPublic

Authored by cramerj_intel.com on Jun 5 2017, 4:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 1, 4:19 AM
Unknown Object (File)
Tue, May 28, 3:30 PM
Unknown Object (File)
May 10 2024, 10:49 PM
Unknown Object (File)
May 5 2024, 5:27 PM
Unknown Object (File)
May 5 2024, 3:00 PM
Unknown Object (File)
May 4 2024, 6:01 AM
Unknown Object (File)
May 3 2024, 1:27 AM
Unknown Object (File)
May 1 2024, 7:23 AM
Subscribers

Details

Reviewers
sbruno
smh
erj
Group Reviewers
Intel Networking
Summary

Update to ixgbe including:

  • Support for X550EM devices.
  • Support for Bypass adapters.
  • Flow Director code moved to separate files
  • SR-IOV code moved to separate files
  • Netmap code moved to separate files

Note: This is for 11-STABLE only. The review for HEAD (which includes the iflib changes) is D10293

Test Plan

Work-in-progress

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 9673
Build 10113: arc lint + arc unit

Event Timeline

cramerj_intel.com edited the summary of this revision. (Show Details)
  • Add files to sys/conf/files list to build ix/ixv.
  • Added files to Makefile for building.
  • Fixed some compilation errors for if_sriov.c.
  • Fixed compilation error for ixgbe_vf.c
  • Backed out M_IXGBE memory type for queue allocation. Using DEVBUF.
  • Added netmap file to makefiles.
  • Removed double definition of two functions.
  • Fixed stat updating issue for VF driver.
erj requested changes to this revision.Jul 13 2017, 8:43 PM
erj added a subscriber: erj.

This should be abandoned, right?

This revision now requires changes to proceed.Jul 13 2017, 8:43 PM
In D11058#239815, @erj wrote:

This should be abandoned, right?

yup