-
sjorge
I see i40e keeps on giving gifts to danmcd :(
-
jbk
oh to everyone
-
jbk
a lot of our stuff have them in there
-
sjorge
Sadly my main server at home has them on the motherboard too :(
-
sjorge
ixgbe been treating me way better
-
jbk
hrm.. silly question.. in a number of .s files, we seem to define certain instructions using .byte vs. teh symbolic name, is that just a case of 'older compilers didn't know about it', or was there some other reason
-
jbk
(e.g. `.byte 0x0f, 0x01, 0xf9` vs. `rdtcp`)
-
jbk
err rdtscp
-
pmooney
pretty certain that was to accomodate older compilers
-
pmooney
presumably studio & friends?
-
jclulow
Yeah it'll be for old tools that did not have a way to symbolically assemble those things
-
jclulow
If the current gas we're using is able to deal with the instruction I don't think there is any reason to keep doing it
-
jbk
hrm.. this seems likely obvious in restrospect, but I'm guessing that when BUS_UNCONFIGURE_{ONE,ALL} is called, that means the relevant child[ren] have already had their detach methods called..
-
jbk
at least if i'm reading this correctly
-
jclulow
jbk: I would think they probably had to have had that, yes
-
jclulow
Because detach is fallible
-
jclulow
If I refuse to detach, I don't think my parent should unconfigure me
-
yuripv
sound like poor upbringing
-
jclulow
ha
-
jbk
haha
-
frkzoid
pfexec dr_phil
-
gitomat
[illumos-gate] 15009 Update tzdata to 2022d -- Andy Fiddaman <illumos⊙fn>
-
Smithx10
lol
-
gitomat
[illumos-gate] 15010 September 2022 hwdata update -- Andy Fiddaman <illumos⊙fn>
-
jbk
oh interesting..
-
jbk
if i'm understanding this table correctly
-
jbk
then my idea is maybe not so horrible
-
sjorge
famous last words?
-
jbk
just what i mentioned on the i40e on the list
-
jbk
at least according to the x710 programming guide, it claims that intels drivers for other os's use power of two sized buffers
-
jclulow
It would definitely be better if the device was able to pool buffers for use with many different concurrent classification filters
-
jclulow
and also to combine buffers so that they don't all have to be full MTU sized
-
jclulow
seems like if you're going to make a NIC this complex, it should at least be able to manage that