Summary: | ixgbe: EEE state change causes core dump on X552 | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Zach Vargas <zvargas> | ||||
Component: | kern | Assignee: | Eric Joyner <erj> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | CC: | erj, krzysztof.galazka, pi | ||||
Priority: | --- | Keywords: | IntelNetworking, crash | ||||
Version: | 12.0-RELEASE | Flags: | erj:
mfc-stable12+
erj: mfc-stable11+ |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 240700 | ||||||
Attachments: |
|
Description
Zach Vargas
2019-09-03 20:54:01 UTC
A commit references this bug: Author: erj Date: Tue Oct 15 21:56:20 UTC 2019 New revision: 353599 URL: https://svnweb.freebsd.org/changeset/base/353599 Log: ixgbe: Disable EEE for backplane X550EM_X From Zach: Intel documentation indicates that backplane X550EM_X KR devices do not support Energy Efficient Ethernet. Prior to this patch, X552 devices (device ID 0x15AB) will crash the system when transitioning EEE state via sysctl. Signed-off-by: Zach Vargas <zvargas@xes-inc.com> PR: 240320 Submitted by: Zach Vargas <zvargas@xes-inc.com> Reviewed by: erj@ MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D21673 Changes: head/sys/dev/ixgbe/if_ix.c (In reply to commit-hook from comment #1) @Eric, If this is a 12.1-R candidate, please add bug 240700 to this issues "Blocks" field A commit references this bug: Author: erj Date: Wed Oct 16 21:46:49 UTC 2019 New revision: 353665 URL: https://svnweb.freebsd.org/changeset/base/353665 Log: MFC r353660: ixgbe: Disable EEE for backplane X550EM_X This prevents a kernel panic when configuring EEE on X552 devices. PR: 240320 Approved by: re@ (gjb@) Sponsored by: Intel Corporation Changes: _U releng/12.1/ releng/12.1/sys/dev/ixgbe/if_ix.c A commit references this bug: Author: erj Date: Wed Oct 16 21:54:49 UTC 2019 New revision: 353669 URL: https://svnweb.freebsd.org/changeset/base/353669 Log: MFC r353599 MFCs ixgbe: Disable EEE for backplane X550EM_X This prevents a possible kernel panic on X552 backplane devices. PR: 240320 Sponsored by: Intel Corporation Changes: _U stable/11/ stable/11/sys/dev/ixgbe/if_ix.c |