From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: [RFC iproute2] sch_red: TC_RED_HARDDROP Date: Wed, 30 Nov 2011 21:25:49 +0100 Message-ID: <1322684749.2602.3.camel@edumazet-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: netdev , Stephen Hemminger To: Thomas Graf Return-path: Received: from mail-ey0-f174.google.com ([209.85.215.174]:54078 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751882Ab1K3UZy (ORCPT ); Wed, 30 Nov 2011 15:25:54 -0500 Received: by eaak14 with SMTP id k14so1175647eaa.19 for ; Wed, 30 Nov 2011 12:25:52 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: Hi Thomas In 2005, TC_RED_HARDDROP kernel support was added to RED and GRED (commit bdc450a0bb1 [PKT_SCHED]: (G)RED: Introduce hard dropping), but current iproute2 doesnt have user land support. Is there some patch waiting somewhere, or should we : - Remove kernel support, since nobody uses it. - Add iproute2 support. Thanks