From owner-freebsd-net@FreeBSD.ORG Thu Feb 15 06:22:32 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 03A8E16A420 for ; Thu, 15 Feb 2007 06:22:32 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.226]) by mx1.freebsd.org (Postfix) with ESMTP id B607913C471 for ; Thu, 15 Feb 2007 06:22:31 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by nz-out-0506.google.com with SMTP id i11so487503nzh for ; Wed, 14 Feb 2007 22:22:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=NSAUt8z+K5itFAknKtDffiXdp/Vf4q3iUxkHCbSuqJuqkz3CVYcL3rwvKdpQCZW8zffBfQNZtpDCtfoPJU1QAVXPmGVTb7ym7TFO3MjfEAojUTc8CPqqTL2hwVxUd77K4NL5H3CVJzvQobXgZ05h2nsahqvVIKR2pJRCA1yvRdg= Received: by 10.65.154.2 with SMTP id g2mr2087434qbo.1171520550909; Wed, 14 Feb 2007 22:22:30 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTP id 18sm7785430nzo.2007.02.14.22.22.28; Wed, 14 Feb 2007 22:22:30 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id l1F6KVXa005545 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 15 Feb 2007 15:20:31 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id l1F6KVuo005544; Thu, 15 Feb 2007 15:20:31 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Thu, 15 Feb 2007 15:20:31 +0900 From: Pyun YongHyeon To: "Bruce M. Simpson" Message-ID: <20070215062030.GB4319@cdnetworks.co.kr> References: <45CDFA18.3030102@incunabulum.net> <45CE0ED9.1010905@FreeBSD.org> <20070211073328.GB55314@cdnetworks.co.kr> <45D3652D.4020201@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45D3652D.4020201@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-net@FreeBSD.org Subject: Re: [PATCH] Part 2 of low level 802.1p priority support X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2007 06:22:32 -0000 On Wed, Feb 14, 2007 at 07:38:21PM +0000, Bruce M. Simpson wrote: > Pyun YongHyeon wrote: > > > Further testing with drivers is needed (I can't be 100% sure it fails > > > with msk(4) because something strange is happening when vlan tagging is > > > turned off). Perhaps Pyun knows? > > > > > > >I guess I've not merged local changes before committing to HEAD. > >How about attached one? > > > I can confirm that the merged VLAN tag code works OK with msk and > VLAN_HWTAGGING disabled when using this patch. > Thank you. Patch committed(if_msk.c, rev 1.9). > Regards, > BMS -- Regards, Pyun YongHyeon