Re: [PATCH 19/32] sched.h: Add rg_list and rdtgroup in task_struct

From: Thomas Gleixner
Date: Wed Jul 13 2016 - 08:59:16 EST


On Tue, 12 Jul 2016, Fenghua Yu wrote:
> From: Fenghua Yu <fenghua.yu@xxxxxxxxx>
>
> rg_list is linked list to connect to other tasks in a rdtgroup.

Can you please prefix that member proper, e.g. rdt_group_list

> The point of rdtgroup allows the task to access its own rdtgroup directly.

'pointer' perhaps? Also please use a proper prefix: rdt_group

A proper description might be:

rdt_group points to the rdt group to which the task belongs.

Thanks,

tglx