-
gitomat
[illumos-gate] 16988 cxgbe should properly define and enumerate -- Patrick Mooney <pmooney⊙pc>
-
jbk
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?
-
gitomat
[illumos-gate] 17299 libpool: dprintf() cleanup -- Hans Rosenfeld <rosenfeld⊙gho>
-
Woodstock
-
Woodstock
not quite as small as the pc engines stuff, though
-
jbk
but not too bad..
-
Woodstock
i use the 4-port model with 2.5g nics as a home router
-
Woodstock
managed to squeeze a 2nd m2 nvme in there using an adapter for the wifi port :)
-
jbk
yeah, i'm getting fiber here in a bit... though initially just doing 1gb, but they currently offer up to 5gb
-
Woodstock
the builtin mmc flash is currently not supported by illumos, something that I intend to fix if I can find the time for it
-
jbk
we do have an mmc driver, right?
-
Woodstock
other than it "just works", i run smartos on mine with a netbsd vm as a router/firewall
-
Woodstock
we have an sdhost driver, which apparently is the same thing
-
Woodstock
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 :)
-
jbk
ISTR seeing it when adding the plumbing for TRIM/UNMAP/... ops to blockdev
-
Woodstock
yes, that was one of the early uses of blkdev
-
jbk
yeah
-
jbk
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
-
jbk
since there was heartburn over blkdev supporting multiple ranges to free/trim/... in a single request
-
sommerfeld
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.
-
jbk
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
-
jbk
vs the local power co-op offering fiber in their service area
-
MelMalik
I read «10g fiber» as 10 grams of dietary fibre
-
MelMalik
and I wondered why a network infra buildout would need dietary fibre
-
sommerfeld
MelMalik: otherwise the bits get stuck in the pipe...
-
MelMalik
that seems opposite of how pipes work, you must understand that these are not human guts
-
MelMalik
if you put dietary fibre down a sink more often than not it will just clog
-
jbk
.... you would it take over 30,000 bowls...
-
MelMalik
??
-
jbk
an 'old' SNL commercial
-
jbk
'colon blow'
-
jbk
spoofing ceral commercials at the time that kept trying to 1 up each other in how much fiber they have
-
MelMalik
good lord.
-
MelMalik
sorry for the distraction
-
sommerfeld
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.
-
jbk
nice
-
jbk
they're charging $99/mo for gb here, but only $149/mo for 5gb
-
jbk
though that's still less than half the cost of comcast
-
jbk
err excuse me.. xfinity
-
sommerfeld
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.
-
sommerfeld
(or whenever it was)
-
jbk
ISTR that intel didn't match CPU features vs. just speed differences, which makes scheduling 'interesting'
-
jbk
at least in some cases...
-
sommerfeld
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...
-
sommerfeld
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)
-
sommerfeld
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).
-
MelMalik
man...
-
MelMalik
what a waste of the avx-512 capability
-
jclulow
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!
-
jclulow
(I ended up just booting those machines from a ramdisk)
-
jclulow
that is... a ramdisk image on a bootable USB thing
-
Woodstock
i borrowed a 2nd protectli vault from a friend just for this purpose, now I just need to find the time :)
-
sommerfeld
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).
-
MelMalik
i would love to call this a regulation failure, but that would just provoke laughs
-
sommerfeld
oh, possibly dumb question related to the protectli: they offer both AMI bios and coreboot. can illumos boot under coreboot?
-
richlowe
probably a question for tsoome, but I think jclulow also knows
-
jclulow
sommerfeld: Usually coreboot is still EFI at the end, right?
-
jclulow
It's just a different, more open, implementation
-
sommerfeld
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..
-
drscream
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)
-
danmcd_
I wouldn't even use "cynically" @sommerfeld.
-
richlowe
that's basically the metric of cynicism, though.
-
sommerfeld
drscream: thanks! will give it a shot then.
-
jbk
if anything, that's probably better given how much "value add" junk OEMs put in their UEFI implementations
-
jclulow
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.
illumos.org/issues/6859 I think
-
fenix
→
BUG 6859: missing MCFG table should lead to I/O PCIe config access (Closed)
-
jbk
like, don't add another incompatible layer of boot ordering beyond what UEFI recommends that you can't alter without unpublished specs
-
» jbk looks at SuperMicro