[Bug 249254] ixl(4) currently broken on 12.2-BETA1 on powerpc64
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 11 14:24:37 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249254
Bug ID: 249254
Summary: ixl(4) currently broken on 12.2-BETA1 on powerpc64
Product: Base System
Version: 12.1-STABLE
Hardware: powerpc
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: bugs at FreeBSD.org
Reporter: pkubaj at FreeBSD.org
I noticed that ixl(4) is currently enabled in GENERIC64 on powerpc64 for
12.2-BETA1. This is a great change, however currently missing is a MFC of
r358698 to fix runtime on powerpc64.
Could that be also pushed to stable/12 and then releng/12.2? Since ixl(4) is
enabled anyway, could you also MFC (and then MFS) endianness fix?
BTW, I'm not sure how relevant that is, since stable/12 uses old GCC, but there
are some warnings during building:
root at talos:$/usr/src/sys/modules/ixl$ make -s
In file included from /usr/src/sys/dev/ixl/ixl.h:108,
from /usr/src/sys/dev/ixl/ixl_pf.h:41,
from /usr/src/sys/dev/ixl/ixl_pf_main.c:36:
/usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration of
'i40e_blink_phy_link_led' [-Wredundant-decls]
/usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of
'i40e_blink_phy_link_led' was here
/usr/src/sys/dev/ixl/ixl_pf_main.c:50: warning: 'ixl_add_maddr' declared
'static' but never defined
/usr/src/sys/dev/ixl/ixl_pf_main.c:51: warning: 'ixl_match_maddr' declared
'static' but never defined
In file included from /usr/src/sys/dev/ixl/ixl.h:108,
from /usr/src/sys/dev/ixl/ixl_pf.h:41,
from /usr/src/sys/dev/ixl/ixl_pf_qmgr.h:36,
from /usr/src/sys/dev/ixl/ixl_pf_qmgr.c:36:
/usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration of
'i40e_blink_phy_link_led' [-Wredundant-decls]
/usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of
'i40e_blink_phy_link_led' was here
In file included from /usr/src/sys/dev/ixl/ixl.h:108,
from /usr/src/sys/dev/ixl/ixl_txrx.c:47:
/usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration of
'i40e_blink_phy_link_led' [-Wredundant-decls]
/usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of
'i40e_blink_phy_link_led' was here
In file included from /usr/src/sys/dev/ixl/ixl.h:108,
from /usr/src/sys/dev/ixl/ixl_pf.h:41,
from /usr/src/sys/dev/ixl/ixl_pf_i2c.c:35:
/usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration of
'i40e_blink_phy_link_led' [-Wredundant-decls]
/usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of
'i40e_blink_phy_link_led' was here
In file included from /usr/src/sys/dev/ixl/ixl.h:108,
from /usr/src/sys/dev/ixl/i40e_osdep.c:38:
/usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration of
'i40e_blink_phy_link_led' [-Wredundant-decls]
/usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of
'i40e_blink_phy_link_led' was here
In file included from /usr/src/sys/dev/ixl/ixl.h:108,
from /usr/src/sys/dev/ixl/if_ixl.c:35:
/usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration of
'i40e_blink_phy_link_led' [-Wredundant-decls]
/usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of
'i40e_blink_phy_link_led' was here
In file included from /usr/src/sys/dev/ixl/ixl.h:108,
from /usr/src/sys/dev/ixl/ixl_pf.h:41,
from /usr/src/sys/dev/ixl/ixl_pf_iflib.c:35:
/usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration of
'i40e_blink_phy_link_led' [-Wredundant-decls]
/usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of
'i40e_blink_phy_link_led' was here
In file included from /usr/src/sys/dev/ixl/i40e_common.c:37:
/usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration of
'i40e_blink_phy_link_led' [-Wredundant-decls]
/usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of
'i40e_blink_phy_link_led' was here
In file included from /usr/src/sys/dev/ixl/i40e_nvm.c:35:
/usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration of
'i40e_blink_phy_link_led' [-Wredundant-decls]
/usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of
'i40e_blink_phy_link_led' was here
In file included from /usr/src/sys/dev/ixl/i40e_adminq.c:39:
/usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration of
'i40e_blink_phy_link_led' [-Wredundant-decls]
/usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of
'i40e_blink_phy_link_led' was here
In file included from /usr/src/sys/dev/ixl/i40e_lan_hmc.c:40:
/usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration of
'i40e_blink_phy_link_led' [-Wredundant-decls]
/usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of
'i40e_blink_phy_link_led' was here
In file included from /usr/src/sys/dev/ixl/i40e_dcb.c:36:
/usr/src/sys/dev/ixl/i40e_prototype.h:631: warning: redundant redeclaration of
'i40e_blink_phy_link_led' [-Wredundant-decls]
/usr/src/sys/dev/ixl/i40e_prototype.h:102: warning: previous declaration of
'i40e_blink_phy_link_led' was here
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list