From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Wagner Subject: Re: [PATCH v2 00/10] cgroup: Assign subsystem IDs during compile time Date: Sat, 25 Aug 2012 18:49:17 +0200 Message-ID: <5039020D.3070508@monom.org> References: <1345816904-21745-1-git-send-email-wagi@monom.org> <20120824231528.GO21325@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, "David S. Miller" , Andrew Morton , Eric Dumazet , Gao feng , Glauber Costa , Jamal Hadi Salim , John Fastabend , Kamezawa Hiroyuki , Li Zefan , Neil Horman To: Tejun Heo Return-path: In-Reply-To: <20120824231528.GO21325-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org Hi Tejun, On 25.08.2012 01:15, Tejun Heo wrote: > Hello, Daniel. > > On Fri, Aug 24, 2012 at 04:01:34PM +0200, Daniel Wagner wrote: >> CGROUP_BUILTIN_SUBSYS_COUNT is also gone in this version. This time I >> trade space for speed. Some extra cycles are spend to identify the >> modules in the for loops, e.g. > > There's no point in optimizing either space or speed here. It's not a > hot path by any stretch of imagination. Please focus on making it > simple. Will do. Thanks a lot for your feedback. I'll update the series accordingly. cheers, daniel