Re: [PATCH v8 0/2] selftests/resctrl: SNC kernel support discovery

2025-01-15 Thread Maciej Wieczor-Retman
On 2025-01-14 at 16:58:34 -0700, Shuah Khan wrote: >On 1/14/25 16:28, Reinette Chatre wrote: >> >> >> On 1/14/25 3:25 PM, Shuah Khan wrote: >> > >> > Thank you for bumping it up to top of my Inbox. >> > I will apply these for 6.14-rc1 now. >> > >> >> Thank you very much Shuah. >> >> Reinette

Re: [PATCH v8 0/2] selftests/resctrl: SNC kernel support discovery

2025-01-14 Thread Shuah Khan
On 1/14/25 16:28, Reinette Chatre wrote: On 1/14/25 3:25 PM, Shuah Khan wrote: Thank you for bumping it up to top of my Inbox. I will apply these for 6.14-rc1 now. Thank you very much Shuah. Reinette Done. These two patches are now in linux-kselftest next. thanks, -- Shuah

Re: [PATCH v8 0/2] selftests/resctrl: SNC kernel support discovery

2025-01-14 Thread Reinette Chatre
On 1/14/25 3:25 PM, Shuah Khan wrote: > > Thank you for bumping it up to top of my Inbox. > I will apply these for 6.14-rc1 now. > Thank you very much Shuah. Reinette

Re: [PATCH v8 0/2] selftests/resctrl: SNC kernel support discovery

2025-01-14 Thread Shuah Khan
On 1/14/25 15:30, Reinette Chatre wrote: Hi Shuah, On 12/19/24 10:35 AM, Reinette Chatre wrote: Hi Shuah, On 12/16/24 7:18 AM, Maciej Wieczor-Retman wrote: Sub-Numa Clustering (SNC) allows splitting CPU cores, caches and memory into multiple NUMA nodes. When enabled, NUMA-aware applications

Re: [PATCH v8 0/2] selftests/resctrl: SNC kernel support discovery

2025-01-14 Thread Reinette Chatre
Hi Shuah, On 12/19/24 10:35 AM, Reinette Chatre wrote: > Hi Shuah, > > On 12/16/24 7:18 AM, Maciej Wieczor-Retman wrote: >> >> Sub-Numa Clustering (SNC) allows splitting CPU cores, caches and memory >> into multiple NUMA nodes. When enabled, NUMA-aware applications can >> achieve better performan

Re: [PATCH v8 0/2] selftests/resctrl: SNC kernel support discovery

2024-12-19 Thread Reinette Chatre
Hi Shuah, On 12/16/24 7:18 AM, Maciej Wieczor-Retman wrote: > > Sub-Numa Clustering (SNC) allows splitting CPU cores, caches and memory > into multiple NUMA nodes. When enabled, NUMA-aware applications can > achieve better performance on bigger server platforms. > > SNC support was merged into t

[PATCH v8 0/2] selftests/resctrl: SNC kernel support discovery

2024-12-16 Thread Maciej Wieczor-Retman
Changes v8: - Fix Makefile changes. - Update cover letter SNC status information. - Add Reinette's reviewed by tag to patch 2/2. Changes v7: - Include fallthrough in resctrlfs.c. - Check fp after opening empty cpus file. - Correct a comment and merge strings in snprintf(). Changes v6: - Rebase on