02:33:57 so if i have a NIC that supports multiple rx rings (and rss) but only a single global mac+vlan filter, for mac_capab_rings, that'd be a single group w/ X rings, right? 02:42:34 though i'm not sure on the tx side, if it should be 0 or 1 03:50:22 [illumos-gate] 15011 Want wrapper for rpc tests in smbsrv-tests -- Matt Barden 03:50:22 [illumos-gate] 15013 smbsrv: cannot rename file whose name was CATIA-converted -- Matt Barden 06:02:04 [illumos-gate] 15030 AD join should allow specifying container OU -- Gordon Ross 06:16:33 richlowe there is also this concern: https://devblogs.microsoft.com/oldnewthing/20200103-00/?p=103290 08:43:14 FYI, I managed to get a change into ansible-collection general, fixing pfexec become on illumos 08:43:30 https://github.com/ansible-collections/community.general/pull/3889 20:12:58 on certain intel cpus, avx512 can throttle the cpu -- anyone know if there's any way (counters?) to tell if that's happening on a system? 20:13:23 not really sure where to start looking for something like that 20:19:34 throttle how? 20:19:45 my knee-jerk answer was CPC, but I really don't know 20:26:35 tsoome: that's separate to pragmas, that's just packing things on architectures that require aligned access 20:38:51 the core reduces its clock when running avx512 instructions 23:02:08 I think there are power management things you could ask the CPU but I don't know off hand what they are -- and I suspect we maybe don't do a good job of exposing them 23:11:20 I know there's RAPL ("Running Average Power Limit") on Intel CPU's, which we expose as kstats in S11.4 23:12:00 not sure if that is the right thing to look at for the original question though 23:13:39 (and we had to restrict access to those kstats due to https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/advisory-guidance/running-average-power-limit-energy-reporting.html ) 23:14:29 I mean, of course