From mboxrd@z Thu Jan 1 00:00:00 1970 From: Li Zefan Subject: Re: [PATCH 2/2] Traffic control cgroups subsystem Date: Mon, 21 Jul 2008 17:30:09 +0800 Message-ID: <48845721.8090007@cn.fujitsu.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, menage@google.com To: Ranjit Manomohan Return-path: Received: from cn.fujitsu.com ([222.73.24.84]:57719 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1755629AbYGUJbp (ORCPT ); Mon, 21 Jul 2008 05:31:45 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: > +config NET_CLS_CGROUP > + tristate "Cgroups tc classifier" > + select NET_CLS > + ---help--- > + If you say Y here, you will be able to classify packets based on > + cgroup membership of the task originating the packet. > + > + To compile this code as a module, choose M here: the > + module will be called cls_cgroup. > + If I enable NET_CLS_CGROUP but disable CGROUP_TC, won't I get compile error? And if I enable CGRUOP_TC but disable NET_CLS_CGROUP, won't cgroup_tc be just useless?