-
jbkso 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?
-
jbkthough i'm not sure on the tx side, if it should be 0 or 1
-
gitomat[illumos-gate] 15011 Want wrapper for rpc tests in smbsrv-tests -- Matt Barden <mbarden⊙tc>
-
gitomat[illumos-gate] 15013 smbsrv: cannot rename file whose name was CATIA-converted -- Matt Barden <mbarden⊙tc>
-
gitomat[illumos-gate] 15030 AD join should allow specifying container OU -- Gordon Ross <gwr⊙rc>
-
tsoomerichlowe there is also this concern: devblogs.microsoft.com/oldnewthing/20200103-00/?p=103290
-
EisNerdFYI, I managed to get a change into ansible-collection general, fixing pfexec become on illumos
-
EisNerd
-
jbkon 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?
-
jbknot really sure where to start looking for something like that
-
richlowethrottle how?
-
richlowemy knee-jerk answer was CPC, but I really don't know
-
richlowetsoome: that's separate to pragmas, that's just packing things on architectures that require aligned access
-
jbkthe core reduces its clock when running avx512 instructions
-
jclulowI 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
-
alancI know there's RAPL ("Running Average Power Limit") on Intel CPU's, which we expose as kstats in S11.4
-
alancnot sure if that is the right thing to look at for the original question though
-
alanc(and we had to restrict access to those kstats due to intel.com/content/www/us/en/develop…e-power-limit-energy-reporting.html )
-
jclulowI mean, of course