From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 18DBC3B2A4 for ; Wed, 16 May 2018 22:36:34 -0400 (EDT) Received: by mail-oi0-x236.google.com with SMTP id k5-v6so2651727oiw.0 for ; Wed, 16 May 2018 19:36:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=0BeZH6+XhR2qR9Uua+DhnzMr7hZOthaJ8tDRkpg0GO4=; b=TE294a+xk5bmTDJ8J5W0eZDKkyes/POVZ/X40TH+UUZgV7MWNuYQUpqh3IFPnXbZcs mlgR5w5nGULKjwQ/JdjfQuhKu9F0+jRJ2Ch+yYTd4y8WxhhcGjllpCDxIierkThJkBMD Wfi96UzW7fA7ShP/7w+apXjZhY0JljdcCPa7AyjK0Jwswy/7e/4zKamT8s9rQvi5tmQi S3GXfbO0Q5ox64KsG8bg5RGloxwzD4O7o+qrOfXwhPJI/DWbkUKwcQcy/2nyYpLt4VCZ 9W9vC5IOE3lehPrxGVZQ8FTXOI0xEAwkEsUoT5G3ffBypUYiB0CJHZg2VJVCXn/xP7NU 0eKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=0BeZH6+XhR2qR9Uua+DhnzMr7hZOthaJ8tDRkpg0GO4=; b=bWnP6xFbLPrDnwxC3h5N8WNEZQdKmav6nHvi3d6tWCO4tvkO3o0BdjFRsylQL91SUN YchxUXZNXFBPFe19nyRWWBoLxLcCEZBfXkIzzkdfbgfwpM4E1eGCiya8xT8PnM+zbji8 8EViFVUqxef39j/pbv+E5dO53RvTKyU7PGcDdJjpHuDvPaY4rLZ+bs5XxqU5uPxvEQIH q2h0sQuVNBUPNslZuKLemp93+KjfEIOe1BFuMbv4hGpt0yl7fJCYHNivWOU2J2mGHjrC Ot57hTtjar0feIA/Fm8hZWli30YPssf9fBcywfqs3BAS1KmPEImDKW99E1/1GlcKva96 FR9Q== X-Gm-Message-State: ALKqPwcE3xM6bo+G54eqVVx1Jd6uCqNL4mC202TuboHq6oOyYcVaAiJc fy9lDQyQGvOuITMeOmTlaYMs2ghEjZ6Glz4p9qxghA== X-Google-Smtp-Source: AB8JxZqdP7ZOHiz2jJaJGB9cUBhaKlXGGEdunV9k1rsjORODG916g2loORYy6sAb12Oe3j1Qx8Yue32Wuar7Jg5IWtg= X-Received: by 2002:aca:5f0b:: with SMTP id t11-v6mr2295600oib.103.1526524593290; Wed, 16 May 2018 19:36:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.201.94.206 with HTTP; Wed, 16 May 2018 19:36:12 -0700 (PDT) From: Fushan Wen Date: Thu, 17 May 2018 10:36:12 +0800 Message-ID: To: cake@lists.bufferbloat.net Content-Type: text/plain; charset="UTF-8" Subject: [Cake] Does the latest cake support "tc filter"? X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 02:36:34 -0000 Hello developers, I've seen the mail in the netdev mailing list, saying "other tc filters supported". So can I use "tc filter" to attach specified traffic to a specified tin without DSCP marks? It's helpful when dealing with ingress traffic where iptables DSCP mark won't work. Thanks in advance.