From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Furniss Date: Fri, 31 Jul 2015 16:18:01 +0000 Subject: Re: Fwd: Ingress qdisc Message-Id: <55BB9FB9.9080503@gmail.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Danushka Menikkumbura wrote: > Hi, > > I am trying to enable ingress qdisc on my Linux box for some > research work that I am working on. I use the following command just > to enable ingress qdisc on eth1 but my machine freezes so that I > cannot setup any filters afterwards. > > sudo tc qdisc add dev eth1 handle 1: ingress > > Could someone let me know what might be the issue here please? Don't know - it works for me - though "handle 1:" is ignored ingress gets ffff: I guess you could try without handle and make sure your tc version matches your kernel. Though saying that I am using an old tc on a newer kernel! If you are using the latest for both maybe you should file a bug or mail the netdev list.