From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCHv10 1/3] rdmacg: Added rdma cgroup controller Date: Tue, 5 Apr 2016 05:42:52 -0700 Message-ID: <20160405124252.GA4348@infradead.org> References: <1458850962-16057-1-git-send-email-pandit.parav@gmail.com> <1458850962-16057-2-git-send-email-pandit.parav@gmail.com> <20160404193640.GA7822@mtj.duckdns.org> <20160405012504.GG24661@htj.duckdns.org> <20160405090627.GA26425@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Parav Pandit Cc: Christoph Hellwig , Tejun Heo , cgroups@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, lizefan@huawei.com, Johannes Weiner , Doug Ledford , Liran Liss , "Hefty, Sean" , Jason Gunthorpe , Haggai Eran , Jonathan Corbet , james.l.morris@oracle.com, serge@hallyn.com, Or Gerlitz , Matan Barak , akpm@linux-foundation.org, linux-security-module@vger.kernel.org List-Id: linux-rdma@vger.kernel.org On Tue, Apr 05, 2016 at 05:39:21AM -0700, Parav Pandit wrote: > I am not really trying to address OFED issues here. I am sure you > understand that if ib_core.ko kernel module is in-kernel module than, > for all the fixes/enhancements that goes to it would require people to > upgrade to newer kernel, instead of just modules upgrade. Such heavy > weight upgrade slows down the adoption which i am trying to avoid here > by placing knobs in right kernel module's hand. What a load of rubbish. The Linux kernel is one program and should be upgraded together. > Its like making ib_core.ko from module to in kernel component, if I > understand correctly nobody wants to do that. We allow splitting subsystems out where it's easily doable to avoid the resources consumption if they're all built in. For cgroups it's not really practical, but that doesn't mean you can upgrade invidual parts of a complex program without a lot of precaution.