Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP4
linux-glibc-devel
ethtool-add-two-link-extended-substates-of-bad-...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ethtool-add-two-link-extended-substates-of-bad-signa.patch of Package linux-glibc-devel
From: Guangbin Huang <huangguangbin2@huawei.com> Date: Mon, 16 Aug 2021 10:15:27 +0800 Subject: ethtool: add two link extended substates of bad signal integrity Patch-mainline: v5.15-rc1 Git-commit: 5b4ecc3d4c4aab8d002fe6358885c10e7b57e432 References: bsc#1190336 ETHTOOL_LINK_EXT_SUBSTATE_BSI_SERDES_REFERENCE_CLOCK_LOST means the input external clock signal for SerDes is too weak or lost. ETHTOOL_LINK_EXT_SUBSTATE_BSI_SERDES_ALOS means the received signal for SerDes is too weak because analog loss of signal. Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org> Acked-by: Thomas Bogendoerfer <tbogendoerfer@suse.de> --- include/uapi/linux/ethtool.h | 2 ++ 1 file changed, 2 insertions(+) --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h @@ -639,6 +639,8 @@ enum ethtool_link_ext_substate_link_logi enum ethtool_link_ext_substate_bad_signal_integrity { ETHTOOL_LINK_EXT_SUBSTATE_BSI_LARGE_NUMBER_OF_PHYSICAL_ERRORS = 1, ETHTOOL_LINK_EXT_SUBSTATE_BSI_UNSUPPORTED_RATE, + ETHTOOL_LINK_EXT_SUBSTATE_BSI_SERDES_REFERENCE_CLOCK_LOST, + ETHTOOL_LINK_EXT_SUBSTATE_BSI_SERDES_ALOS, }; /* More information in addition to ETHTOOL_LINK_EXT_STATE_CABLE_ISSUE. */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor