13:27:55 [illumos-gate] 16988 cxgbe should properly define and enumerate -- Patrick Mooney 14:40:34 a bit of a random question, but anyone know if anyone's making systems like pc engines did (small appliance-ish form factor), but with 10gb NICs? 14:40:36 [illumos-gate] 17299 libpool: dprintf() cleanup -- Hans Rosenfeld 14:41:54 jbk: https://eu.protectli.com/vault-6-port/ 14:42:42 not quite as small as the pc engines stuff, though 14:45:48 but not too bad.. 14:46:09 i use the 4-port model with 2.5g nics as a home router 14:46:32 managed to squeeze a 2nd m2 nvme in there using an adapter for the wifi port :) 15:14:13 yeah, i'm getting fiber here in a bit... though initially just doing 1gb, but they currently offer up to 5gb 15:15:30 the builtin mmc flash is currently not supported by illumos, something that I intend to fix if I can find the time for it 15:15:56 we do have an mmc driver, right? 15:15:59 other than it "just works", i run smartos on mine with a netbsd vm as a router/firewall 15:16:21 we have an sdhost driver, which apparently is the same thing 15:16:58 it's just hasn't been updated in a long time, even the sd card slot on my 11 year old thinkpad isn't working with it :) 15:17:12 ISTR seeing it when adding the plumbing for TRIM/UNMAP/... ops to blockdev 15:17:29 yes, that was one of the early uses of blkdev 15:27:01 yeah 15:27:29 i can't remember if i actually added it (I'm thinking no because I had no way to test) or just looked to see how it was done 15:28:14 since there was heartburn over blkdev supporting multiple ranges to free/trim/... in a single request 16:05:05 jbk: I'm in a similar situation (10g fiber buildout happening in my neighborhood - they're claiming install in June) and I'm very close to buying one of those protectli 6-port units. 16:08:03 if i really wanted to get fancy, there's a 2nd provider (the incredibly generic sounding 'consolidated communications') offering gb fiber as well, but the consensus is that their service is terrible 16:08:22 vs the local power co-op offering fiber in their service area 16:10:27 I read «10g fiber» as 10 grams of dietary fibre 16:10:40 and I wondered why a network infra buildout would need dietary fibre 16:11:33 MelMalik: otherwise the bits get stuck in the pipe... 16:11:47 that seems opposite of how pipes work, you must understand that these are not human guts 16:12:08 if you put dietary fibre down a sink more often than not it will just clog 16:12:20 .... you would it take over 30,000 bowls... 16:12:30 ?? 16:12:44 an 'old' SNL commercial 16:13:16 'colon blow' 16:14:18 spoofing ceral commercials at the time that kept trying to 1 up each other in how much fiber they have 16:15:15 good lord. 16:15:23 sorry for the distraction 16:16:10 Anyhow sonic.com is doing a buildout in my neighborhood at the moment (seeing their trucks on a regular basis). They're offering 10gbits/s symmetric for $50/month. 16:16:25 nice 16:16:43 they're charging $99/mo for gb here, but only $149/mo for 5gb 16:17:28 though that's still less than half the cost of comcast 16:17:40 err excuse me.. xfinity 16:17:45 the 6-port protectli has one of the intel cpus with big/little cores (2 big, 4-6 little IIRC) which prompted my question about asymmetric cores last week. 16:19:03 (or whenever it was) 16:19:34 ISTR that intel didn't match CPU features vs. just speed differences, which makes scheduling 'interesting' 16:19:41 at least in some cases... 16:26:18 jbk: my understanding is that Intel has "fixed" that (by disabling AVX-512 on the big cores) but it took them a few tries before they disabled it in a way that system vendors couldn't evade... 16:32:47 jbk: seen some indication that there's some other minor detectable behavioral differences between cores but largely in the realm of stuff that is unspecified in the architecture (value of the overflow flag after certain instructions is unspecified) 16:36:15 intel's high-level guidance for scheduling seems to be to put one thread on each P-core, then fill the E-core's, then put a 2nd thread on each P core (E cores aren't hyperthread). 17:40:05 man... 17:40:29 what a waste of the avx-512 capability 17:46:50 Woodstock: I recall poking for a while at the sdhost stuff for eMMC on a Wyse 3040 and ... I did not get there haha. Would be happy to look at and test changes if you end up making them! 17:47:06 (I ended up just booting those machines from a ramdisk) 17:47:30 that is... a ramdisk image on a bootable USB thing 17:48:08 i borrowed a 2nd protectli vault from a friend just for this purpose, now I just need to find the time :) 17:58:58 MelMalik: eh, market segmentation. it was cheaper for them to stamp a known working core on the die than to validate a slightly smaller one with avx512 taken out. Happens all the time. (first one I remember: HP slowed down the FPU in the 9000/712 80i so it wouldn't cannibalize sales of higher-margin systems). 18:46:33 i would love to call this a regulation failure, but that would just provoke laughs 19:04:50 oh, possibly dumb question related to the protectli: they offer both AMI bios and coreboot. can illumos boot under coreboot? 19:12:03 probably a question for tsoome, but I think jclulow also knows 20:05:09 sommerfeld: Usually coreboot is still EFI at the end, right? 20:05:15 It's just a different, more open, implementation 20:15:56 jclulow: at least that's the theroy. Just wondering if anyone has tried it and got it to work. I'm cynically half-expecting there to be gotchas if you're booting something other than linux.. 20:19:45 sommerfeld: I've a VP2420 and coreboot works well with SmartOS - much better than the AMI bios (because of some bug they might have fixed already with the serial console output) 20:19:55 I wouldn't even use "cynically" @sommerfeld. 20:20:47 that's basically the metric of cynicism, though. 20:25:04 drscream: thanks! will give it a shot then. 20:50:04 if anything, that's probably better given how much "value add" junk OEMs put in their UEFI implementations 20:52:11 I used to have PC Engines APU systems that they shipped with coreboot, I believe, and it worked OK after I fixed some stuff we were definitely doing wrong. https://www.illumos.org/issues/6859 I think 20:52:12 → BUG 6859: missing MCFG table should lead to I/O PCIe config access (Closed) 20:52:32 like, don't add another incompatible layer of boot ordering beyond what UEFI recommends that you can't alter without unpublished specs 20:52:38 * jbk looks at SuperMicro