05:24:50 I see i40e keeps on giving gifts to danmcd :( 05:26:42 oh to everyone 05:27:19 a lot of our stuff have them in there 16:03:14 Sadly my main server at home has them on the motherboard too :( 16:03:23 ixgbe been treating me way better 16:08:11 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 16:08:58 (e.g. `.byte 0x0f, 0x01, 0xf9` vs. `rdtcp`) 16:09:10 err rdtscp 17:47:59 pretty certain that was to accomodate older compilers 17:48:06 presumably studio & friends? 17:54:53 Yeah it'll be for old tools that did not have a way to symbolically assemble those things 17:55:29 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 19:50:41 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.. 19:50:47 at least if i'm reading this correctly 20:06:03 jbk: I would think they probably had to have had that, yes 20:06:11 Because detach is fallible 20:06:33 If I refuse to detach, I don't think my parent should unconfigure me 20:18:11 sound like poor upbringing 20:18:21 ha 20:21:04 haha 20:27:28 pfexec dr_phil 20:45:08 [illumos-gate] 15009 Update tzdata to 2022d -- Andy Fiddaman 21:01:14 lol 21:52:37 [illumos-gate] 15010 September 2022 hwdata update -- Andy Fiddaman 22:09:10 oh interesting.. 22:09:17 if i'm understanding this table correctly 22:09:24 then my idea is maybe not so horrible 23:12:46 famous last words? 23:13:37 just what i mentioned on the i40e on the list 23:14:02 at least according to the x710 programming guide, it claims that intels drivers for other os's use power of two sized buffers 23:52:45 It would definitely be better if the device was able to pool buffers for use with many different concurrent classification filters 23:52:57 and also to combine buffers so that they don't all have to be full MTU sized 23:53:10 seems like if you're going to make a NIC this complex, it should at least be able to manage that