On Tue, 12 Jul 2016, Fenghua Yu wrote: > From: Fenghua Yu <fenghua...@intel.com> > > 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