Summary: | ixl(4) currently broken on 12.2-BETA1 on powerpc64 | ||
---|---|---|---|
Product: | Base System | Reporter: | Piotr Kubaj <pkubaj> |
Component: | kern | Assignee: | Eric Joyner <erj> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | erj, luporl |
Priority: | --- | ||
Version: | 12.1-STABLE | ||
Hardware: | powerpc | ||
OS: | Any |
Description
Piotr Kubaj
2020-09-11 14:24:37 UTC
(In reply to Piotr Kubaj from comment #0) Ok, I'll look into it. The redeclaration error will probably be fixed by MFCing r364241 as well. A commit references this bug: Author: erj Date: Sat Sep 12 00:22:02 UTC 2020 New revision: 365647 URL: https://svnweb.freebsd.org/changeset/base/365647 Log: MFC r358698 and r364241 r358698: ixl: Add missing conversions from/to LE16 r364241: Remove redeclaration found by gcc build Together, these should allow ixl(4) to work properly on powerpc64 and prevent build warnings there. PR: 249254 Reported by: pkubaj@ MFC after: 3 days Changes: _U stable/12/ stable/12/sys/dev/ixl/i40e_prototype.h stable/12/sys/dev/ixl/ixl_pf_main.c (In reply to Piotr Kubaj from comment #0) Did my MFC commit fix this for you? (In reply to Eric Joyner from comment #3) No, it also needs to be MFS'd to releng/12.2. A commit references this bug: Author: erj Date: Mon Sep 14 23:49:17 UTC 2020 New revision: 365736 URL: https://svnweb.freebsd.org/changeset/base/365736 Log: MFS r365647: ixl powerpc64 fixes PR: 249254 Approved by: re (gjb@) Changes: _U releng/12.2/ releng/12.2/sys/dev/ixl/i40e_prototype.h releng/12.2/sys/dev/ixl/ixl_pf_main.c Now that it's in releng/12.2, it should be fixed now? (In reply to Eric Joyner from comment #6) Yes, thank you! |