00:04:40 [illumos-gate] 14959 NVMe namespace management support -- Robert Mustacchi 15:19:08 sommerfeld, danmcd_: The setting advertised speed functions for copper is not a phy thing, but an i40e related bit. 15:19:33 But if it's actually an SFP plugging into it that goes out to the device, then I think that's going to be more about i40e firmware off hand. 15:20:02 If we think we're running at 10G hard to say exactly what's going on, but i40e just gets a blob of speed info back from the device firmware. 15:40:24 yep, copper SFP for 10G-baseT which works fine with a switch but which results in 85%+ packet loss when connected to the ONT 15:41:50 I'm not sure if the firmware is clever enough to take a speed request and deal with a multi-speed txr. 15:42:07 it shows rw properties for en_5000fdx_cap and en_2500fdx_cap (off) but declines to let me set them on. 15:42:23 other en_*_cap properties are readonly. 15:42:53 10g and 1g are on, others are off. 15:43:23 Yeah, it's because the 2.5/5G stuff was missed from the i40e propinfo. 15:43:28 So it doesn't say read only correctly 15:44:24 Sorry, missed that bit in https://www.illumos.org/issues/13334. 15:44:25 → BUG 13334: Recognize X710 10GBaseT*L Family (Closed) | https://code.illumos.org/c/illumos-gate/+/1178 15:45:33 Probably some effort could be spent to make those settable and better deal with firmware there. 15:53:06 more interesting question for me is what's causing the packet loss at 10G. when running a ping, the loss (or, well, the non-loss) comes in waves - long stretches of nothing getting through alternating with shorter periods where it works for a handful of seconds. 15:55:42 sort of behaves like a "beat" between two slightly-mistuned frequencies. 16:08:33 looking more closely at system messages I see: " NOTICE: i40e0: The driver for the device detected an older version of the \ 16:08:33 NVM image (1.7) than expected (1.9). Please update the NVM image." 16:46:11 oddly, on another -- older -- system, NOTICE: i40e0: The driver for the device detected a newe\ 16:46:12 r version of the NVM image (1.15) than expected (1.10). 16:46:38 and it would appear that this is some sort of API version unreleased to the NVM version numbers intel puts in their documentation. 19:56:42 I filed https://www.illumos.org/issues/17479 19:56:43 → BUG 17479: i40e reports en_5000fdx_cap and en_2500fdx_cap as writable when they are not (New) 20:19:50 I can spin a quick change for that if you wouldn't mind testing it sommerfeld. 20:56:24 [illumos-gate] 15450 qede MAC_PROP_MEDIA support -- Robert Mustacchi