RE: [PATCH v2 1/2] selftests/resctrl: Adjust effective L3 cache size with SNC enabled

From: Luck, Tony
Date: Wed May 15 2024 - 12:49:08 EST


If/when my SNC patches go upstream the SNC check could become:

snc_ways=$(ls -d /sys/fs/resctrl/mon_data/mon_L3_00/mon_sub_L3_* 2>/dev/null | wc -l)

assuming you have /sys/fs/resctrl mounted.

-Tony