From owner-svn-src-head@FreeBSD.ORG Thu Sep 18 07:21:18 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 4DD048D0 for ; Thu, 18 Sep 2014 07:21:18 +0000 (UTC) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17793899 for ; Thu, 18 Sep 2014 07:21:18 +0000 (UTC) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by gateway2.nyi.internal (Postfix) with ESMTP id 113A3207D2 for ; Thu, 18 Sep 2014 03:21:15 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute3.internal (MEProxy); Thu, 18 Sep 2014 03:21:15 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.net; h= message-id:from:to:cc:mime-version:content-transfer-encoding :content-type:in-reply-to:references:subject:date; s=mesmtp; bh= LEoBLf4XbK2zEDt/sjHRkQBFPR4=; b=IhMYjkXPtNaI6df37erUaZCeDzDBUnpk I8HnwsT9Tm5kZgo9yTQiOXkfJ5Ys3L+8qMXNZEjxVcN1yjnPmN5oH+nHf2wQwRBx ax/CfIpps6+kH9g8PHymedRD03VWXR1mmH+HJnxC7xJ07GI9+9WJpK+0qk5z4uiA mQb9TNz8wVo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:cc:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=LEoBLf4XbK2zEDt/sjHRkQBFPR4=; b=qm5 1ZBLWd9Mbc9ZKcBDv7YUaHbpLc/BQaAT1LIxs9FF6GSsei5tDyG/C0VEScJPWpka Z+ghFjxpO5GCfflcE6eqcISaadzoL8WFWfpOWRs6Z1IWRKXcGk13fvXaOLZIiWf3 jWrFpCIEQEZ8Ib4qcdTFnFcNaIIS8ho9he1Dp6Hc= Received: by web6.nyi.internal (Postfix, from userid 99) id DB02C4799C; Thu, 18 Sep 2014 03:21:14 -0400 (EDT) Message-Id: <1411024874.128099.168895241.4A95DCA1@webmail.messagingengine.com> X-Sasl-Enc: KYsHIklMKlHDTL5g3yNAtnDqxNL0YO+1NG/fCtAEA2u+ 1411024874 From: Bruce Simpson To: Kevin Lo , Gleb Smirnoff MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-68d12f42 In-Reply-To: <20140918060435.GA5856@ns.kevlo.org> References: <201409180309.s8I39Zmh045601@svn.freebsd.org> <20140918051834.GD89442@FreeBSD.org> <20140918060435.GA5856@ns.kevlo.org> Subject: Re: svn commit: r271735 - head/sys/net Date: Thu, 18 Sep 2014 08:21:14 +0100 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Marcelo Araujo 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 07:21:18 -0000 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)