From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-x236.google.com (mail-la0-x236.google.com [IPv6:2a00:1450:4010:c03::236]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 8871B21F2EA for ; Mon, 13 Apr 2015 13:08:38 -0700 (PDT) Received: by layy10 with SMTP id y10so66500219lay.0 for ; Mon, 13 Apr 2015 13:08:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=uFoLl52wMpvwSwOo91DRll9/rQ09RQXLBfodae15LcY=; b=ZCUvibLmsb+qhqgVGq2+t7arDKPl/jSnLPe3VRKTy/YNLLDS3cdi2lUiuFRw43MNL/ XPJKBB8Gy6Xj3z3VM2tw8hzwY+cX20xaqsC3LLI3j+SsR9hC+uTTunIOtJphz1qKTVXJ 6foyWoX075SQ/eGaCv7Cc/aTf2GbXOeQm0oHIwgcQ10HL5B2yOl8ifg0p1T0tpKF6FAX 3GA18H0PURKSghCnVlywraumAvVtEtJaMz2SX5CQ3F26FK0ijl5FM72SNhh+c55UdL0d 6DJOHdInVvUwBvd3ruPKPSb+hWregMsPyt0RcUKRBaXmLhgdYz4zfBT/npLvMvgSjk8Z O2dQ== X-Received: by 10.152.37.40 with SMTP id v8mr14963241laj.123.1428955716263; Mon, 13 Apr 2015 13:08:36 -0700 (PDT) Received: from bass.home.chromatix.fi (87-93-37-37.bb.dnainternet.fi. [87.93.37.37]) by mx.google.com with ESMTPSA id dk7sm1897485lbc.28.2015.04.13.13.08.34 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 13 Apr 2015 13:08:35 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) From: Jonathan Morton In-Reply-To: Date: Mon, 13 Apr 2015 23:08:32 +0300 Content-Transfer-Encoding: 7bit Message-Id: References: <621729A8-E1F6-4AAD-AA99-C5B84B46E034@gmx.de> <90F78D21-4FE5-46F6-B96D-2E00FB373E71@gmail.com> To: Sebastian Moeller X-Mailer: Apple Mail (2.2098) Cc: cake@lists.bufferbloat.net Subject: Re: [Cake] #17 X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 20:09:07 -0000 > On 13 Apr, 2015, at 22:45, Sebastian Moeller wrote: > > Does skb_flow_dissect also allow access to the TOS bits? No, but I do extract the DSCP (which is in the TOS byte) a different way. - Jonathan Morton