Date: Tue, 04 Dec 2018 20:21:53 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 233771] Intel x553 100baseTX full-duplex mode not supported Message-ID: <bug-233771-7501-E6cZrOtL1X@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233771-7501@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233771 Jeff Pieper <jeffrey.e.pieper@intel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeffrey.e.pieper@intel.com --- Comment #4 from Jeff Pieper <jeffrey.e.pieper@intel.com> --- This is not a bug. ixgbe devices do not support forcing speed using ifconfig, only forced advertisement using sysctl. You need to use the advertise_speed sysctl: [root@test ~]# sysctl dev.ix.0.advertise_speed dev.ix.0.advertise_speed: 6 [root@test ~]# sysctl -x dev.ix.0.advertise_speed dev.ix.0.advertise_speed: 0x00000006 [root@test ~]# sysctl -d dev.ix.0.advertise_speed dev.ix.0.advertise_speed: Control advertised link speed using these flags: 0x1 - advertise 100M 0x2 - advertise 1G 0x4 - advertise 10G 0x8 - advertise 10M 100M and 10M are only supported on certain adapters. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233771-7501-E6cZrOtL1X>
