Re: [hwloc-devel] merging instruction cache branch

2012-03-13 Thread Jeffrey Squyres
+1. The best way to get a new feature stable/mature is to enable it by default. :-) On Mar 13, 2012, at 9:31 AM, Samuel Thibault wrote: > Brice Goglin, le Tue 13 Mar 2012 14:39:50 +0100, a écrit : >> There's a topology flag ("ICACHES") to enable Instruction cache >> detection, and a lstopo opti

Re: [hwloc-devel] merging instruction cache branch

2012-03-13 Thread Samuel Thibault
Brice Goglin, le Tue 13 Mar 2012 14:39:50 +0100, a écrit : > There's a topology flag ("ICACHES") to enable Instruction cache > detection, and a lstopo options (--icaches). Mmm, we enable PCI devices in lstopo by default already, I would say that we could enable icache by default too. Not a strong

[hwloc-devel] merging instruction cache branch

2012-03-13 Thread Brice Goglin
Hello, I think I will merge the icache branch by the end of the week if nobody complains. This new branch adds a type attribute to cache objects, which can be DATA, INSTRUCTION or UNIFIED. On Linux sysfs, everything is detected properly. I am working on the devicetree code. Other OSes currently r