Summary: | em - VF interface invalid MAC address | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Balaev PA <mail> | ||||
Component: | kern | Assignee: | Kevin Bowling <kbowling> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | kbowling, mail | ||||
Priority: | --- | Keywords: | IntelNetworking | ||||
Version: | CURRENT | Flags: | kbowling:
mfc-stable13+
kbowling: mfc-stable12+ kbowling: mfc-stable11- |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Balaev PA
2021-02-15 13:22:19 UTC
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=68a46f11eadab48a1da9e3d3900569a6a1ce142e commit 68a46f11eadab48a1da9e3d3900569a6a1ce142e Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2021-04-15 18:45:02 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-04-15 18:45:02 +0000 e1000: Restore VF interface random MAC Restore 525e07418c77 after the iflib conversion of igb(4). This reenables random MAC address generation when attaching to a VF with a zeroed MAC. PR: 253535 Reported by: Balaev PA <mail@void.so> Reviewed by: markj MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D29785 sys/dev/e1000/if_em.c | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=1a34afa9541e9e086451786a168c6fed634eb05b commit 1a34afa9541e9e086451786a168c6fed634eb05b Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2021-04-15 18:45:02 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-04-29 01:22:16 +0000 e1000: Restore VF interface random MAC Restore 525e07418c77 after the iflib conversion of igb(4). This reenables random MAC address generation when attaching to a VF with a zeroed MAC. PR: 253535 Reported by: Balaev PA <mail@void.so> Reviewed by: markj MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D29785 (cherry picked from commit 68a46f11eadab48a1da9e3d3900569a6a1ce142e) sys/dev/e1000/if_em.c | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=50cebb6a8596eaccca5c6ea6f0fbc871d0197ef3 commit 50cebb6a8596eaccca5c6ea6f0fbc871d0197ef3 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2021-04-15 18:45:02 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-04-29 01:23:07 +0000 e1000: Restore VF interface random MAC Restore 525e07418c77 after the iflib conversion of igb(4). This reenables random MAC address generation when attaching to a VF with a zeroed MAC. PR: 253535 Reported by: Balaev PA <mail@void.so> Reviewed by: markj MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D29785 (cherry picked from commit 68a46f11eadab48a1da9e3d3900569a6a1ce142e) sys/dev/e1000/if_em.c | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) Thanks for your contribution! |