From owner-svn-src-head@FreeBSD.ORG Thu Sep 18 14:33:01 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2AA4AC9D; Thu, 18 Sep 2014 14:33:01 +0000 (UTC) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F2AA8D97; Thu, 18 Sep 2014 14:32:59 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id d1so289017wiv.2 for ; Thu, 18 Sep 2014 07:32:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=FVnkZaYPMJTbfTTfIzZdLDeGCHQuliZPYQbSpFayEQE=; b=aatP5jFEUwV2GTXp4aI1DieKlbjAZa8wH2HEiW3f/DKFonxSKVHWKbKwIcxWBXThZq ynW+cDAA+4NQuuF5aY2ix74X4TM9eZRS20HU+7fcMBX337+6ZZGpZprfxDDWSEzHt485 QmWKCrsSxZzYxyxEU7KD8grk+eAJM9yvPIpaan7WOXdGmlizm9r5okH8hl/ejZ5tQExx migaLEvBc6C+hRmX2hcXI6BtG4WXC++tcztxlxB4Ss1tENWCgBCJDIOHvbxCH6878W13 D0h0YLtBXqVy9aN5lj1RFQkWfr5aA8oNKGzceSXOdSsUfAdfzfLR2IWTO9k7SHBWMJ0P 8EFg== MIME-Version: 1.0 X-Received: by 10.194.108.41 with SMTP id hh9mr5384061wjb.68.1411050776864; Thu, 18 Sep 2014 07:32:56 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.106.199 with HTTP; Thu, 18 Sep 2014 07:32:56 -0700 (PDT) In-Reply-To: <1411024874.128099.168895241.4A95DCA1@webmail.messagingengine.com> References: <201409180309.s8I39Zmh045601@svn.freebsd.org> <20140918051834.GD89442@FreeBSD.org> <20140918060435.GA5856@ns.kevlo.org> <1411024874.128099.168895241.4A95DCA1@webmail.messagingengine.com> Date: Thu, 18 Sep 2014 07:32:56 -0700 X-Google-Sender-Auth: CDTXVpD-7zMmZdua6fwkWUqDozs Message-ID: Subject: Re: svn commit: r271735 - head/sys/net From: Adrian Chadd To: Bruce Simpson Content-Type: text/plain; charset=UTF-8 Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , Marcelo Araujo , Gleb Smirnoff , "svn-src-head@freebsd.org" , Kevin Lo X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 14:33:01 -0000 There is in pfsense. Let me see about twisting some arms again... :) -a On 18 September 2014 00:21, Bruce Simpson wrote: > On Thu, 18 Sep 2014, at 07:04, Kevin Lo wrote: >> Sorry, I overlooked that. Marcelo has a patch with 802.1p tagging >> support, >> I thought the patch was committed. > > I agree the comment change should be reverted. I changed if_ethersubr.c > many years ago to decode 802.1p tags into the mbuf packet header if they > are present. > > However, to my knowledge, there is no support (e.g. in the form of a > DiffServ / IntServ mapping) further up in the stack. If someone plans to > add this, great -- that would be needed for any form of tangible 802.1p > support. > > -- > BMS (sent via webmail) >